Production use of this feature is available for specific editions only. Contact our sales team for more information.
Use case
Typical use cases for a vector search include the following:- Performing a semantic text search to return the most contextually relevant documents, even if they don’t share exact keywords.
- Personalizing content retrieval by matching users to relevant content based on their interests or behavior embeddings.
- Powering support systems by finding the closest pre-written response or FAQ entry for a customer’s question.
Properties
A human-readable name for the component.
Select an existing Databricks endpoint that will allow you to access the vector search index you wish to use.
Select an existing Databricks vector search index.
Select the column of the input that contains the questions. The component operates on a single input column only. If you have multiple question columns in the table, you’ll need to perform additional transformations on your data to reduce them to a single column before querying.Additional columns in the input table (i.e. not only the column selected here) will also be retrieved and displayed in the output.
The number of results to return from the vector database query. Enter a value in the range 1-100. For example,
5 will return the top five best-fitting answers to the query.
