Integrates Qdrant vector store with the Odoo LLM framework.
High-performance vector search with Qdrant vector database
A high-performance vector database for AI applications
Qdrant is an open-source vector database and search engine built for production use. This module provides an llm.store implementation using Qdrant, enabling fast and scalable vector similarity search for your Odoo knowledge bases and AI assistants.
Benefits of using Qdrant for vector storage
Qdrant is optimized for fast similarity search even with millions of vectors.
Handles large-scale deployments with distributed architecture support.
Run on Qdrant Cloud or deploy on your own infrastructure.
Requirements and dependencies
llm_knowledge, llm_store
qdrant-client
Technical
LGPL-3