Integration with various vector database providers for LLM applications.
The foundation for RAG (Retrieval Augmented Generation) in Odoo
Enable semantic search and AI-powered retrieval in Odoo
Vector stores enable AI applications to find semantically similar content. Instead of keyword matching, they understand meaning - finding documents that are conceptually related to your query. This module provides the base abstraction layer that allows Odoo to work with multiple vector database backends.
Everything you need for vector-based AI operations
Store high-dimensional vectors representing your content and retrieve them efficiently when needed.
Find semantically similar content using vector similarity algorithms. Go beyond keyword matching.
Organize vectors into collections for logical separation and efficient management of different data types.
Foundation for Retrieval Augmented Generation - give AI assistants access to your business knowledge.
This module is extended by specific vector store implementations
Use PostgreSQL with pgvector extension. No external services needed.
Connect to ChromaDB for dedicated vector database operations.
High-performance vector search with Qdrant vector database.
For developers extending the vector store capabilities
llm (base module)
Technical
LGPL-3
18.0.1.0.0