fix-links
This commit is contained in:
parent
9a515e7f8e
commit
f74e0f0b80
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import Admonition from "@theme/Admonition";
|
||||
|
||||
# Vector Stores Documentation
|
||||
# Vector Stores
|
||||
|
||||
### Astra DB
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue