/rag_with_milvus_and_llamaindex.ipynb

This guide demonstrates how to build a Retrieval-Augmented Generation (RAG) system using LlamaIndex and Milvus. The RAG system combines a retrieval system with a generative model to generate new text based on a given prompt.The system first retrieves relevant documents from a corpus using Milvus, and then uses a generative model

Primary LanguageJupyter Notebook

rag_with_milvus_and_llamaindex.ipynb

This guide demonstrates how to build a Retrieval-Augmented Generation (RAG) system using LlamaIndex and Milvus. The RAG system combines a retrieval system with a generative model to generate new text based on a given prompt.The system first retrieves relevant documents from a corpus using Milvus, and then uses a generative model