From 16acdfb1f34b16c867ad4058a774698fce889b15 Mon Sep 17 00:00:00 2001 From: acano Date: Thu, 19 Mar 2026 16:30:44 +0100 Subject: [PATCH] DOCS: Add research directory description in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8931418..a7b76a6 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ graph TD │ └── ingestion/ │ └── 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) ├── config.py # Pydantic settings — reads all environment variables └── utils/