Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/run-llama/llama_index. Pull mirroring updated .
  1. Apr 09, 2024
  2. Apr 08, 2024
  3. Apr 07, 2024
  4. Apr 06, 2024
  5. Apr 05, 2024
  6. Apr 04, 2024
  7. Apr 03, 2024
  8. Apr 02, 2024
    • Marcus Schiesser's avatar
      11786caa
    • Andrei Fajardo's avatar
      Add `span_id` attribute to Events (instrumentation) (#12417) · 95be930f
      Andrei Fajardo authored
      * add span_id to Event
      
      * remove raise err in NullHandler
      
      * wip
      
      * modify root dispatcher event enclosing span
      
      * remove *args as we have bound_args now
      
      * add LLMChatInProgressEvent
      
      * add LLMStructuredPredict Eventst
      
      * store span_id before await executions
      
      * add SpanDropEvent with err_str payload
      
      * add event to _achat; flush current_span_id when open_spans is empty
      
      * llm callbacks use root span_id
      
      * add unit tests
      
      * remove print statements
      
      * provide context manager returning a distpatch event partial with correct span id
      
      * move to context manager usage
      
      * fix invocation of cm
      
      * define and use get_dispatch_event method
      
      * remove aim tests
      95be930f
  9. Apr 01, 2024
  10. Mar 31, 2024
  11. Mar 29, 2024
  12. Mar 28, 2024
Loading