From 165aaf3dedc07e0bdbf5a05cafebfc9d0ebb5c12 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Wed, 5 Jun 2024 23:06:24 -0700 Subject: [PATCH 01/16] add OpenInference instrumentations cleanup Update data/registry/instrumentation-js-openai.yml Update data/registry/instrumentation-python-mistralai-openinference.yml Update data/registry/instrumentation-python-openai-openinference.yml --- .../registry/instrumentation-js-langchain.yml | 20 +++++++++++++++++++ data/registry/instrumentation-js-openai.yml | 20 +++++++++++++++++++ .../instrumentation-python-bedrock.yml | 16 +++++++++++++++ data/registry/instrumentation-python-dspy.yml | 17 ++++++++++++++++ ...ntation-python-langchain-openinference.yml | 17 ++++++++++++++++ ...tation-python-llamaindex-openinference.yml | 17 ++++++++++++++++ ...ntation-python-mistralai-openinference.yml | 17 ++++++++++++++++ ...umentation-python-openai-openinference.yml | 17 ++++++++++++++++ 8 files changed, 141 insertions(+) create mode 100644 data/registry/instrumentation-js-langchain.yml create mode 100644 data/registry/instrumentation-js-openai.yml create mode 100644 data/registry/instrumentation-python-bedrock.yml create mode 100644 data/registry/instrumentation-python-dspy.yml create mode 100644 data/registry/instrumentation-python-langchain-openinference.yml create mode 100644 data/registry/instrumentation-python-llamaindex-openinference.yml create mode 100644 data/registry/instrumentation-python-mistralai-openinference.yml create mode 100644 data/registry/instrumentation-python-openai-openinference.yml diff --git a/data/registry/instrumentation-js-langchain.yml b/data/registry/instrumentation-js-langchain.yml new file mode 100644 index 000000000000..c364ed4ccaf6 --- /dev/null +++ b/data/registry/instrumentation-js-langchain.yml @@ -0,0 +1,20 @@ +# cSpell:ignore langchain +title: LangChain Javascript instrumentation +registryType: instrumentation +language: javascript +tags: + - javascript + - instrumentation + - langchain +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-langchain + docs: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-langchain +license: Apache 2.0 +description: Instrumentation for tracing the LangChain framework +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 +package: + registry: npm + name: '@arizeai/openinference-instrumentation-langchain' diff --git a/data/registry/instrumentation-js-openai.yml b/data/registry/instrumentation-js-openai.yml new file mode 100644 index 000000000000..7d90c6a43368 --- /dev/null +++ b/data/registry/instrumentation-js-openai.yml @@ -0,0 +1,20 @@ +# cSpell:ignore openai +title: OpenAI Javascript instrumentation +registryType: instrumentation +language: javascript +tags: + - javascript + - instrumentation + - openai +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-openai + docs: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-openai +license: Apache 2.0 +description: Instrumentation for tracing the OpenAI NodeJS SDK +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 +package: + registry: npm + name: '@arizeai/openinference-instrumentation-openai' diff --git a/data/registry/instrumentation-python-bedrock.yml b/data/registry/instrumentation-python-bedrock.yml new file mode 100644 index 000000000000..38de44d3a89d --- /dev/null +++ b/data/registry/instrumentation-python-bedrock.yml @@ -0,0 +1,16 @@ +title: Bedrock Python instrumentation +registryType: instrumentation +language: python +tags: + - python + - instrumentation + - bedrock +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-bedrock + docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-bedrock +license: Apache 2.0 +description: Instrumentation for tracing Amazon Bedrock framework +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 diff --git a/data/registry/instrumentation-python-dspy.yml b/data/registry/instrumentation-python-dspy.yml new file mode 100644 index 000000000000..f83c17e41ae5 --- /dev/null +++ b/data/registry/instrumentation-python-dspy.yml @@ -0,0 +1,17 @@ +# cSpell:ignore DSPy +title: DSPy Python instrumentation +registryType: instrumentation +language: python +tags: + - python + - instrumentation + - dspy +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy + docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy +license: Apache 2.0 +description: Instrumentation for tracing the DSPy framework +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 diff --git a/data/registry/instrumentation-python-langchain-openinference.yml b/data/registry/instrumentation-python-langchain-openinference.yml new file mode 100644 index 000000000000..0b3767f70622 --- /dev/null +++ b/data/registry/instrumentation-python-langchain-openinference.yml @@ -0,0 +1,17 @@ +# cSpell:ignore langchain +title: LangChain Python instrumentation +registryType: instrumentation +language: python +tags: + - python + - instrumentation + - langchain +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain + docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain +license: Apache 2.0 +description: Instrumentation for tracing the LangChain framework +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 diff --git a/data/registry/instrumentation-python-llamaindex-openinference.yml b/data/registry/instrumentation-python-llamaindex-openinference.yml new file mode 100644 index 000000000000..202e7fff3914 --- /dev/null +++ b/data/registry/instrumentation-python-llamaindex-openinference.yml @@ -0,0 +1,17 @@ +# cSpell:ignore llamaindex +title: LlamaIndex Python instrumentation +registryType: instrumentation +language: python +tags: + - python + - instrumentation + - llamaindex +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-llama-index + docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-llama-index +license: Apache 2.0 +description: Instrumentation for tracing the LlamaIndex framework +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 diff --git a/data/registry/instrumentation-python-mistralai-openinference.yml b/data/registry/instrumentation-python-mistralai-openinference.yml new file mode 100644 index 000000000000..1a2ac3a66ac1 --- /dev/null +++ b/data/registry/instrumentation-python-mistralai-openinference.yml @@ -0,0 +1,17 @@ +# cSpell:ignore Mistral AI +title: Mistral AI Python instrumentation +registryType: instrumentation +language: python +tags: + - python + - instrumentation + - dspy +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai + docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai +license: Apache 2.0 +description: Instrumentation for tracing the Mistral AI python SDK +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 diff --git a/data/registry/instrumentation-python-openai-openinference.yml b/data/registry/instrumentation-python-openai-openinference.yml new file mode 100644 index 000000000000..6a8aa52fd6af --- /dev/null +++ b/data/registry/instrumentation-python-openai-openinference.yml @@ -0,0 +1,17 @@ +# cSpell:ignore openai +title: Open AI Python instrumentation +registryType: instrumentation +language: python +tags: + - python + - instrumentation + - open ai +urls: + repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai + docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai +license: Apache 2.0 +description: Instrumentation for tracing the OpenAI Python SDK +authors: + - name: Arize AI + email: oss-devs@arize.com +createdAt: 2024-06-05 From fc08825d661842548da10cb0b4315cd983875912 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Wed, 5 Jun 2024 23:44:24 -0700 Subject: [PATCH 02/16] Update data/registry/instrumentation-python-openai-openinference.yml --- data/registry/instrumentation-python-openai-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-openai-openinference.yml b/data/registry/instrumentation-python-openai-openinference.yml index 6a8aa52fd6af..ea21ffbbffc2 100644 --- a/data/registry/instrumentation-python-openai-openinference.yml +++ b/data/registry/instrumentation-python-openai-openinference.yml @@ -5,7 +5,7 @@ language: python tags: - python - instrumentation - - open ai + - openai urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai From 5481ebabba1eb33bb9b60629f1ed661dc73ef033 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:36:39 -0700 Subject: [PATCH 03/16] Update data/registry/instrumentation-python-langchain-openinference.yml --- .../registry/instrumentation-python-langchain-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-langchain-openinference.yml b/data/registry/instrumentation-python-langchain-openinference.yml index 0b3767f70622..4c399b7b17c2 100644 --- a/data/registry/instrumentation-python-langchain-openinference.yml +++ b/data/registry/instrumentation-python-langchain-openinference.yml @@ -1,5 +1,5 @@ # cSpell:ignore langchain -title: LangChain Python instrumentation +title: LangChain Python Instrumentation registryType: instrumentation language: python tags: From d23c2856a775bcf0c4d00df1141e7452462e1f3e Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:36:44 -0700 Subject: [PATCH 04/16] Update data/registry/instrumentation-python-dspy.yml --- data/registry/instrumentation-python-dspy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-dspy.yml b/data/registry/instrumentation-python-dspy.yml index f83c17e41ae5..e4dee68f7102 100644 --- a/data/registry/instrumentation-python-dspy.yml +++ b/data/registry/instrumentation-python-dspy.yml @@ -1,5 +1,5 @@ # cSpell:ignore DSPy -title: DSPy Python instrumentation +title: DSPy Python Instrumentation registryType: instrumentation language: python tags: From 6b51e3521d777216a412e1a15bd62ceeaf8ee30e Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:36:49 -0700 Subject: [PATCH 05/16] Update data/registry/instrumentation-python-bedrock.yml --- data/registry/instrumentation-python-bedrock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-bedrock.yml b/data/registry/instrumentation-python-bedrock.yml index 38de44d3a89d..b31be72a7722 100644 --- a/data/registry/instrumentation-python-bedrock.yml +++ b/data/registry/instrumentation-python-bedrock.yml @@ -1,4 +1,4 @@ -title: Bedrock Python instrumentation +title: Bedrock Python Instrumentation registryType: instrumentation language: python tags: From e13220513977a1479ca61fed23ac61dfe09c4d7b Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:36:56 -0700 Subject: [PATCH 06/16] Update data/registry/instrumentation-js-langchain.yml --- data/registry/instrumentation-js-langchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-js-langchain.yml b/data/registry/instrumentation-js-langchain.yml index c364ed4ccaf6..006a7615cebc 100644 --- a/data/registry/instrumentation-js-langchain.yml +++ b/data/registry/instrumentation-js-langchain.yml @@ -1,5 +1,5 @@ # cSpell:ignore langchain -title: LangChain Javascript instrumentation +title: LangChain Javascript Instrumentation registryType: instrumentation language: javascript tags: From ccd16faeb3b7f07e5e25c515c992d9f9b9570d33 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:37:14 -0700 Subject: [PATCH 07/16] Update data/registry/instrumentation-python-llamaindex-openinference.yml --- .../instrumentation-python-llamaindex-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-llamaindex-openinference.yml b/data/registry/instrumentation-python-llamaindex-openinference.yml index 202e7fff3914..2583fedd45a7 100644 --- a/data/registry/instrumentation-python-llamaindex-openinference.yml +++ b/data/registry/instrumentation-python-llamaindex-openinference.yml @@ -1,5 +1,5 @@ # cSpell:ignore llamaindex -title: LlamaIndex Python instrumentation +title: LlamaIndex Python Instrumentation registryType: instrumentation language: python tags: From 856d6f717b562cd6affae7d72084b5f9018072d0 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:37:41 -0700 Subject: [PATCH 08/16] Update data/registry/instrumentation-python-openai-openinference.yml --- data/registry/instrumentation-python-openai-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-openai-openinference.yml b/data/registry/instrumentation-python-openai-openinference.yml index ea21ffbbffc2..78c895367b77 100644 --- a/data/registry/instrumentation-python-openai-openinference.yml +++ b/data/registry/instrumentation-python-openai-openinference.yml @@ -1,5 +1,5 @@ # cSpell:ignore openai -title: Open AI Python instrumentation +title: Open AI Python Instrumentation registryType: instrumentation language: python tags: From 4d3cdf52c5c3be48bdbb0738b0fca0880ea5ec7d Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:37:48 -0700 Subject: [PATCH 09/16] Update data/registry/instrumentation-python-mistralai-openinference.yml --- .../registry/instrumentation-python-mistralai-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-mistralai-openinference.yml b/data/registry/instrumentation-python-mistralai-openinference.yml index 1a2ac3a66ac1..600a323f3789 100644 --- a/data/registry/instrumentation-python-mistralai-openinference.yml +++ b/data/registry/instrumentation-python-mistralai-openinference.yml @@ -1,5 +1,5 @@ # cSpell:ignore Mistral AI -title: Mistral AI Python instrumentation +title: Mistral AI Python Instrumentation registryType: instrumentation language: python tags: From 676399c817e66f4d6e9229cab7361a473eedfcc2 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 07:37:56 -0700 Subject: [PATCH 10/16] Update data/registry/instrumentation-js-openai.yml --- data/registry/instrumentation-js-openai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-js-openai.yml b/data/registry/instrumentation-js-openai.yml index 7d90c6a43368..f4ebcdeb36cb 100644 --- a/data/registry/instrumentation-js-openai.yml +++ b/data/registry/instrumentation-js-openai.yml @@ -1,5 +1,5 @@ # cSpell:ignore openai -title: OpenAI Javascript instrumentation +title: OpenAI Javascript Instrumentation registryType: instrumentation language: javascript tags: From 6d7d3e48246fcc9e764d18ab07625f1f105eb71c Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:09:31 +0000 Subject: [PATCH 11/16] Results from /fix:all --- data/registry/instrumentation-js-langchain.yml | 4 ++-- data/registry/instrumentation-js-openai.yml | 6 +++--- data/registry/instrumentation-python-bedrock.yml | 2 +- data/registry/instrumentation-python-dspy.yml | 2 +- .../instrumentation-python-langchain-openinference.yml | 2 +- .../instrumentation-python-llamaindex-openinference.yml | 2 +- .../instrumentation-python-mistralai-openinference.yml | 4 ++-- .../instrumentation-python-openai-openinference.yml | 2 +- static/refcache.json | 8 ++++++++ 9 files changed, 20 insertions(+), 12 deletions(-) diff --git a/data/registry/instrumentation-js-langchain.yml b/data/registry/instrumentation-js-langchain.yml index 006a7615cebc..48fbbbe46b94 100644 --- a/data/registry/instrumentation-js-langchain.yml +++ b/data/registry/instrumentation-js-langchain.yml @@ -1,5 +1,5 @@ # cSpell:ignore langchain -title: LangChain Javascript Instrumentation +title: LangChain JavaScript Instrumentation registryType: instrumentation language: javascript tags: @@ -9,7 +9,7 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-langchain docs: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-langchain -license: Apache 2.0 +license: Apache 2.0 description: Instrumentation for tracing the LangChain framework authors: - name: Arize AI diff --git a/data/registry/instrumentation-js-openai.yml b/data/registry/instrumentation-js-openai.yml index f4ebcdeb36cb..f814fd1a5e39 100644 --- a/data/registry/instrumentation-js-openai.yml +++ b/data/registry/instrumentation-js-openai.yml @@ -1,5 +1,5 @@ # cSpell:ignore openai -title: OpenAI Javascript Instrumentation +title: OpenAI JavaScript Instrumentation registryType: instrumentation language: javascript tags: @@ -9,8 +9,8 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-openai docs: https://github.com/Arize-ai/openinference/tree/main/js/packages/openinference-instrumentation-openai -license: Apache 2.0 -description: Instrumentation for tracing the OpenAI NodeJS SDK +license: Apache 2.0 +description: Instrumentation for tracing the OpenAI Node.js SDK authors: - name: Arize AI email: oss-devs@arize.com diff --git a/data/registry/instrumentation-python-bedrock.yml b/data/registry/instrumentation-python-bedrock.yml index b31be72a7722..7a1216b5519a 100644 --- a/data/registry/instrumentation-python-bedrock.yml +++ b/data/registry/instrumentation-python-bedrock.yml @@ -8,7 +8,7 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-bedrock docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-bedrock -license: Apache 2.0 +license: Apache 2.0 description: Instrumentation for tracing Amazon Bedrock framework authors: - name: Arize AI diff --git a/data/registry/instrumentation-python-dspy.yml b/data/registry/instrumentation-python-dspy.yml index e4dee68f7102..864d78be92c1 100644 --- a/data/registry/instrumentation-python-dspy.yml +++ b/data/registry/instrumentation-python-dspy.yml @@ -9,7 +9,7 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-dspy -license: Apache 2.0 +license: Apache 2.0 description: Instrumentation for tracing the DSPy framework authors: - name: Arize AI diff --git a/data/registry/instrumentation-python-langchain-openinference.yml b/data/registry/instrumentation-python-langchain-openinference.yml index 4c399b7b17c2..5658087ce6bb 100644 --- a/data/registry/instrumentation-python-langchain-openinference.yml +++ b/data/registry/instrumentation-python-langchain-openinference.yml @@ -9,7 +9,7 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-langchain -license: Apache 2.0 +license: Apache 2.0 description: Instrumentation for tracing the LangChain framework authors: - name: Arize AI diff --git a/data/registry/instrumentation-python-llamaindex-openinference.yml b/data/registry/instrumentation-python-llamaindex-openinference.yml index 2583fedd45a7..7577b24ea15a 100644 --- a/data/registry/instrumentation-python-llamaindex-openinference.yml +++ b/data/registry/instrumentation-python-llamaindex-openinference.yml @@ -9,7 +9,7 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-llama-index docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-llama-index -license: Apache 2.0 +license: Apache 2.0 description: Instrumentation for tracing the LlamaIndex framework authors: - name: Arize AI diff --git a/data/registry/instrumentation-python-mistralai-openinference.yml b/data/registry/instrumentation-python-mistralai-openinference.yml index 600a323f3789..4726acae7331 100644 --- a/data/registry/instrumentation-python-mistralai-openinference.yml +++ b/data/registry/instrumentation-python-mistralai-openinference.yml @@ -9,8 +9,8 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai -license: Apache 2.0 -description: Instrumentation for tracing the Mistral AI python SDK +license: Apache 2.0 +description: Instrumentation for tracing the Mistral AI Python SDK authors: - name: Arize AI email: oss-devs@arize.com diff --git a/data/registry/instrumentation-python-openai-openinference.yml b/data/registry/instrumentation-python-openai-openinference.yml index 78c895367b77..7426d75c1041 100644 --- a/data/registry/instrumentation-python-openai-openinference.yml +++ b/data/registry/instrumentation-python-openai-openinference.yml @@ -9,7 +9,7 @@ tags: urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-openai -license: Apache 2.0 +license: Apache 2.0 description: Instrumentation for tracing the OpenAI Python SDK authors: - name: Arize AI diff --git a/static/refcache.json b/static/refcache.json index a634888a4a78..6de5f54d8a4a 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -5639,6 +5639,14 @@ "StatusCode": 206, "LastSeen": "2024-01-18T19:10:24.356808-05:00" }, + "https://npmjs.com/package/@arizeai/openinference-instrumentation-langchain": { + "StatusCode": 200, + "LastSeen": "2024-06-06T16:09:15.377108873Z" + }, + "https://npmjs.com/package/@arizeai/openinference-instrumentation-openai": { + "StatusCode": 200, + "LastSeen": "2024-06-06T16:09:16.535267873Z" + }, "https://npmjs.com/package/@autotelic/fastify-opentelemetry": { "StatusCode": 200, "LastSeen": "2024-01-08T12:17:21.583319+01:00" From 0d03474898b05cc8cbc0e76ba9d73005c59ba4b6 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 13:55:56 -0700 Subject: [PATCH 12/16] fix cSpell --- data/registry/instrumentation-js-langchain.yml | 2 +- data/registry/instrumentation-js-openai.yml | 2 +- data/registry/instrumentation-python-bedrock.yml | 1 + data/registry/instrumentation-python-dspy.yml | 2 +- .../registry/instrumentation-python-langchain-openinference.yml | 2 +- .../instrumentation-python-llamaindex-openinference.yml | 2 +- .../registry/instrumentation-python-mistralai-openinference.yml | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/data/registry/instrumentation-js-langchain.yml b/data/registry/instrumentation-js-langchain.yml index 48fbbbe46b94..7c3bb9cb14cf 100644 --- a/data/registry/instrumentation-js-langchain.yml +++ b/data/registry/instrumentation-js-langchain.yml @@ -1,4 +1,4 @@ -# cSpell:ignore langchain +# cSpell:ignore langchain openinference arize Arize title: LangChain JavaScript Instrumentation registryType: instrumentation language: javascript diff --git a/data/registry/instrumentation-js-openai.yml b/data/registry/instrumentation-js-openai.yml index f814fd1a5e39..062c41cd5720 100644 --- a/data/registry/instrumentation-js-openai.yml +++ b/data/registry/instrumentation-js-openai.yml @@ -1,4 +1,4 @@ -# cSpell:ignore openai +# cSpell:ignore openai OpenAI Arize openinference title: OpenAI JavaScript Instrumentation registryType: instrumentation language: javascript diff --git a/data/registry/instrumentation-python-bedrock.yml b/data/registry/instrumentation-python-bedrock.yml index 7a1216b5519a..fb69070f89de 100644 --- a/data/registry/instrumentation-python-bedrock.yml +++ b/data/registry/instrumentation-python-bedrock.yml @@ -1,3 +1,4 @@ +# cSpell:ignore openinference Arize title: Bedrock Python Instrumentation registryType: instrumentation language: python diff --git a/data/registry/instrumentation-python-dspy.yml b/data/registry/instrumentation-python-dspy.yml index 864d78be92c1..6283e18cba03 100644 --- a/data/registry/instrumentation-python-dspy.yml +++ b/data/registry/instrumentation-python-dspy.yml @@ -1,4 +1,4 @@ -# cSpell:ignore DSPy +# cSpell:ignore DSPy, dspy, Arize, openinference title: DSPy Python Instrumentation registryType: instrumentation language: python diff --git a/data/registry/instrumentation-python-langchain-openinference.yml b/data/registry/instrumentation-python-langchain-openinference.yml index 5658087ce6bb..f4f5c3d750fa 100644 --- a/data/registry/instrumentation-python-langchain-openinference.yml +++ b/data/registry/instrumentation-python-langchain-openinference.yml @@ -1,4 +1,4 @@ -# cSpell:ignore langchain +# cSpell:ignore langchain openinference arize title: LangChain Python Instrumentation registryType: instrumentation language: python diff --git a/data/registry/instrumentation-python-llamaindex-openinference.yml b/data/registry/instrumentation-python-llamaindex-openinference.yml index 7577b24ea15a..6feb59e376c5 100644 --- a/data/registry/instrumentation-python-llamaindex-openinference.yml +++ b/data/registry/instrumentation-python-llamaindex-openinference.yml @@ -1,4 +1,4 @@ -# cSpell:ignore llamaindex +# cSpell:ignore llamaindex LlamaIndex openinference Arize title: LlamaIndex Python Instrumentation registryType: instrumentation language: python diff --git a/data/registry/instrumentation-python-mistralai-openinference.yml b/data/registry/instrumentation-python-mistralai-openinference.yml index 4726acae7331..9724fa354a24 100644 --- a/data/registry/instrumentation-python-mistralai-openinference.yml +++ b/data/registry/instrumentation-python-mistralai-openinference.yml @@ -1,4 +1,4 @@ -# cSpell:ignore Mistral AI +# cSpell:ignore Mistral mistralai openinference arize title: Mistral AI Python Instrumentation registryType: instrumentation language: python From b71c76e6619dffd8e4df6fc056a48b52c7f957a3 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 18:15:52 -0700 Subject: [PATCH 13/16] Update instrumentation-python-openai-openinference.yml Co-authored-by: Phillip Carter --- data/registry/instrumentation-python-openai-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-openai-openinference.yml b/data/registry/instrumentation-python-openai-openinference.yml index 7426d75c1041..838b1486c87c 100644 --- a/data/registry/instrumentation-python-openai-openinference.yml +++ b/data/registry/instrumentation-python-openai-openinference.yml @@ -1,4 +1,4 @@ -# cSpell:ignore openai +# cSpell:ignore openai Arize title: Open AI Python Instrumentation registryType: instrumentation language: python From e28cac702d728a97332b62a6ef2906059cbf590d Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 18:16:25 -0700 Subject: [PATCH 14/16] Update instrumentation-js-openai.yml Co-authored-by: Phillip Carter --- data/registry/instrumentation-js-openai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-js-openai.yml b/data/registry/instrumentation-js-openai.yml index 062c41cd5720..1171d94d39da 100644 --- a/data/registry/instrumentation-js-openai.yml +++ b/data/registry/instrumentation-js-openai.yml @@ -1,4 +1,4 @@ -# cSpell:ignore openai OpenAI Arize openinference +# cSpell:ignore openai OpenAI Arize openinference arizeai title: OpenAI JavaScript Instrumentation registryType: instrumentation language: javascript From 4db6e65443c35a3f2156f0a6baa8e46ef806b90d Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 18:16:34 -0700 Subject: [PATCH 15/16] Update instrumentation-js-langchain.yml Co-authored-by: Phillip Carter --- data/registry/instrumentation-js-langchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-js-langchain.yml b/data/registry/instrumentation-js-langchain.yml index 7c3bb9cb14cf..bb2d1f852c8c 100644 --- a/data/registry/instrumentation-js-langchain.yml +++ b/data/registry/instrumentation-js-langchain.yml @@ -1,4 +1,4 @@ -# cSpell:ignore langchain openinference arize Arize +# cSpell:ignore langchain openinference arize Arize arizeai title: LangChain JavaScript Instrumentation registryType: instrumentation language: javascript From 75a41a35e2a17b1deaa08d05b42874ceb68222ba Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 6 Jun 2024 18:23:50 -0700 Subject: [PATCH 16/16] Update data/registry/instrumentation-python-mistralai-openinference.yml --- .../registry/instrumentation-python-mistralai-openinference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/registry/instrumentation-python-mistralai-openinference.yml b/data/registry/instrumentation-python-mistralai-openinference.yml index 9724fa354a24..f66e92f70ece 100644 --- a/data/registry/instrumentation-python-mistralai-openinference.yml +++ b/data/registry/instrumentation-python-mistralai-openinference.yml @@ -5,7 +5,7 @@ language: python tags: - python - instrumentation - - dspy + - mistralai urls: repo: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai docs: https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-mistralai