Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated doc URL's for AI quickstarts #2374

Merged
merged 7 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions quickstarts/amazon-bedrock/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ authors:
- Jyothi Surampudi
title: Amazon Bedrock
documentation:
- name: Amazon Bedrock integration documentation
- name: Amazon Bedrock integration using Python
description: |
Implement monitoring and instrumentation for your Amazon Bedrock app to ensure that your observability data is integrated into New Relic for effective performance analysis and insights.
url: https://github.com/newrelic/nr-openai-observability
Enhance the performance monitoring and instrumentation of your Amazon Bedrock by using the Python agent.
url: https://docs.newrelic.com/install/python
- name: Amazon Bedrock integration using Node.js
description: |
Enhance the performance monitoring and instrumentation of your Amazon Bedrock by using the Node.js agent.
url: https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent
dataSourceIds:
- nr-ai-monitoring
keywords:
Expand Down
11 changes: 8 additions & 3 deletions quickstarts/mlops/langchain/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ authors:
- Jyothi Surampudi
title: LangChain
documentation:
- name: LangChain integration documentation
- name: LangChain integration using Python
description: |
Implement monitoring and instrumentation for your LangChain app to ensure that your observability data is integrated into New Relic for effective performance analysis and insights.
url: https://github.com/newrelic/nr-openai-observability
Enhance the performance monitoring and instrumentation of your LangChain by using the Python agent.
url: https://docs.newrelic.com/install/python
- name: LangChain integration using Node.js
description: |
Enhance the performance monitoring and instrumentation of your LangChain by using the Node.js agent.
url: https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent

dataSourceIds:
- nr-ai-monitoring
keywords:
Expand Down
11 changes: 7 additions & 4 deletions quickstarts/openai/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ authors:
- Yogev Kriger

documentation:
- name: Monitor OpenAI
- name: OpenAI integration using Python
description: |
A lightweight tool to monitor your OpenAI workload.
url: >-
https://github.com/newrelic/openai-api-monitoring
Enhance the performance monitoring and instrumentation of your OpenAI by using the Python agent.
url: https://docs.newrelic.com/install/python
- name: OpenAI integration using Node.js
description: |
Enhance the performance monitoring and instrumentation of your OpenAI by using the Node.js agent.
url: https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent

keywords:
- generative-aillm
Expand Down
Loading