LangSmith support for LlamaIndex #686
              
                Unanswered
              
          
                  
                    
                      souravdas96
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| 
         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
                  
                
            -
| 
         use langsmith through traceloop traceloop has support for llamaindex https://docs.llamaindex.ai/en/stable/module_guides/observability/#openllmetry  | 
  
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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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
traceabledecorators 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