Connect Odoo AI assistants and external MCP clients to your knowledge base. Enable semantic search, source citations, and accurate answers using your actual company data.
Without RAG tools, your AI assistants only know what they were trained on. With this module, they can search your documents and provide accurate, sourced answers.
One tool, two powerful integration points for AI knowledge access
Enable your internal Odoo chatbots to search company knowledge. Perfect for customer support, HR help, sales assistance, and employee self-service.
How it works:
Example: Support chatbot searches FAQ collection → "Based on our Returns Policy..." (Source: Policy v2.3)
Expose your knowledge base to external AI tools via Model Context Protocol. Use with Claude Desktop, Continue.dev, Cursor, and other MCP-compatible apps.
How it works:
Example: Claude Desktop queries product docs → Returns specs with sources from your knowledge base
The knowledge_retriever tool is registered once and works everywhere. Enable it for Odoo assistants for internal use, or expose it via MCP for external AI tools. Your choice, or use both!
Simple 3-step process from question to accurate answer
"What's our refund policy for damaged items?"
Tool finds relevant sections from your policy documents using semantic search
Response cites exact policy section with source document name
Everything you need to make AI assistants knowledge-aware
Finds relevant information by meaning, not just keywords. Understands context and intent.
Control how many documents to search, similarity threshold, and result ranking.
Every answer includes the source document name and similarity score for verification.
Search across different knowledge bases: policies, manuals, FAQs, technical docs.
Automatically groups results by document and ranks by relevance for best answers first.
Works with OpenAI, Anthropic, and other LLMs that support function/tool calling.
See how teams use knowledge tools to supercharge their AI assistants
Answer customer questions using product manuals, FAQs, and policy documents
"What's the warranty period for Model X?"
AI: "Model X has a 2-year warranty. (Source: Product Manual p.12, 95% match)"
Help employees find answers about vacation policies, benefits, and procedures
"How do I request parental leave?"
AI: "Submit Form HR-203 to your manager 30 days in advance. (Source: HR Handbook, 92% match)"
Enable developers to quickly find API documentation, code examples, and best practices
"How do I authenticate API requests?"
AI: "Use Bearer token in Authorization header. (Source: API Docs v2.1, 97% match)"
Give sales reps instant access to product specs, pricing, and competitive analysis
"What's our edge over Competitor Y?"
AI: "3x faster processing and 40% cost savings. (Source: Competitive Analysis Q4, 89% match)"
Get started in 3 simple steps
Make sure you have these modules installed first:
llm_knowledge - RAG knowledge basellm_tool - Tool frameworkllm_assistant - AI assistantsSearch for "LLM Tool Knowledge" in Apps and click Install
Go to your LLM Assistant and add the "Knowledge Retriever" tool. That's it!
Part of the Odoo LLM ecosystem
RAG knowledge base with document processing and vector search (required)
Tool framework for extending AI capabilities (required)
Create specialized AI assistants with tools (required)