mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-18 23:46:50 +00:00
fix: tests
This commit is contained in:
parent
945862286f
commit
3b6dda1aae
@ -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.
|
||||
|
||||
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
|
||||
reranker:
|
||||
|
@ -14,13 +14,11 @@ qdrant:
|
||||
llm:
|
||||
mode: mock
|
||||
|
||||
<<<<<<< HEAD
|
||||
embedding:
|
||||
mode: mock
|
||||
=======
|
||||
|
||||
reranker:
|
||||
enabled: false
|
||||
>>>>>>> c096818 (fix: tests)
|
||||
|
||||
ui:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user