-
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
VideoDB Integration for Retrievers #11463
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
0xrohitgarg
force-pushed
the
add-videodb-retriever
branch
from
February 28, 2024 14:49
b2dfcc0
to
bb0b8f0
Compare
dosubot
bot
added
the
size:XL
This PR changes 500-999 lines, ignoring generated files.
label
Feb 28, 2024
ravi03071991
reviewed
Mar 1, 2024
...ntegrations/retrievers/llama-index-retrievers-videodb/llama_index/retrievers/videodb/base.py
Show resolved
Hide resolved
ravi03071991
approved these changes
Mar 1, 2024
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.
LGTM.
anoopshrma
pushed a commit
to anoopshrma/llama_index
that referenced
this pull request
Mar 2, 2024
* add video-db retriever * added examples and sdk support * docs: grammer fixes * added walkthrough for VideoDB retriever * refactor example notebook * refactor README.md * refactor pyproject.toml * fix formatting and linting * added build files * added makefile --------- Co-authored-by: codeashu <[email protected]>
bdonkey
added a commit
to bdonkey/gpt_index
that referenced
this pull request
Mar 5, 2024
* main: (2881 commits) Feature: Improve batch embedding generation throughput for Cohere in Bedrock (run-llama#11572) tqdm: add tdqm.gather (run-llama#11562) Fix URLs in Prompts documentation (run-llama#11571) Corrected colab links (run-llama#11577) add syntatic sugar to create chat prompt / chat message more easily (run-llama#11583) Fix Issue 11565 - The MilvusVectorStore MetaDataFilters FilterCondition.OR is ignored (run-llama#11566) docs: fixes LangfuseCallbackHandler link (run-llama#11576) GHA: Add Check for repo source (run-llama#11575) add raptor (run-llama#11527) Logan/v0.10.15 (run-llama#11551) feat: adds langfuse callback handler (run-llama#11324) fixed storage context update & service context issue (run-llama#11475) Add async capability to OpensearchVectorStore (run-llama#11513) Logan/fix publish (run-llama#11549) Prevent async_response_gen from Stalling with asyncio Timeout (run-llama#11548) VideoDB Integration for Retrievers (run-llama#11463) fix import error in CLI (run-llama#11544) Updated the simple fusion to handle duplicate nodes (run-llama#11542) Add mixedbread reranker cookbook (run-llama#11536) Fixed some minor gramatical issues (run-llama#11530) ...
Izukimat
pushed a commit
to Izukimat/llama_index
that referenced
this pull request
Mar 29, 2024
* add video-db retriever * added examples and sdk support * docs: grammer fixes * added walkthrough for VideoDB retriever * refactor example notebook * refactor README.md * refactor pyproject.toml * fix formatting and linting * added build files * added makefile --------- Co-authored-by: codeashu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds implementation of VideoDB as Retriever in QueryEngine.
Notes for PR Reviewer :
Type of Change
How Has This Been Tested?
Suggested Checklist:
make format; make lint
to appease the lint gods