Querying Milvus collections using vector embeddings
The following Job demonstrates how to connect to a Milvus vector database, insert product embeddings, and retrieve similar products using vector similarity search.
Before you begin
Linking the components
Procedure
Configuring the components
Procedure
Executing the Job
Procedure
- Press Ctrl + S to save your Job.
- Press F6 to execute it.
Results
The Job connects to the Milvus database, inserts the fixed data records into the collection and displays them in the console, then performs a vector similarity search using the specified query vector and displays the top 5 most similar records. This demonstrates the complete workflow of storing and retrieving vector embeddings in Milvus.