From f74e0f0b8013f53d073af8f71838213eae104d91 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:21:44 -0400 Subject: [PATCH] fix-links --- docs/docs/components/vector-stores.mdx | 2 +- docs/docs/whats-new/a-new-chapter-langflow.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/components/vector-stores.mdx b/docs/docs/components/vector-stores.mdx index 7e21f1021..6072abe29 100644 --- a/docs/docs/components/vector-stores.mdx +++ b/docs/docs/components/vector-stores.mdx @@ -1,6 +1,6 @@ import Admonition from "@theme/Admonition"; -# Vector Stores Documentation +# Vector Stores ### Astra DB diff --git a/docs/docs/whats-new/a-new-chapter-langflow.mdx b/docs/docs/whats-new/a-new-chapter-langflow.mdx index 3ff74ffb2..bdc0f178b 100644 --- a/docs/docs/whats-new/a-new-chapter-langflow.mdx +++ b/docs/docs/whats-new/a-new-chapter-langflow.mdx @@ -41,7 +41,7 @@ By having a clear definition of Inputs and Outputs, we could build the experienc When building a project testing and debugging is crucial. The Playground is a tool that changes dynamically based on the Inputs and Outputs you defined in your project. For example, let's say you are building a simple RAG application. Generally, you have an Input, some references that come from a Vector Store Search, a Prompt and the answer. -Now, you could plug the output of your Prompt into a [Text Output](../components/outputs#Text-Output), rename that to "Prompt Result" and see the output of your Prompt in the Playground. +Now, you could plug the output of your Prompt into a [Text Output](../components/inputs-and-outputs), rename that to "Prompt Result" and see the output of your Prompt in the Playground. {/* Add image here of the described above */}