$ 130.17
| Required Apps |
•
Discuss (mail)
• Live Chat (im_livechat) • Website (website) |
| Community Apps Dependencies |
wk_ai_opensource_llm_base
|
| Technical Name |
odoo_openai_chatbot
|
| License | OPL-1 |
| Technical Name |
odoo_openai_chatbot
|
| License | OPL-1 |
Introduction
The Odoo OpenAI Chatbot module allows businesses to integrate an AI-powered chatbot into their Odoo website. The chatbot can interact with customers in real time, providing instant answers and support. It leverages advanced AI models like OpenAI, Groq, and open-source alternatives, offering flexible and intelligent responses to improve customer engagement.
Key Features
Multiple AI Model Support: Integrates OpenAI, Groq, and open-source models, allowing selection based on business needs.
Backend Bot Training: Administrators can train and configure the chatbot using product and business data to enhance response quality.
Live Chat & Discuss Integration: Works seamlessly with Odoo Live Chat and Discuss modules for unified communication.
24/7 Automatic Responses: Provides continuous support with instant, automated replies to customer inquiries.
Multi-Language Support: Capable of interacting with customers in multiple languages to reach a global audience.
Benefits
Enhanced Customer Experience: Provides quick and accurate responses, improving satisfaction and engagement.
Time and Cost Savings: Reduces workload for staff by automating repetitive customer interactions.
Increased Sales Conversion: Assists customers in finding products and completing purchases, boosting revenue.
Easy Management: Offers a user-friendly admin interface for configuring and monitoring chatbot performance.
Compatibility & Technical Details
Technical Name: odoo_openai_chatbot
License: Odoo Proprietary License v1.0
Required Applications:
Website (website)
Live Chat (im_livechat)
Discuss (mail)
Python Requirement: Version 3.8.1 or higher
Installation: Install via standard Odoo module process. Ensure all required applications are installed.
Configuration: Admins can configure and manage bots via Live Chat > Configuration > Bots.
Website Shopping Assistant (AI Chatbot)
Give Your Odoo Store a Voice with AIâ
Odoo Website Shopping Assistant (AI chatbot) uses smart AI like OpenAI and Groq to quickly answer customer questions and make their shopping easier and faster.
Information
Smart Shopping with AI Chatbot
Train and Manage Your Bot with Ease
AI Tools Beyond the Storefront
Prerequisites
Required dependencies:
- Python version of 3.8.1 or above is required to install the dependencies.
- After confirming the Python version, install the dependencies listed in the `requirements.txt` file associated with the module.
- pip3 install -r odoo_openai_chatbot/requirements.txt
-
PostgreSQL Configuration (for pgvector):
-
Ensure these parameters are set in your
odoo.conf:[options] db_host = localhost ; PostgreSQL host (default: localhost) db_port = 5432 ; PostgreSQL port (default: 5432) db_name = odoo ; Database name (default: odoo) db_user = odoo ; Database user (default: odoo) db_password = odoo ; Database password (default: odoo)
-
Ensure these parameters are set in your
- There are 2 vectostores sklearn and pgvector supported by this module. Module uses the Postgres vector database. To know more about it follow the doc - https://python.langchain.com/docs/integrations/vectorstores/pgvector
- If you are using pgvector, need to create vector extension before installing the module. To install pgvector extension please follow the doc - https://github.com/pgvector/pgvector#installation
- While dependencies of sklearn are already added in the requirements.txt
- Note: Odoo.sh only supports sklearn vectorstore
Note: The module has been thoroughly tested on the Ubuntu operating system.
Detailed Features List
Enhanced Shopping Experience
- Instantly answers product-related queries with AI support
- Shares smart recommendations using trained Odoo data
- Boosts customer engagement and shopping satisfaction
Easy Configuration
- Easily configure the chatbot from Odoo backend
- Select provider, fields, and meta fields for training
- Add and generate custom data before training the botâ
Boost Profits
- Manage multiple customer queries at the same time
- Increase customer retention with 24/7 AI support
- Improve sales by assisting users in real-time
Advanced AI Utilities
- Summarize chatter messages using AI and date filters
- Preview and download summaries in PDF format
- Access the AI chatbot in Discuss and auto-update embeddingsâ
Smart Response Controls
- Choose between contextual or AI-generated replies
- AI prompt selection for tailored responses
- Auto-update stored embeddings with cronâ
Smooth Integration
- Fully compatible with Odoo website and backend
- Supports pgvector, sklearn, and faiss vector databases
- Thoroughly tested on Ubuntu for stable performance
Release 1.1.0
5th July,2023Release 1.0.1
26th june, 2023- Supported chat with history
Support
Get Get Immediate support for any of your query
You will get 90 days free support for any doubt, queries, and bug fixing (excluding data recovery) or any type of issue related to this module.
WRITE TO US AT
[email protected]For any help and doubt or issue regarding this module. Drop a mail to our technical team..
RAISE A TICKET AT
https://webkul.uvdesk.com/en/customer/create-ticket/For support or to request customizations, Create A Support Ticket by copying the link and opening it in a new tab
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.