Skip to Content
Menu

AI Integration Base (ChatGPT 3.5)

by
Odoo

358.93

v 17.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1278
Technical Name ai_base_gt
LicenseOPL-1
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1278
Technical Name ai_base_gt
LicenseOPL-1

AI Integration Base

Core Foundation of the AI Complete Suite

The AI Integration Base Module serves as the core framework for seamlessly embedding AI capabilities into Odoo. As the foundation of the AI Complete Suite, this module empowers businesses to build and customize AI Assistants by leveraging diverse data sources, combined with the brainpower and cutting-edge intelligence of leading AI platforms.

By default, the module comes pre-integrated with ChatGPT 3.5, utilizing Odoo's native AI features from version 17. However, it is fully extensible, enabling seamless integration with your company's private AI accounts for enhanced customization, scalability, and control.

AI Integration Base serves as the core foundation of the AI Complete Suite

Core Framework

Connect to ChatGPT 3.5 by default (provided by Odoo)

Custom Context Custom Data Multi-Assistant

Application Integration

AI-powered Conversations in Odoo Discuss

24/7 Customer Support via Livechat with AI

Other applications incoming...

AI Connector (optional)

Use OpenAI ChatGPT instead of the default

Use Anthropic's Claude instead of the default

Use Google Gemini instead of the default

Other connectors incoming...

Key Features

AI Configurations Management: Default integration with Chatgpt 3.5, already providing a free connection in Odoo 17.
AI Data Sources Management: Retrieve and index data from Odoo models, external URLs, or text-based sources for AI processing. This information can be processed and restored by AI for various cognitive tasks. Automated daily reindexing of all data sources ensures up-to-date information.
AI Context Management: Allows the definition of AI's operational context, including role specification, intended objectives, and desired tone of communication. The AI Assistant will respond according to each context defined by the user.
AI Assistant Management: Create and assign AI assistants with specific roles, link them to configurations, and manage access rights.
Conversation & Message Handling: Store AI interactions, maintain conversation threads, and process AI-generated responses.
Prompt Templates: Define structured AI interactions using templates and contextual data for improved response accuracy.
AI Thread Management: All the conversations in Discuss and Livechat or other modules will be automatically updated after integration.
Unified API for AI Services: Work with various AI providers while maintaining a standardized interaction framework.

Outstanding Benefits

Managing AI-powered conversations and messages: Serving as the core framework for extended integrations, such as Discuss and Livechat integration.
Core Framework for AI Services: Serves as the foundation for integrating Odoo with AI services like ChatGPT, Claude, and Gemini when related modules are installed.
Multi-AI Service & Assistant Support: Allows simultaneous integration of multiple AI services and the creation of different assistants for various distinctive departments and tasks.
Enterprise-specific AI Capabilities: No longer train AI manually through continuous and endless conversation day-by-day. AI will use information files in the form of models, URLs, and text to process the conversation and answer all the questions.

Installation Guide

Installing python dependencies
pip install \
    mistune>=3.0.0 \
    markdownify>=0.11.0 \
    pyyaml>=6.0 \
    pydantic>=2.0.0 \
    docstring_parser>=0.15 \
    fastembed>=0.5.0,<=0.5.1
Installing pgvector extension
Install the pgvector extension for PostgreSQL:
# PostgreSQL 13 or higher is required
# For Debian/Ubuntu (replace 17 with your PostgreSQL version)
sudo apt install postgresql-17-pgvector
# For other OSes, please refer to the pgvector documentation at: https://github.com/pgvector/pgvector
Enable the extension in your PostgreSQL database:
CREATE EXTENSION IF NOT EXISTS vector;
Installing modules
Put this module (and other extensions if needed) into your Odoo addons directory
Update the module list in Odoo
Install the ai_mail_gt module and other extensions as needed

Basic Usage Guide

Configure AI Services:
Go to Settings > Technical > AI > Configurations.
Add a new configuration, select an AI type, and enter API credentials.
Create Data Sources:
Go to Settings > Technical > AI > Data Sources.
Add sources from models, URLs, or text for indexing.
Define AI Context:
Go to Settings > Technical > AI > Contexts.
Add contexts to define the AI roles, missions and tone of communication.
Set Up AI Assistants:
Navigate to Settings > Technical > AI > Assistants.
Create an assistant, assign context, and associate it with an AI configuration.

Supported Editions

Odoo Community
Odoo Enterprise

Contact Us

For support or inquiries, feel free to contact us at: gt.apps.odoo@gmail.com
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 Odoo Apps, 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 Proprietary 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 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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.