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:
committed by
GitHub
parent
b52f312d8e
commit
9945afdf6f
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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/*
|
||||
|
Reference in New Issue
Block a user