Find answers from the community

Home
Members
ravibhim
r
ravibhim
Offline, last seen 2 months ago
Joined October 15, 2024
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?
2 comments
L
r
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)?
2 comments
W
r
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.
2 comments
W
r