Skip to content
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
merged 9 commits into from
Oct 29, 2024

Commits on Oct 17, 2024

  1. 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.
    lspataroG authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    19531bf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    9fbaab8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    b8dfa7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7bcd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbfb713 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    8797ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823f7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd91323 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    ff42469 View commit details
    Browse the repository at this point in the history