AI Integration
open-dpp can add an AI assistant to product passports. The assistant helps users better understand passport details by answering questions in a chat interface.
Setup
Before enabling AI features, configure the required environment variables, depending of your model choice:
OPEN_DPP_MISTRAL_API_KEYorOPEN_DPP_OLLAMA_URL
For full environment details, see configuration options.
open-dpp currently supports these AI providers and models:
- Mistral:
codestral-latest - Ollama:
qwen3:0.6b
Usage
To enable AI for an organization:
- Open Integrations.
- Open AI Integration.
- Set the integration to active.
After activation, open any passport and click Chat with AI in the top navigation to start a conversation.
Notes
- AI integration is configured per organization but all organizations use the same model.
- If the AI chat is not available, verify that the integration is active and your environment variables are set correctly.