Find answers from the community

Updated 4 months ago

has something recently changed with

At a glance
has something recently changed with MilvusVectorStore? when inserting new documents created as Document(text=segment_text, doc_id=doc_id, extra_info=extra_info), only text field is stored into text column in Milvus without any extra info. previously, extra info were at the beginning of each text
L
L
6 comments
ah yea, mb. I recently refactored how nodes work. The way it worked before with milvus was pretty hacky tbh

Was in the middle of fixing this yesterday but it got pushed to the side, will try to get this in today
np, thank you for letting me know! will downgrade to the older version to workaround this
If you have time, do you mind testing this branch? https://github.com/jerryjliu/llama_index/pull/6667
Any new milvus dbs created should retain the entire node object
since now we can serialize the entire node
Eh I merged it I think it works well, at least in my testing
Add a reply
Sign up and join the conversation on Discord