| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• AI (ai_app) |
| Community Apps Dependencies | Show |
| Lines of code | 2584 |
| Technical Name |
lu_ai_rag |
| License | See License tab |
| Website | https://www.link-up.co.kr |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• AI (ai_app) |
| Community Apps Dependencies | Show |
| Lines of code | 2584 |
| Technical Name |
lu_ai_rag |
| License | See License tab |
| Website | https://www.link-up.co.kr |
AI RAG
File-server RAG pipeline with local Ollama embeddings. Index your ERP documents entirely on-premise — no file ever leaves your network.
This is the RAG framework only ($299). Install at least one domain pack to enable domain-specific retrieval: Sales, CRM, Finance, HR, Procurement, or Inventory ($43 each).
Zero External Transfer
All embeddings generated locally via Ollama nomic-embed-text.
File Server Polling
Automatically indexes documents from your file server via scheduled cron.
Domain Partitioning
Scoped embeddings by domain with 2-stage fallback search.
Local Embedding Pipeline
Replaces Odoo's default OpenAI/Google embedding with nomic-embed-text (768-dim) running
on your local Ollama server. Embeddings are stored directly in ai.embedding via pgvector.
File Server Integration
Polls a configured file server path on a schedule, extracts text from documents (PDF, DOCX, TXT), and feeds them into the RAG pipeline automatically.
2-Stage Fallback Search
First searches within the active domain partition; falls back to global search if no relevant results are found. Maximises recall while keeping results domain-relevant.
Pricing & Bundle
| This module | $299 — RAG framework |
| Domain packs (each) | $43 — pick only the domains you need |
| Available domains | lu_ai_rag_sales, lu_ai_rag_crm, lu_ai_rag_finance, lu_ai_rag_hr, lu_ai_rag_procurement, lu_ai_rag_inventory |
| Tier 2 full bundle | $299 — framework + all 6 domain packs included |
System Requirements
| Odoo Version | 19.0 Enterprise |
| Required Modules | ai, lu_ai_ollama |
| Embedding Model | nomic-embed-text (768-dim) via Ollama |
| Database | PostgreSQL 14+ with pgvector extension |
Please email us for support at
Does this replace Odoo's built-in Knowledge RAG?
No. It extends the AI embedding pipeline by adding a file-server source and local embedding model. Knowledge articles still work as before.
Can I use a different embedding model?
Yes. Any Ollama model that supports the embedding endpoint works. nomic-embed-text is recommended for its balance of quality and speed.
Do I need all 6 domain packs?
No. Install only the domain packs your company uses. The RAG engine works with any subset.
Does data leave my server?
No. All embeddings are generated locally via Ollama nomic-embed-text. No file content is sent to external APIs.
Linkup Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Linkup Infotech.inc, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Linkup License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The right and license to use and incorporate the software, in whole or in part, to develop its website/ mobile app (including the integration of all or part of the Licensor’s software into Licensee's own software) on one domain only, solely for the own personal or business use of the Licensee. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module