-
Notifications
You must be signed in to change notification settings - Fork 145
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
[vertexai] Fix Datastore error on indexing large fields #558
Merged
Commits on Oct 17, 2024
-
Fix Datastore error on indexing large fields
As the `self._text_property_name` might contain large text, this fix prevents from indexing a large field like a document corpus. This also saves datastore's costs, preventing a non necessary field to be indexed.
Configuration menu - View commit details
-
Copy full SHA for 19531bf - Browse repository at this point
Copy the full SHA 19531bfView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fbaab8 - Browse repository at this point
Copy the full SHA 9fbaab8View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8dfa7b - Browse repository at this point
Copy the full SHA b8dfa7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7bcd1 - Browse repository at this point
Copy the full SHA 6c7bcd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfb713 - Browse repository at this point
Copy the full SHA bbfb713View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8797ab9 - Browse repository at this point
Copy the full SHA 8797ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 823f7b5 - Browse repository at this point
Copy the full SHA 823f7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd91323 - Browse repository at this point
Copy the full SHA bd91323View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff42469 - Browse repository at this point
Copy the full SHA ff42469View commit details
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.