Open xiaolibuzai-ovo opened 6 months ago
I think it is a bug, it should create one separate field for each entry in metadata, if you put conversationId
into MetaData, it should create conversationId
filed automatically
python version implementation:
I think it is a bug, it should create one separate field for each entry in metadata, if you put
conversationId
into MetaData, it should createconversationId
filed automaticallypython version implementation:
In this case, I roughly understand. Does that mean there are bugs when querying? All fields in the metadata should also be supported
As the title suggests, I want to know why some fields are specified when creating a vector database collection and users are not allowed to add others when building a Knowledge Base through a vector database. Is there any design concept here? For example, if I want to store different context vector fields in a collection, I should add a field to distinguish which context these vector data belong to (such as conversationId).
such as milvus
Thanks for you answer!