Skip to content

Commit

Permalink
Adding comnpatibility docs to agent compat and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
akristen committed Mar 13, 2024
1 parent b72ee15 commit a7a1890
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Expand Up @@ -542,8 +542,8 @@ The Go agent integrates with other features to give you observability across you
<td>
If you have version 3.31.0 or higher of Go agent, you can collect AI data from certain AI libraries and frameworks:

* openai versions 4.0.0 and above. If your model uses streaming, the Go agent supports versions 4.12.2 and above
* aws-sdk/bedrock-runtime-client 3.474.0 and above
* [Go OpenAI library](https://github.com/sashabaranov/go-openai) versions 3.4.0 and above
* [AWS SDK for Go v2](https://github.com/aws/aws-sdk-go-v2) versions 1.6.0 and above

</td>
</tr>
Expand Down
Expand Up @@ -766,9 +766,9 @@ The Node.js agent integrates with other features to give you observability acros
<td>
If you have version 11.13.0 of the Node.js agent, you can collect AI data from certain AI libraries and frameworks:

* openai versions 4.0.0 and above. If your model uses streaming, the Node.js agent supports versions 4.12.2 and above
* aws-sdk/bedrock-runtime-client 3.474.0 and above
* langchain/core 0.1.17 and above
* [OpenAI Node.js API library](https://www.npmjs.com/package/openai/v/4.0.0-beta.4) versions 4.0.0 and above. If your model uses streaming, the Node.js agent supports versions 4.12.2 and above
* [AWS SDK for JavaScript BedrockRuntime Client](https://www.npmjs.com/package/@aws-sdk/client-bedrock-runtime) versions 3.474.0 and above
* [LangChain.js](https://www.npmjs.com/package/langchain/v/0.1.17) versions 0.1.17 and above

</td>
</tr>
Expand Down
Expand Up @@ -258,9 +258,9 @@ The Python agent integrates with other capabilities to give you end-to-end visib
<td>
If you have version 9.9.0 of the Python agent, you can collect AI data from certain AI libraries and frameworks:

* openai versions 4.0.0 and above. If your model uses streaming, the Node.js agent supports versions 4.12.2 and above
* aws-sdk/bedrock-runtime-client 3.474.0 and above
* langchain/core 0.1.17 and above
* [OpenAI](https://pypi.org/project/openai/) library versions 1.13.3 and above
* [Boto3 AWS SDK for Python](https://docs.aws.amazon.com/pythonsdk/) versions ELEPHANT and above
* [LangChain](https://pypi.org/project/langchain/0.0.300/) versions 0.1.17 and above

</td>
</tr>
Expand Down
Expand Up @@ -839,7 +839,7 @@ The Ruby agent integrates with other New Relic capabilities to give you end-to-e
</td>

<td>
If you have version 9.8.0 of the Ruby agent, you can collect AI data from version 3.4.0 and above of the `ruby_openai` gem.
If you have version 9.8.0 of the Ruby agent, you can collect AI data from version 3.4.0 and above of the [`ruby_openai` gem](https://github.com/alexrudall/ruby-openai).

</td>
</tr>
Expand Down

0 comments on commit a7a1890

Please sign in to comment.