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>
19 lines
200 B
Plaintext
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
|