QuestionQ33
Application DevelopmentA Generative AI Engineer I is using the following code to test setting up a vector store:

Assuming they plan to use Databricks-managed embeddings with the default embedding model, which logical function call should come next?
- A vsc.get_index()
- B vsc.create_delta_sync_index()
- C vsc.create_direct_access_index()
- D vsc.similarity_search()
Community Discussion