-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
DocArray as a Retriever #6031
DocArray as a Retriever #6031
Conversation
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
It would be nice to also add jina's |
hey @jpzhangvincent, annlite is not yet compatible with the new docarray version, but we might do it in the future, thanks for the suggestion! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont need two separate notebooks about docarrary in the retrievers section
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@hwchase17 @vowelparrot @dev2049 I'm not sure why Vercel is failing, I think it fails for all other recent PRs. |
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
@jupyterjazz is attempting to deploy a commit to the LangChain Team on Vercel. A member of the Team first needs to authorize it. |
Signed-off-by: jupyterjazz <saba.sturua@jina.ai>
hey @hwchase17 @vowelparrot @dev2049 I think Vercel needs some approval from your side and CI should be green afterwards. The comment about separate notebooks is addressed! |
DocArray as a Retriever
DocArray is an open-source tool for managing your multi-modal data. It offers flexibility to store and search through your data using various document index backends. This PR introduces
DocArrayRetriever
- which works with any available backend and serves as a retriever for Langchain apps.Also, I added 2 notebooks:
DocArray Backends - intro to all 5 currently supported backends, how to initialize, index, and use them as a retriever
DocArray Usage - showcasing what additional search parameters you can pass to create versatile retrievers
Example:
Who can review?
@dev2049