You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While configuring Typesense to use Vertex AI it seems the property refreshToken is missing on FieldEmbedModelConfig class, so we cannot setup properly it, so it cannot connect to GCP Vertex AI API, throwing a 400 with the message: Property embed.model_config.refresh_token is missing or is not a string.
Actually, in the documentation it shows the refreshToken property being configured:
Typesense library is able to connect to Vertex AI to generate embeddings
Actual Behavior
Typesense library is not able to connect to Vertex AI, throwing a 400 with the message: Property embed.model_config.refresh_token is missing or is not a string.
Metadata
Typesense Version: 0.8.1
OS: MacOS Sonoma 14.5
The text was updated successfully, but these errors were encountered:
Description
While configuring Typesense to use Vertex AI it seems the property
refreshToken
is missing onFieldEmbedModelConfig
class, so we cannot setup properly it, so it cannot connect to GCP Vertex AI API, throwing a 400 with the message: Propertyembed.model_config.refresh_token
is missing or is not a string.Actually, in the documentation it shows the
refreshToken
property being configured:Guess the OpenAPI model is not fully synced with the one used in this library.
Steps to reproduce
Follow the steps from the documentation
Expected Behavior
Typesense library is able to connect to Vertex AI to generate embeddings
Actual Behavior
Typesense library is not able to connect to Vertex AI, throwing a 400 with the message: Property
embed.model_config.refresh_token
is missing or is not a string.Metadata
Typesense Version: 0.8.1
OS: MacOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: