How is LlamaIndex storing data in Milvus ? #37242
Unanswered
joybanerjee08
asked this question in
Q&A and General discussion
Replies: 1 comment 4 replies
-
hello @joybanerjee08 , as you can see, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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