Get Similar Vectors
Returns the nearest matches for the given text from the vector store.
Inputs
Vector Store
The vector store.
Input Text
The text to search.
No of Results
The number of results to return.
Embedding Model
The embedding model used to vectorize the input text.
Outputs
Results
The search results.
Last updated