diff --git a/README.md b/README.md index 7d6d359..fd4c125 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ The engine utilizes Langfuse for end-to-end tracing and performance monitoring. Create a `.env` file in the project root with the following variables: ```env +PYTHONPATH=${PYTHONPATH}:/home/... ELASTICSEARCH_URL=http://host.docker.internal:9200 ELASTICSEARCH_LOCAL_URL=http://localhost:9200 ELASTICSEARCH_INDEX=avap-docs-test @@ -150,6 +151,7 @@ HF_EMB_MODEL_NAME=Qwen/Qwen3-Embedding-0.6B | Variable | Required | Description | Example | |---|---|---|---| +| `PYTHONPATH` | No | Path that aims to the root of the project | `${PYTHONPATH}:/home/...` | | `ELASTICSEARCH_URL` | Yes | Elasticsearch endpoint used for vector/context retrieval in Docker | `http://host.docker.internal:9200` | | `ELASTICSEARCH_LOCAL_URL` | Yes | Elasticsearch endpoint used for vector/context retrieval in local | `http://localhost:9200` | | `ELASTICSEARCH_INDEX` | Yes | Elasticsearch index name used by the engine | `avap-docs-test` | diff --git a/changelog b/changelog index 93d4daa..1f88690 100644 --- a/changelog +++ b/changelog @@ -4,7 +4,7 @@ All notable changes to the **Brunix Assistance Engine** will be documented in th --- -## [1.5.0] - 2026-03-11 +## [1.5.0] - 2026-03-12 ### Added - IMPLEMENTED: