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 not able to pass workspace_url, personal_access_token, service_principal_client_id, service_principal_client_secret to create a DatabricksVectorStore object with VectorSearchClient init as Service Principal.
Getting: [NOTICE] Using a notebook authentication token. Recommended for development only. For improved performance, please use Service Principal based authentication. To disable this message, pass disable_notice=True to VectorSearchClient().
The text was updated successfully, but these errors were encountered:
langchain-databricks/libs/databricks/langchain_databricks/vectorstores.py
Line 235 in 85cdc7d
Currently not able to pass
workspace_url
,personal_access_token
,service_principal_client_id
,service_principal_client_secret
to create a DatabricksVectorStore object with VectorSearchClient init as Service Principal.Getting: [NOTICE] Using a notebook authentication token. Recommended for development only. For improved performance, please use Service Principal based authentication. To disable this message, pass disable_notice=True to VectorSearchClient().
The text was updated successfully, but these errors were encountered: