Milvus is an open-source vector database designed for building Retrieval-Augmented Generation (RAG) applications. By combining Milvus with SambaNova LLMs, you can create scalable, high-performance RAG pipelines.Documentation Index
Fetch the complete documentation index at: https://sambanova-systems.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A SambaCloud account and API key
- Python 3.8 or higher
Installation and setup
- Create a virtual environment
- Install dependencies
- Set your SambaNova API key
Example use cases
- Build Retrieval-Augmented Generation (RAG) systems
- Store and query embeddings efficiently
- Combine SambaNova LLMs with Milvus for scalable knowledge retrieval
Example notebooks
You can explore example notebooks to learn how to build RAG systems with SambaCloud and Milvus:- OpenAI Client guide: Build RAG with Milvus and SambaCloud
- LangChain Connector guide: RAG with Milvus and SambaCloud using LangChain

