VectorStoreIndex.from_documents
too, same result. Im using chroma PersistentClient btw, very weird π€from_documents(..., store_nodes_override=True)
from_documents(..., store_nodes_override=True)
will I be able to use BM25 later by creating the index with from_vector_store(vector_store=vector_store)
without having to create a separate docstore? Since Im pretty sure chroma stores the text documents too