docs: update README and changelog for PYTHONPATH variable addition

This commit is contained in:
acano 2026-03-12 10:39:30 +01:00
parent 648f0f7318
commit f183beb088
2 changed files with 3 additions and 1 deletions

View File

@ -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` |

View File

@ -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: