DOCS: Add research directory description in README
This commit is contained in:
parent
b6f9b386ef
commit
16acdfb1f3
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue