Video upload date:  · Duration: PT1H46M27S  · Language: EN

A Generative AI Engineer is using the code databricks video

generative-ai video for a Generative AI Engineer is using the code below to test setting up a vector store: from databricks.vector_search.client import

This is a dedicated watch page for a single video.

Full Certification Question

A Generative AI Engineer is using the code below to test setting up a vector store: from databricks.vector_search.client import VectorSearchClient vsc = VectorSearchClient() vsc.create_endpoint( name="vector_search_test", endpoint_type="STANDARD" ) Assuming they intend to use Databricks-managed embeddings with the default embedding model, what should be the next logical function call?