RAG_BM25_WEIGHT -> RAG_HYBRID_BM25_WEIGHT

This commit is contained in:
Jan Kessler 2025-05-23 22:52:29 +02:00
parent cca3ba0bda
commit 9cccee9cbb
No known key found for this signature in database
GPG Key ID: FCF0DCB4ADFC53E7

View File

@ -1355,7 +1355,7 @@ 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`
#### `RAG_HYBRID_BM25_WEIGHT`
- Type: `float`
- Default: `0.5`