After integrating Langfuse with LlamaIndex, I noticed that certain steps did not have their own spans, notably the embedding of the user's question and the subsequent lookup of docs in Qdrant.
Is there a way to get these to show up? Am I missing a config or option somewhere?
yeah, janky is a good word for it, but there are times where one wants to get into the guts to see how things work and come together. This is partly, part of the learning process, but I also want to be able to share the documents used in producing an answer and certain parts of the metadata about them.
Is there any way to get the doc list & metadata used from the higher level APIs when making a query?