query_engine
has been created, the prompt template has had the context_str
and query_str
pulled from the index and replaced in the template. Is there any way to get the completed prompt as a string from the query_engine
?query_engine
object?query
function is called correct? The query_engine
doesn't fill it in first right?None
serivce_context = ServiceContext.from_defaults(llm=None) index = VectorStoreIndex.from_documents(documents, service_context=service_context)