Add Reranker implementation and integration in Retrieving pipeline (#77)

* Add base Reranker
* Add LLM Reranker
* Add Cohere Reranker
* Add integration of Rerankers in Retrieving pipeline
This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2023-11-15 16:03:51 +07:00
committed by GitHub
parent b52f312d8e
commit 9945afdf6f
6 changed files with 207 additions and 8 deletions

4
.gitignore vendored
View File

@@ -446,6 +446,9 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# PDF files
*.pdf
.theflow/
# End of https://www.toptal.com/developers/gitignore/api/python,linux,macos,windows,vim,emacs,visualstudiocode,pycharm
@@ -459,3 +462,4 @@ logs/
S.gpg-agent*
.vscode/settings.json
examples/example1/assets
storage/*