-
Notifications
You must be signed in to change notification settings - Fork 284
feat: Qdrant storage support #205
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2015fc5
feat: Qdrant storage
Anush008 d814974
feat: Qdrant storage support
Anush008 8733bc1
Merge branch 'main' into qdrant
Anush008 b0e4a4d
chore: review updates
Anush008 61aa6d0
Merge branch 'main' into qdrant
Anush008 678f9fd
chore: New API check_state_compatibility
Anush008 f857b83
refactor: Simplify payload conversion
Anush008 3a4791a
Merge remote-tracking branch 'upstream/main' into qdrant
Anush008 4a0bdf5
refactor: No ResourceSetupStatusCheck
Anush008 a4c6cae
refactor: Replaced SetupState with ()
Anush008 67f1e71
feat: Parse point ID
Anush008 c5f6a9d
Merge remote-tracking branch 'upstream/HEAD' into qdrant
Anush008 d7f419b
chore: Support all Value::Basic values
Anush008 8125f53
Merge remote-tracking branch 'upstream/HEAD' into qdrant
Anush008 379797c
chore: Handle all BasicValue types in search(), doc updates
Anush008 a2b58b1
doc: End-to-end example
Anush008 9dc9abc
feat: Support for api_key
Anush008 aa2acda
fix: no process-level CryptoProvider available -- call CryptoProvider…
Anush008 20221ae
Merge branch 'main' into qdrant
Anush008 67e3608
chore: Removed key_value_fields_iter()
Anush008 86fc14c
docs: examples/text_embedding_qdrant
Anush008 f749375
chore: Undo change to examples/pdf_embedding
Anush008 d9c93d4
feat: Optionally delete points
Anush008 32d94f7
chore: parse BasicValueType::Date
Anush008 19dee3e
refactor: Don't nest complex types
Anush008 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| pub mod postgres; | ||
| pub mod qdrant; |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.