System Requirements
Software
- Odoo 19.0+ (Community or Enterprise)
- Python 3.10+
- PostgreSQL 14+
- PostgreSQL pgvector extension (for RAG module)
- Ollama installed on same server or accessible network
Hardware (recommended)
- GPU: NVIDIA with 8GB+ VRAM for 14B model (RTX 3060 or better)
- RAM: 16GB minimum, 32GB recommended
- Storage: 20GB free for model weights
Without GPU
Avsel IA works without a GPU using smaller models (qwen2.5:7b) or by connecting to cloud providers (OpenAI, Gemini) instead of Ollama. Cloud providers require API keys and send data externally.
Network
- Ollama must be accessible from the Odoo server (default:
localhost:11434) - No internet required for local LLM operation
- Internet required only for cloud LLM providers or module updates