Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@shubhadeepd shubhadeepd released this 21 Aug 03:11
· 42 commits to main since this release
4e86d75

This release completely refactors the directory structure of the repository for a more seamless and intuitive developer journey. It also adds support to deploy the latest accelerated embedding and reranking models across the cloud, data center, and workstation using NVIDIA NeMo Retriever NIM microservices.

Added

Changed

  • Major restructuring and reorganisation of the assets within the repository
    • Top level experimental directory has been renamed as community.
    • Top level RetrievalAugmentedGeneration directory has been renamed as just RAG.
    • The Docker Compose files inside top level deploy directory has been migrated to example-specific directories under RAG/examples. The vector database and on-prem NIM microservices deployment files are under RAG/examples/local_deploy.
    • Top level models has been renamed to finetuning.
    • Top level notebooks directory has been moved to under RAG/notebooks and has been organised framework wise.
    • Top level tools directory has been migrated to RAG/tools.
    • Top level integrations directory has been moved into RAG/src.
    • RetreivalAugmentedGeneration/common is now residing under RAG/src/chain_server.
    • RetreivalAugmentedGeneration/frontend is now residing under RAG/src/rag_playground/default.
    • 5 mins RAG No GPU example under top level examples directory, is now under community.

Deprecated