I modified the uri to allow use the standalone milvus version:
milvus_vector_store = MilvusVectorStore(
uri="http://localhost:19530", dim=embed_dim, overwrite=True
)
I am using claude desktop with this MCP.
If you try to process the file with:
Process this file
Upload it to the vector store.
Then summarize the ANR rules that is contained within the document.
And then try to list or do a search, it wont work. The document is there but the it cannot retrieve.
list all documents in vector store