DOCS: Add research directory description in README

This commit is contained in:
acano 2026-03-19 16:30:44 +01:00
parent b6f9b386ef
commit 16acdfb1f3
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ graph TD
│ └── ingestion/ │ └── ingestion/
│ └── chunks.jsonl # JSONL output from avap_chunker.py │ └── chunks.jsonl # JSONL output from avap_chunker.py
├── research/ # Directory containing all research done alongside its documents, results and notebooks
└── src/ # Shared library (used by both Docker and scripts) └── src/ # Shared library (used by both Docker and scripts)
├── config.py # Pydantic settings — reads all environment variables ├── config.py # Pydantic settings — reads all environment variables
└── utils/ └── utils/