Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 3.02 KB

Unreleased

  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.2.0 (2024-12-05)

0.2.0 (Oct 22, 2024)

  • Ndjson format for S3 and Blob exporters (#61)
  • Set monocle exporter from env setting (#60)
  • Update workflow name and type with new format (#59)
  • Updated async and custom output processor testcase for metamodel(#58)
  • Build okahu exporter and added test cases for okahu exporte (#56)
  • Handle exception in span wrappers(#52)
  • Metamodel entity changes (#51), (#54)
  • Error handling for llm_endpoint and tags (#50)
  • Context_output for vector store retriever (#48)
  • Direct exporter - AWS S3 (#42)
  • Direct Exporter - Blob store (#41)
  • Initial metamodel definition (#39)
  • Improvement in vectorstore traces (#38)
  • Update key for session context field in attributes (#34)

0.1.0 (Aug 27, 2024)

  • Fixed LlamaIndex tracing bugs (#32)
  • Added support to add AWS cloud infra attributes (#29)
  • Added support to add Azure cloud infra attributes (#23)
  • Added support for adding provider name in LLM span in traces (#22)
  • Added a default file span exporter (#21)
  • Moved input and output context and prompts from attributes to events (#15)

0.0.1 (Jul 17, 2024)

  • First monocle release