Find answers from the community

Updated last year

I m querying 2 documents that are

I'm querying 2 documents that are indexed and stored in mongo db. When I use a ListIndex, I get a solid response, when I use a Vector Index over the same docs, i get nothing in the response. Why does this happen?
L
1 comment
How are you creating the indexes? To share the docstore between the two, they can use the same docstore in the storage context, but they will each need their own index_struct and vector_store
Add a reply
Sign up and join the conversation on Discord