Find answers from the community

Updated last year

Hello, i have a question regarding my

Hello, i have a question regarding my stored vectors using chromadb, is it only VectorStoreIndex where i can load index from stored vectors?
index = VectorStoreIndex.from_vector_store(
vector_store,
storage_context=storage_context,
service_context=service_context,
)

or is their also other way to achieve this using SummaryIndex or SimpleKeywordTableIndex?
L
H
2 comments
right now it would only be vector indexes. But you could set the top k to 100000 to fetch every node and throw that into another index πŸ˜…
Ok, Thank you
Add a reply
Sign up and join the conversation on Discord