Basically, I want session management with Qdrant, LlamaIndex, and LlamaParse, so I don't have to redo parsing and indexing every time, thank you guys in advance
storage_context in this case is , vector_store = QdrantVectorStore(client=client, collection_name="test_collection") storage_context = StorageContext.from_defaults(vector_store=vector_store)