Hey, I'm running a chroma vector store and a very basic storagecontext and docstore setup. For some reason whenever I try to peek into my chromadb after indexing a handful of sample documents, it returns an empty dict as follows: {'ids': [], 'embeddings': array([], dtype=float64), 'documents': [], 'uris': None, 'data': None, 'metadatas': [], 'included': [<IncludeEnum.embeddings: 'embeddings'>, <IncludeEnum.documents: 'documents'>, <IncludeEnum.metadatas: 'metadatas'>]}. When I print my docstore from index.docstore.docs, it states that I do have documents. I've been debugging it for a bit, playing around with persist paths and other configs but I can't seem to find where the problem resides