Can i use both add and insert methods for inserting documents in a vector store
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?