LangSmith support for LlamaIndex #686
Unanswered
enosis-sourav-das
asked this question in
Q&A
Replies: 1 comment
-
Great question! You could probably create a langsmith Llama Index tracer that would work. Under the hood, it could use the traceable decorator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In their Observability section, LlamaIndex provided various tools to debug and trace RAG applications, but LangSmith is not mentioned. I was wondering if it is possible to use LangSmith with LLamaIndex.
I saw that it is possible to use
traceable
decorators and wrappers to trace the flow of the application, but it is a bit tedious to put it everywhere in the code. As for LangChain, setting it up is pretty straightforward and it starts tracing everything out of the box. Is there something similar for LlamaIndex with LangSmith as well?Beta Was this translation helpful? Give feedback.
All reactions