-
Notifications
You must be signed in to change notification settings - Fork 120
feat: add TextAnalyzerConfig for ASCII folding in text properties #2006
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 12 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
78ff5ec
feat: add TextAnalyzerConfig for ASCII folding in text properties
amourao 6931a6f
refactor: ruff format
amourao bda3008
feat: add min version check
amourao 77fc0ff
feat: update TextAnalyzerConfig docstring for ascii_fold attributes
amourao a8d6927
feat: add asciiFold check in _text_analyzer_from_config function
amourao e8919a3
test: fix ASCII folding tests
amourao 3cc6306
feat: add support for stopword presets in inverted index configuratio…
amourao ef04dea
test: added live and config tests
amourao 8f1b33b
refactor: improve docstrings for stopword presets and asciiFold tests
amourao 03d6ff4
refactor: simplify _any_property_has_text_analyzer function using _pr…
amourao 1342204
test: remove redundant insertion ascii fold tests from test_collectio…
amourao cb53d6a
test: add stopwords roundtrip test for collection configuration
amourao 9de03f3
feat: add model validator to enforce asciiFoldIgnore constraints in T…
amourao 7018927
feat: add factory class for text analyzer configurations with ASCII f…
amourao 8e91984
refactor: update TextAnalyzerConfig usage to new Configure class methods
amourao 30814fc
Merge branch 'feat/ascii-fold' into feat/stopword-presets
amourao db3009c
test: remove redundant line in stopword presets merge test
amourao 50f7768
refactor: use factory pattern
amourao a0efe43
refactor: format text analyzer configuration for better readability
amourao fa92fc2
refactor: remove server side behavior tests
amourao 27cd0a4
test: add stopword presets roundtrip tests for Weaviate collections
amourao 83c2431
refactor: remove unnecessary stopword preset coercion from _TextAnaly…
amourao 4e0a0f2
refactor: replace custom text analyzer method with a direct function …
amourao eaea155
Merge branch 'dev/1.37' into feat/ascii-fold
amourao 38c7f44
chore: remove unused deprecated import from config.py
amourao ec43d53
Merge branch 'feat/stopword-presets' into feat/ascii-fold
amourao b3eb0ac
chore: update WEAVIATE_137 version to 1.37.0-rc.1-578c4eb in workflow
amourao ceef271
refactor: update text analyzer method to use new static method in Con…
amourao 5e751bf
test: add stopwords roundtrip test with ASCII folding configuration
amourao 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
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.