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
Currently, the VertexAIVectorStore class requires credentials to be provided through a file path (credentials_path). This method may not be ideal in certain scenarios where credentials are available at runtime, such as in cloud environments where the credentials are automatically injected or managed through environment variables. It would be great if this class could also support passing credentials directly as a parameter (e.g., credentials=credentials), instead of being restricted to using the credentials_path.
Feature Description
Currently, the VertexAIVectorStore class requires credentials to be provided through a file path (credentials_path). This method may not be ideal in certain scenarios where credentials are available at runtime, such as in cloud environments where the credentials are automatically injected or managed through environment variables. It would be great if this class could also support passing credentials directly as a parameter (e.g., credentials=credentials), instead of being restricted to using the credentials_path.
Reason
No response
Value of Feature
No response
The text was updated successfully, but these errors were encountered: