How is LlamaIndex storing data in Milvus ? #37242
Unanswered
joybanerjee08
asked this question in
Q&A and General discussion
Replies: 1 comment 2 replies
-
hello @joybanerjee08 , as you can see, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I have been tasked with researching viability of using Milvus with LlamaIndex for storing more than a million documents.
I have used a simple code such as this to store a sample of 100 document, and retrieve some data:
I can see the node id, text and similarity scores in the output of the above code.
Next I have used pymilvus to describe the collection, it gave me this output:
I can see two fields, id and embedding. So where are the texts and metadata ? If they are not stored, then how is LlamaIndex fetching the text ?
Beta Was this translation helpful? Give feedback.
All reactions