-
Notifications
You must be signed in to change notification settings - Fork 53
Add support for full text queries and hybrid search queries #303
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 all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9500853
wip: adding Text and Hybrid queries
justin-cechmanek 3fa93ff
tokenizer helper function
rbs333 3b8e2b6
adds TextQuery class
justin-cechmanek 7e0f24d
adds nltk requirement
justin-cechmanek 49b2aba
makes stopwords user defined in TextQuery
justin-cechmanek f7a4b9e
adds hybrid aggregation query and tests. modifies search index to acc…
justin-cechmanek 6e007f7
Validate passed-in Redis clients (#296)
abrookins 298d055
Add batch_search to sync Index (#305)
abrookins 94eea52
Support client-side schema validation using Pydantic (#304)
tylerhutcherson 123ee22
Run API tests once (#306)
abrookins 9025bfe
Add option to normalize vector distances on query (#298)
rbs333 ae69ae9
adds TextQuery class
justin-cechmanek e403934
makes stopwords user defined in TextQuery
justin-cechmanek 9348583
adds hybrid aggregation query and tests. modifies search index to acc…
justin-cechmanek 10f4474
cleans text and hybrid tests
justin-cechmanek 018fe9f
merge conflicts
justin-cechmanek 3518121
updates lock file
justin-cechmanek 091148c
mypy cannot find defined methods
justin-cechmanek 9069dd5
updates nltk requirement
justin-cechmanek c5ad696
I swear I have changed this 4 times now
justin-cechmanek ea5d087
wip: debugging aggregations and filters
justin-cechmanek 1672ea3
fixes query string parsing. adds more tests
justin-cechmanek f32067a
test now checks default dialect is 2
justin-cechmanek 9b1dc18
makes methods private
justin-cechmanek ff44041
abstracts AggregationQuery to follow BaseQuery calls in search index
justin-cechmanek c0be24f
updates docstrings
justin-cechmanek aae3949
fixes docstring
justin-cechmanek 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.