Hi helpful LlamaIndex ppl - I'm using LlamaIndex.TS and I dont see support for MultiStepQueryEngine? What options do I have in breaking a task into smaller subtasks using LlamaIndex.TS?
Hi!! I'm using LlamaIndex Typescript to build my RAG application. How can I see all the API calls being made to the underlying LLM (OpenAI in my case)?
Hi gang. I'm posting this question for clarification
I have created a VectorStoreIndex (specifically a QdrantStoreIndex) on a bunch of documents. Can I retrieve the original documents from the VectorStoreIndex? If I can retrieve the original documents, then I'd like to build a SummaryIndex on top of them.
My understanding is that I cannot retrieve the original documents from the VectorStoreIndex. And I would have to create a separate DocumentStore and utilize it to build the SummaryIndex on. Please clarify.