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
VectorSearchClient of databricks.vector_search.client can optionally receive the optional arguments service_principal_client_id=None and service_principal_client_secret=None for allowing access with service principal client ID/secret.
However, DatabricksVectorSearch for langchain integration isn't capable for doing it because it calls VectorSearchClient() without any arguments.
VectorSearchClient of
databricks.vector_search.client
can optionally receive the optional argumentsservice_principal_client_id=None
andservice_principal_client_secret=None
for allowing access with service principal client ID/secret.However, DatabricksVectorSearch for langchain integration isn't capable for doing it because it calls
VectorSearchClient()
without any arguments.at
databricks-ai-bridge/integrations/langchain/src/databricks_langchain/vectorstores.py
Lines 233 to 234 in c9946ad
Could you fix the code like this?
Other alternative solution like #27 is also fine with me.
The text was updated successfully, but these errors were encountered: