Files
odootrain/.gitignore
Carlos Garcia 7fb1573bac Initial commit: Odoo 18 RAG stack
Scraper, indexer, and FastAPI query service for Retrieval-Augmented
Generation over Odoo 18 documentation. Uses Qdrant + Ollama (nomic-embed-text
+ llama3.1). Integrates with ActiveBlue PeerBus agent interface.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 11:25:55 -04:00

19 lines
200 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
# Data (scraped docs — too large for git, regenerate with scraper)
data/raw/
data/*.jsonl
# Docker
.docker/
# OS
.DS_Store
Thumbs.db