Skip to content
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

langchain: add Jina Reranker in retrievers module #19406

Merged
merged 12 commits into from
Apr 25, 2024

Conversation

JoanFM
Copy link
Contributor

@JoanFM JoanFM commented Mar 21, 2024

  • Description: Adapt JinaEmbeddings to run with the new Jina AI Rerank API

  • Twitter handle: https://twitter.com/JinaAI_

  • Add tests and docs: If you're adding a new integration, please include

    1. a test for the integration, preferably unit tests that do not rely on network access,
    2. an example notebook showing its use. It lives in docs/docs/integrations directory.
  • Lint and test: Run make format, make lint and make test from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/

Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 7:36am

@JoanFM JoanFM force-pushed the feat-jina-rerank branch 3 times, most recently from 55809bf to 1c180c1 Compare March 21, 2024 17:34
@JoanFM JoanFM force-pushed the feat-jina-rerank branch from 1c180c1 to 9d2a1a3 Compare March 21, 2024 17:35
@baskaryan
Copy link
Collaborator

@JoanFM feel free to ping when it's ready for review!

@baskaryan baskaryan self-assigned this Mar 22, 2024
@JoanFM JoanFM marked this pull request as ready for review April 2, 2024 09:11
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Apr 2, 2024
@JoanFM
Copy link
Contributor Author

JoanFM commented Apr 2, 2024

@JoanFM feel free to ping when it's ready for review!

Hey @baskaryan ,

This is now ready for review.

@dosubot dosubot bot added Ɑ: retriever Related to retriever module 🤖:improvement Medium size change to existing code to handle new use-cases labels Apr 2, 2024
@JoanFM JoanFM force-pushed the feat-jina-rerank branch from c9dd365 to d50d611 Compare April 8, 2024 09:01
@JoanFM
Copy link
Contributor Author

JoanFM commented Apr 16, 2024

Hey team, is there any timeline for the review of this PR?

FYI @baskaryan

@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Apr 17, 2024
@baskaryan baskaryan enabled auto-merge (squash) April 17, 2024 00:48
auto-merge was automatically disabled April 22, 2024 07:25

Head branch was pushed to by a user without write access

@JoanFM
Copy link
Contributor Author

JoanFM commented Apr 23, 2024

Hey @baskaryan ,

is there anything missing for this to be merged?

@baskaryan baskaryan merged commit baefbfb into langchain-ai:master Apr 25, 2024
62 checks passed
@baskaryan
Copy link
Collaborator

Merged, thank you @JoanFM!

hinthornw pushed a commit that referenced this pull request Apr 26, 2024
- **Description:** Adapt JinaEmbeddings to run with the new Jina AI
Rerank API
- **Twitter handle:** https://twitter.com/JinaAI_


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

---------

Co-authored-by: Bagatur <[email protected]>
Co-authored-by: Bagatur <[email protected]>
pprados pushed a commit to pprados/langchain that referenced this pull request Apr 26, 2024
…i#19406)

- **Description:** Adapt JinaEmbeddings to run with the new Jina AI
Rerank API
- **Twitter handle:** https://twitter.com/JinaAI_


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

---------

Co-authored-by: Bagatur <[email protected]>
Co-authored-by: Bagatur <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:improvement Medium size change to existing code to handle new use-cases lgtm PR looks good. Use to confirm that a PR is ready for merging. Ɑ: retriever Related to retriever module size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants