From c2825c641d674530d611a36c2e319ab332c043c7 Mon Sep 17 00:00:00 2001 From: pkosanam Date: Fri, 8 Sep 2023 01:58:55 +0530 Subject: [PATCH 1/6] NR-158676 SingleStoreDB - AI quickstart --- quickstarts/singlestoredb/config.yml | 48 ++++++++++++++++++++++++++++ quickstarts/singlestoredb/logo.svg | 1 + 2 files changed, 49 insertions(+) create mode 100644 quickstarts/singlestoredb/config.yml create mode 100644 quickstarts/singlestoredb/logo.svg diff --git a/quickstarts/singlestoredb/config.yml b/quickstarts/singlestoredb/config.yml new file mode 100644 index 0000000000..d81df83da7 --- /dev/null +++ b/quickstarts/singlestoredb/config.yml @@ -0,0 +1,48 @@ +slug: singlestoredb +description: | + ## Why should you monitor your usage of SingleStoreDB? + + Monitor your vector searches on SingleStoreDB to get visibility on what you send to SingleStoreDB, responses retrieved from SingleStoreDB, latency, usage and errors. + + ### Track the query performance of your Vector DB + Track the behavior of your vector stores. Monitor the latency, queries, the number of documents retrieved, and the content of the documents so that you can evaluate their relevance. + + ### Track your app: + By tracking key metrics like latency, throughput, error rates, and input & output, you can gain insights into your app's performance and identify areas of improvement. + + + ### What’s included in this quickstart? + + New Relic LangChain monitoring quickstart provides a variety of pre-built dashboards, which will help you gain insights into the health and performance of your LangChain app. These reports include: + + - Vector searches + - Alerts for errors, search per vector store, and response time + - Identify popular queries, sources, and content + +summary: | +Monitor your Vector search's performance and quality with New Relic SingleStoreDB quickstart. +icon: logo.svg +level: New Relic +authors: + - New Relic +title: SingleStoreDB +documentation: + - name: LangChain Vector Database integration documentation + description: | + Implement monitoring and instrumentation for your Vector store, and ensure that your observability data is integrated into New Relic for effective performance analysis and insights. + url: https://github.com/newrelic/nr-openai-observability +dataSourceIds: + - langchain-vectordb +keywords: + - langchain + - vector store + - singlestoredb + - vector search + - vectordb + - vector db + - mlops + - NR1_addData +dashboards: + - langchain-vectordb +alertPolicies: + - langchain-vectordb \ No newline at end of file diff --git a/quickstarts/singlestoredb/logo.svg b/quickstarts/singlestoredb/logo.svg new file mode 100644 index 0000000000..595b5738ea --- /dev/null +++ b/quickstarts/singlestoredb/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From ea89474f2858be39bb4d96618f323a5434a7e659 Mon Sep 17 00:00:00 2001 From: pkosanam Date: Mon, 11 Sep 2023 12:48:02 +0530 Subject: [PATCH 2/6] fixed linting error --- quickstarts/singlestoredb/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quickstarts/singlestoredb/config.yml b/quickstarts/singlestoredb/config.yml index d81df83da7..30000b5d1c 100644 --- a/quickstarts/singlestoredb/config.yml +++ b/quickstarts/singlestoredb/config.yml @@ -4,23 +4,23 @@ description: | Monitor your vector searches on SingleStoreDB to get visibility on what you send to SingleStoreDB, responses retrieved from SingleStoreDB, latency, usage and errors. - ### Track the query performance of your Vector DB - Track the behavior of your vector stores. Monitor the latency, queries, the number of documents retrieved, and the content of the documents so that you can evaluate their relevance. + ### Track the query performance of your Vector DB + Track the behavior of your vector stores. Monitor the latency, queries, the number of documents retrieved, and the content of the documents so that you can evaluate their relevance. - ### Track your app: + ### Track your app: By tracking key metrics like latency, throughput, error rates, and input & output, you can gain insights into your app's performance and identify areas of improvement. ### What’s included in this quickstart? - New Relic LangChain monitoring quickstart provides a variety of pre-built dashboards, which will help you gain insights into the health and performance of your LangChain app. These reports include: + New Relic LangChain monitoring quickstart provides a variety of pre-built dashboards, which will help you gain insights into the health and performance of your LangChain app. These reports include: - Vector searches - Alerts for errors, search per vector store, and response time - Identify popular queries, sources, and content summary: | -Monitor your Vector search's performance and quality with New Relic SingleStoreDB quickstart. + Monitor your Vector search's performance and quality with New Relic SingleStoreDB quickstart. icon: logo.svg level: New Relic authors: From b3f72a65b95a490d1519fdb05c55489ae2ecd8b6 Mon Sep 17 00:00:00 2001 From: Phaneendra Kosanam <99316285+pkosanam@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:22:16 +0530 Subject: [PATCH 3/6] Update quickstarts/singlestoredb/config.yml Co-authored-by: RAHUL BASU <104448291+rahulbasu-nr@users.noreply.github.com> --- quickstarts/singlestoredb/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/singlestoredb/config.yml b/quickstarts/singlestoredb/config.yml index 30000b5d1c..16e5b43867 100644 --- a/quickstarts/singlestoredb/config.yml +++ b/quickstarts/singlestoredb/config.yml @@ -13,7 +13,7 @@ description: | ### What’s included in this quickstart? - New Relic LangChain monitoring quickstart provides a variety of pre-built dashboards, which will help you gain insights into the health and performance of your LangChain app. These reports include: +SingleStoreDB uses the LangChain Vector Database to connect to New Relic. This quickstart provides a variety of a pre-built dashboard, which will help you gain insights into the health and performance of your AI app. These reports include: - Vector searches - Alerts for errors, search per vector store, and response time From c157c8eeb6342f1771bfad2463fe99546290e0eb Mon Sep 17 00:00:00 2001 From: Phaneendra Kosanam <99316285+pkosanam@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:23:17 +0530 Subject: [PATCH 4/6] Update quickstarts/singlestoredb/config.yml Co-authored-by: RAHUL BASU <104448291+rahulbasu-nr@users.noreply.github.com> --- quickstarts/singlestoredb/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/singlestoredb/config.yml b/quickstarts/singlestoredb/config.yml index 16e5b43867..2e9e6405ff 100644 --- a/quickstarts/singlestoredb/config.yml +++ b/quickstarts/singlestoredb/config.yml @@ -13,7 +13,7 @@ description: | ### What’s included in this quickstart? -SingleStoreDB uses the LangChain Vector Database to connect to New Relic. This quickstart provides a variety of a pre-built dashboard, which will help you gain insights into the health and performance of your AI app. These reports include: + SingleStoreDB uses the LangChain Vector Database to connect to New Relic. This quickstart provides a variety of a pre-built dashboard, which will help you gain insights into the health and performance of your AI app. These reports include: - Vector searches - Alerts for errors, search per vector store, and response time From 4130e246794ef988c60622b4478742402793f8e9 Mon Sep 17 00:00:00 2001 From: Phaneendra Kosanam <99316285+pkosanam@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:28:34 +0530 Subject: [PATCH 5/6] Update quickstarts/singlestoredb/config.yml Co-authored-by: RAHUL BASU <104448291+rahulbasu-nr@users.noreply.github.com> --- quickstarts/singlestoredb/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/singlestoredb/config.yml b/quickstarts/singlestoredb/config.yml index 2e9e6405ff..d135fdfb08 100644 --- a/quickstarts/singlestoredb/config.yml +++ b/quickstarts/singlestoredb/config.yml @@ -20,7 +20,7 @@ description: | - Identify popular queries, sources, and content summary: | - Monitor your Vector search's performance and quality with New Relic SingleStoreDB quickstart. + Monitor the performance and quality of your vector searches with New Relic SingleStoreDB quickstart. icon: logo.svg level: New Relic authors: From eb9bb073e77cc2ee161d3197ec3ec9e25e8a5edd Mon Sep 17 00:00:00 2001 From: Phaneendra Kosanam <99316285+pkosanam@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:28:40 +0530 Subject: [PATCH 6/6] Update quickstarts/singlestoredb/config.yml Co-authored-by: RAHUL BASU <104448291+rahulbasu-nr@users.noreply.github.com> --- quickstarts/singlestoredb/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/singlestoredb/config.yml b/quickstarts/singlestoredb/config.yml index d135fdfb08..388a3dcb96 100644 --- a/quickstarts/singlestoredb/config.yml +++ b/quickstarts/singlestoredb/config.yml @@ -29,7 +29,7 @@ title: SingleStoreDB documentation: - name: LangChain Vector Database integration documentation description: | - Implement monitoring and instrumentation for your Vector store, and ensure that your observability data is integrated into New Relic for effective performance analysis and insights. + Implement monitoring and instrumentation for your vector data store, and ensure that your observability data is integrated into New Relic for effective performance analysis and insights. url: https://github.com/newrelic/nr-openai-observability dataSourceIds: - langchain-vectordb