fix: Correct file path for chunk management module in changelog

This commit is contained in:
acano 2026-03-05 11:44:52 +01:00
parent 1166fc3bf4
commit 83ca902a59
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ All notable changes to the **Brunix Assistance Engine** will be documented in th
- `src/prompts.py`: centralized prompt definitions added.
- `src/state.py`: shared state management module added.
- `pipelines/flows/elasticsearch_ingestion.py`: pipeline to populate the elasticsearch vector database.
- `pipelines/tasks/chunks`: modele with function related to chunk management.
- `pipelines/tasks/chunks.py`: module with functions related to chunk management.
- `ingestion/docs`: folder containing all chunked AVAP documents.
### Changed