From 20f2d4d44328e72232276300df170667de038a5c Mon Sep 17 00:00:00 2001 From: Ronny Coste Date: Fri, 3 Jan 2025 14:34:05 -0500 Subject: [PATCH] Updated the links related to langchain to the newer documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What does this PR do? It updates the links related to Langchain to the newer documentation. ### Who will it impact? Datadog public docs: https://docs.datadoghq.com/llm_observability/setup/auto_instrumentation?tab=python ### Motivation Our auto-instrumentation support versions >= 0.0.192 and the previous documentation was not maintained anymore. Merge readiness: - [ ✅ ] Ready for merge ``` /merge ``` ### Additional notes --- .../llm_observability/setup/auto_instrumentation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/llm_observability/setup/auto_instrumentation.md b/content/en/llm_observability/setup/auto_instrumentation.md index af9374e9c07be..b2eca9f3023e8 100644 --- a/content/en/llm_observability/setup/auto_instrumentation.md +++ b/content/en/llm_observability/setup/auto_instrumentation.md @@ -158,7 +158,7 @@ The Vertex AI integration instruments the following methods: [1]: https://platform.openai.com/docs/api-reference/introduction [2]: https://platform.openai.com/docs/api-reference/completions [3]: https://platform.openai.com/docs/api-reference/chat -[4]: https://python.langchain.com/v0.2/docs/introduction/ +[4]: https://python.langchain.com/docs/introduction/ [5]: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-runtime.html [6]: https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-runtime.html [7]: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html @@ -168,18 +168,18 @@ The Vertex AI integration instruments the following methods: [11]: https://docs.anthropic.com/en/api/messages-streaming [12]: /llm_observability/setup/sdk/python/#in-code-setup [13]: https://python.langchain.com/v0.2/docs/concepts/#llms -[14]: https://python.langchain.com/v0.2/docs/concepts/#chat-models -[15]: https://python.langchain.com/v0.2/docs/concepts/#runnable-interface +[14]: https://python.langchain.com/docs/concepts/chat_models/ +[15]: https://python.langchain.com/docs/concepts/runnables/ [16]: /llm_observability/setup/sdk/python -[17]: https://python.langchain.com/v0.2/docs/concepts/#embedding-models +[17]: https://python.langchain.com/docs/concepts/embedding_models/ [18]: /llm_observability/setup/sdk/#tracing-spans [19]: https://ai.google.dev/gemini-api/docs [20]: https://ai.google.dev/api/generate-content#method:-models.streamgeneratecontent [21]: https://cloud.google.com/vertex-ai/generative-ai/docs/reference/python/latest [22]: https://cloud.google.com/vertex-ai/generative-ai/docs/reference/python/latest/summary_method#vertexai_preview_generative_models_GenerativeModel_generate_content_summary [23]: https://cloud.google.com/vertex-ai/generative-ai/docs/reference/python/latest/summary_method#vertexai_generative_models_ChatSession_send_message_summary -[24]: https://python.langchain.com/v0.2/docs/concepts/#tools -[25]: https://python.langchain.com/v0.2/docs/concepts/#retrieval +[24]: https://python.langchain.com/docs/concepts/tools/ +[25]: https://python.langchain.com/docs/concepts/retrieval/ {{% /tab %}} {{% tab "Node.js" %}}