docs: update README and changelog for PYTHONPATH variable addition
This commit is contained in:
parent
648f0f7318
commit
f183beb088
|
|
@ -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:
|
Create a `.env` file in the project root with the following variables:
|
||||||
|
|
||||||
```env
|
```env
|
||||||
|
PYTHONPATH=${PYTHONPATH}:/home/...
|
||||||
ELASTICSEARCH_URL=http://host.docker.internal:9200
|
ELASTICSEARCH_URL=http://host.docker.internal:9200
|
||||||
ELASTICSEARCH_LOCAL_URL=http://localhost:9200
|
ELASTICSEARCH_LOCAL_URL=http://localhost:9200
|
||||||
ELASTICSEARCH_INDEX=avap-docs-test
|
ELASTICSEARCH_INDEX=avap-docs-test
|
||||||
|
|
@ -150,6 +151,7 @@ HF_EMB_MODEL_NAME=Qwen/Qwen3-Embedding-0.6B
|
||||||
|
|
||||||
| Variable | Required | Description | Example |
|
| 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_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_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` |
|
| `ELASTICSEARCH_INDEX` | Yes | Elasticsearch index name used by the engine | `avap-docs-test` |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue