Find answers from the community

Updated 5 months ago

Can i use both add and insert methods for inserting documents in a vector store

At a glance

The community member is asking if they can use both add from MilvusVectorStore and insert from Index classes to create an endpoint for inserting documents in a Vector Store, as both seem to do the same thing. The comments from other community members do not provide a clear answer to the question.

I want to create an endpoint for just inserting documents in a Vector Store. Can I use both add, from MilvusVectorStore, and insert from Index classes? Both does the same thing?
A
3 comments
Add a reply
Sign up and join the conversation on Discord