hello guys, i'm using a setup like : AzureCognitiveSearch as VectorStore and MongoDB as Docstore. So, for the retriever strategies i want to test Metadata Replacement + Node Sentence Window and Auto Merging Retriever, for this methods i should use a docstore right? and i can't modify the collections structure too? i mean the docs/data, docs/metadata, docs/ref_doc_info
I understand, and I also couldn't modify the internal structure of these objects that are being saved for example in "docs_data", I imagine that for a hierarchy or window strategy the key relationships must be kept intact, correct? This format of the document store is completely linked to the functionalities and wouldn't it make sense to lower the correct level a little?