fix: tests

This commit is contained in:
Anhui-tqhuang 2024-03-14 19:48:01 +08:00
parent 945862286f
commit 3b6dda1aae
No known key found for this signature in database
GPG Key ID: 37B92F5DB83657C7
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PrivateGPT supports the integration with the `Reranker` which has the potential to enhance the performance of the Retrieval-Augmented Generation (RAG) system. PrivateGPT supports the integration with the `Reranker` which has the potential to enhance the performance of the Retrieval-Augmented Generation (RAG) system.
Currently we only support `flagembedding` for as reranker mode, in order to use it, set the `reranker.mode` property in the `settings.yaml` file to `flagembedding`. Currently we only support `flagembedding` as reranker mode, in order to use it, set the `reranker.mode` property in the `settings.yaml` file to `flagembedding`.
```yaml ```yaml
reranker: reranker:

View File

@ -14,13 +14,11 @@ qdrant:
llm: llm:
mode: mock mode: mock
<<<<<<< HEAD
embedding: embedding:
mode: mock mode: mock
=======
reranker: reranker:
enabled: false enabled: false
>>>>>>> c096818 (fix: tests)
ui: ui:
enabled: false enabled: false