-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cosmos] Hybrid Search query pipeline (#38275)
* Create hybrid_search_aggregator.py * others * Update execution_dispatcher.py * Update execution_dispatcher.py * sync changes, need to look at vector + FTS/ skip + take * async pipeline * account for skip/take and simplify logics * small hack for now * fixing top/limit logic * return only payload * fix hack * pylint * simplifying further * small changes * adds readme, buffer limit, simplifies * simplify async, CI green * Update hybrid_search_aggregator.py * Update sdk/cosmos/azure-cosmos/README.md Co-authored-by: Anna Tisch <antisch@microsoft.com> * update variable name * add sync and async tests * Update README.md * simplifications, test fixes * add wrong query tests * pylint/cspell * Update CHANGELOG.md * small changes * test updates * Update hybrid_search_data.py * cspell, samples * change tops * address comments * Update hybrid_search_aggregator.py * update pipeline description * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Anna Tisch <antisch@microsoft.com>
- Loading branch information
Showing
21 changed files
with
1,179 additions
and
39 deletions.
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.