-
Notifications
You must be signed in to change notification settings - Fork 21
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(query): Add support for single embedding retrieval with PGVector #406
Merged
timonv
merged 18 commits into
bosun-ai:master
from
shamb0:feat/indexing-retrieval-pgvector
Dec 4, 2024
Merged
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7a6b2bc
feat: Index markdown in pgvector
shamb0 4f0da81
Addressed review comments:
shamb0 2977ad4
test bringup
shamb0 a9e2a9e
Merge remote-tracking branch 'upstream/master' into feat/indexing-ret…
shamb0 9a32ee9
Add support for HybridSearch strategy
shamb0 7b00f53
chore(deps): bump thiserror from 1.0.68 to 1.0.69 (#444)
dependabot[bot] 9202950
chore(deps): Cargo update (#464)
timonv dca8388
chore(deps): bump the minor group with 2 updates (#465)
dependabot[bot] dab33ae
Remove Hybrid search strategy from Retrieve as it is unsuitable for t…
shamb0 cd5e88b
Remove Hybrid search strategy from Retrieve as it is unsuitable for t…
shamb0 a6085ed
Merge branch 'master' into feat/indexing-retrieval-pgvector
shamb0 b70843b
chore: Clippy and deps fixes for 1.83 (#467)
timonv 4e3ed6f
test bringup
shamb0 3115168
Add support for HybridSearch strategy
shamb0 996be2b
Remove Hybrid search strategy from Retrieve as it is unsuitable for t…
shamb0 8f03a0b
Add pgvector integration test
shamb0 2ec9c70
Add pgvector integration test
shamb0 0d5e13d
Merge branch 'master' into feat/indexing-retrieval-pgvector
shamb0 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 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 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 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
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.
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.
There is also a query_all, should be no need for a loop :-)