-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Cosmos] Hybrid Search query pipeline #38275
Open
simorenoh
wants to merge
34
commits into
Azure:main
Choose a base branch
from
simorenoh:fts-query
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,160
−24
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f0b9f26
Create hybrid_search_aggregator.py
simorenoh 2829bc1
others
simorenoh daf04e8
Update execution_dispatcher.py
simorenoh da4c295
Update execution_dispatcher.py
simorenoh 13482e3
sync changes, need to look at vector + FTS/ skip + take
simorenoh 2570238
async pipeline
simorenoh 20a5a8d
Merge branch 'main' into fts-query
simorenoh d900083
account for skip/take and simplify logics
simorenoh 7dce7c1
small hack for now
simorenoh c266c6a
fixing top/limit logic
simorenoh 2ecfbf8
return only payload
simorenoh 13a21c1
fix hack
simorenoh 1b89369
pylint
simorenoh 66b1163
simplifying further
simorenoh d6e199a
small changes
simorenoh 729c64f
adds readme, buffer limit, simplifies
simorenoh 93eba14
simplify async, CI green
simorenoh 188e12f
Merge branch 'main' into fts-query
simorenoh 835a72b
Update hybrid_search_aggregator.py
simorenoh 2dc6077
Update sdk/cosmos/azure-cosmos/README.md
simorenoh 77ea6dd
update variable name
simorenoh 3cdcc7f
Merge branch 'fts-query' of https://github.com/simorenoh/azure-sdk-fo…
simorenoh 705a14b
add sync and async tests
simorenoh 8052a14
Update README.md
simorenoh a86cbf8
simplifications, test fixes
simorenoh 0c4d9a4
add wrong query tests
simorenoh c2242eb
pylint/cspell
simorenoh efce422
Merge branch 'main' into fts-query
simorenoh 1fb4dfb
Update CHANGELOG.md
simorenoh b10c580
small changes
simorenoh 84753dc
test updates
simorenoh 70581ac
Update hybrid_search_data.py
simorenoh f90914a
cspell, samples
simorenoh ff66988
change tops
simorenoh 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
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.
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 are no changes to _CountAggregator in this PR - how is this supposed to start supporting CountIf?