docs for bm25_weight

This commit is contained in:
Jan Kessler 2025-05-20 12:09:52 +02:00
parent 5a07b5553e
commit cca3ba0bda
No known key found for this signature in database
GPG Key ID: FCF0DCB4ADFC53E7

View File

@ -1355,6 +1355,13 @@ When using Pinecone as the vector store, the following environment variables are
- Description: Sets the relevance threshold to consider for documents when used with reranking.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `RAG_BM25_WEIGHT`
- Type: `float`
- Default: `0.5`
- Description: Sets the weight given to the keyword search (BM25) during hybrid search. 1 means only keyword serach, 0 means only vector search.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `RAG_TEMPLATE`
- Type: `str`