cookbook
cookbook copied to clipboard
[example] Fast Multi-document rag using Qdrant Binary Quantization and Gemini 2.5 flash
tl;dr- Multi-document Fast RAG pipeline using Qdrant Binary Quantization and Gemini 2.5 Flash via LangGraph
- LangGraph: For building the Retrieval Augmented Generation pipeline
- FastEmbed: For the lightweight embeddings conversation
- Qdrant: Index the document into the Vector database and use it as a retriever
- Gemini: Gemini 2.5 Flash for the LLM inference
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@MarkDaoust @Giom-V
@PaulTR any update on this?