Commit Graph

2 Commits

Author SHA1 Message Date
Carlos Garcia
4b85f76947 fix: use absolute /app/data/raw path so data survives container exit
../data/raw relative to WORKDIR /app resolves to /data/raw which is
outside the volume mount (./data:/app/data). The scraper wrote 583
pages to the ephemeral container filesystem and they were lost on exit.
Changed to /app/data/raw in both scraper and indexer so the JSONL file
lands inside the mounted volume and persists between containers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 21:39:10 -04:00
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