This example shows how to use Qdrant Vector Store in a basic Retrieval Augmented Generation (RAG) pipeline:
- Connect a Document Parser to extract text from documents
- Connect a Preprocessor to clean and prepare the text
- Connect an Embeddings node to convert text to vector embeddings
- Connect the Embeddings output to the Qdrant Vector Store Documents input
- Connect a question input to the Qdrant Vector Store Questions input
- Connect the Qdrant Answers output to an LLM for generating responses