Find answers from the community

Home
Members
aristokratic.eth
a
aristokratic.eth
Offline, last seen 3 months ago
Joined September 25, 2024
getting an issue with MilvusVectorStore in llamaindex 0.9.
Argument of type "MilvusVectorStore" cannot be assigned to parameter "vector_store" of type "BasePydanticVectorStore | None" in function "__init__" Type "MilvusVectorStore" cannot be assigned to type "BasePydanticVectorStore | None" "MilvusVectorStore" is incompatible with "BasePydanticVectorStore"

Any tips?
1 comment
L
hello.. need some advice here. i,m buildng an app that allows a user to upload pdf documents. llamaindex then indexes the document and stores it into milvus. the app will support one user having multiple different pdf documents. how do i point llamaindex to load the correct vectorindex for a particular document?
11 comments
a
W
whats the best local model inferencing API server to use with LlamaIndex? vLLM? Ollama? LM Studio?
4 comments
a
L
was there a webinar whereby we used llamaindex to perform RAG on a PDF and it helped give the answer + highlight the relavant sections in the PDF which were used to generate the answer? i vividly saw something on twitter, but could not find it anymore
2 comments
a
W
i need help..
whats the difference between index store, vector store, document store and graph store? is there like a deep dive i can watch/read to understand better?
e.g. i've been playing with milvus and pgvector. so the vector store component is kinda clear.
but what is an index store, document store and graph store? if i'm building a production grade app, do i need the index store, document store and graph store ?
Thank you in advance!
4 comments
a
W