diff --git a/quickstarts/atlasdb/config.yml b/quickstarts/atlasdb/config.yml new file mode 100644 index 0000000000..94c7d1bd19 --- /dev/null +++ b/quickstarts/atlasdb/config.yml @@ -0,0 +1,56 @@ +slug: atlasdb +description: | + ## Why should you monitor your usage of AtlasDB? + Monitor your vector searches on AtlasDB to get visibility on what you send to AtlasDB, responses retrieved from AtlasDB, latency, usage and errors. + + ### Track the query performance of your AtlasDB + 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 AtlasDB quickstart. +icon: logo.png +level: New Relic +authors: + - New Relic +title: AtlasDB +documentation: + - name: AtlasDB 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 + - atlasdb + - vector search + - vectordb + - vector db + - atlas db + - mongodb atlas db + - managed database service + - big data + - machine learning + - google + - cloud-native database + - cloud native database + - auditing + - replication + - scaling + - mlops + - NR1_addData +dashboards: + - langchain-vectordb +alertPolicies: + - langchain-vectordb \ No newline at end of file diff --git a/quickstarts/atlasdb/logo.png b/quickstarts/atlasdb/logo.png new file mode 100644 index 0000000000..59e1b1bc2f Binary files /dev/null and b/quickstarts/atlasdb/logo.png differ