-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Jina Reranking integration #11291
Conversation
llama-index-integrations/postprocessor/llama-index-postprocessor-jinaai-rerank/pyproject.toml
Outdated
Show resolved
Hide resolved
8bd37e4
to
b89fbe9
Compare
llama-index-integrations/postprocessor/llama-index-postprocessor-jinaai-rerank/README.md
Show resolved
Hide resolved
...ssor/llama-index-postprocessor-jinaai-rerank/llama_index/postprocessor/jinaai_rerank/base.py
Show resolved
Hide resolved
pls also add a notebook to showcase how to use it and your results |
Signed-off-by: Joan Martinez <[email protected]>
b89fbe9
to
8c0fbfb
Compare
where should I put the notebook? and is there an example for me to follow? |
@JoanFM you could follow/put here
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
done! |
@JoanFM @hatianzhang: Thanks! Published to pypi (see here) |
* feat: add jina reranking Signed-off-by: Joan Martinez <[email protected]> * feat: add notebook * fix: fix linting * fix: change printing of nodes * fix: change printing of nodes * fix: fix output from new model * fix: fix notebook * cr --------- Signed-off-by: Joan Martinez <[email protected]> Co-authored-by: Haotian Zhang <[email protected]>
* feat: add jina reranking Signed-off-by: Joan Martinez <[email protected]> * feat: add notebook * fix: fix linting * fix: change printing of nodes * fix: change printing of nodes * fix: fix output from new model * fix: fix notebook * cr --------- Signed-off-by: Joan Martinez <[email protected]> Co-authored-by: Haotian Zhang <[email protected]>
* feat: add jina reranking Signed-off-by: Joan Martinez <[email protected]> * feat: add notebook * fix: fix linting * fix: change printing of nodes * fix: change printing of nodes * fix: fix output from new model * fix: fix notebook * cr --------- Signed-off-by: Joan Martinez <[email protected]> Co-authored-by: Haotian Zhang <[email protected]>
Description
This PR aims to add support for Jina AI
reranking
the same way it does forembeddings
.Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Suggested Checklist:
make format; make lint
to appease the lint gods