mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-19 07:57:04 +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.
|
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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user