as_query_engine
?index = VectorStoreIndex.from_documents( documents=documents, storage_context=storage_context )
.py
file, I want to access it to use for RAG:index.as_query_engine()
index = VectorStoreIndex.from_vector_store(qdrant_vector_store) engine = index as_query_engine()