Skip to content

Releases: newrelic/nr-openai-observability

0.3.1

10 Sep 07:14
4c95c99
Compare
Choose a tag to compare

What's Changed

  • Fix error str by @ykriger-newrelic in #23

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Sep 06:47
4de0227
Compare
Choose a tag to compare

What's Changed

  • Introducing LangChain integration by @ykriger-newrelic in #21

Full Changelog: 0.2.7...0.3.0

0.2.7

30 Aug 08:07
2bb4d96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.6...0.2.7

0.2.6

06 Aug 11:21
0100b4c
Compare
Choose a tag to compare
  • application_name is now a requirement parameter for the initialization

    monitor.initialization(
        application_name="OpenAI observability example"
    )
    
  • We have introduced a new entity type: LLM application. Now all the corresponding events are attached to the new entity.

  • The LLM application entities can be found here

What's Changed

Full Changelog: 0.2.5...0.2.6

0.2.5

09 May 07:46
9138540
Compare
Choose a tag to compare

Full Changelog: 0.2.4...0.2.5

0.2.4

14 Mar 22:23
0eac98f
Compare
Choose a tag to compare
add keywords to package

0.2.3

08 Mar 10:08
c297001
Compare
Choose a tag to compare
add event_client_host optional parameter to support eu users (#4)

* add event_client_host optional parameter to support eu users

* update README.md

0.2.2

06 Mar 11:50
9867edf
Compare
Choose a tag to compare

What's Changed

  • Update PyPI description

Full Changelog: 0.2.1...0.2.2

0.2.1

05 Mar 17:42
Compare
Choose a tag to compare

Introducing "nr-openai-observability", the new python package from New Relic that enables observability options for OpenAI models. With real-time monitoring and tracing, you can gain insights into the performance and behavior of your OpenAI models, optimizing their performance and identifying issues before they impact your business. This powerful tool is a must-have for anyone working with OpenAI models.
This release description was written by ChatGPT, a large language model trained by OpenAI.

0.2.0

05 Mar 13:44
72ba93c
Compare
Choose a tag to compare
Fix publish to testPypi