Remove unnecessary image from RAG with AstraDB guide

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 19:18:18 -03:00
commit 6651aa75ba

View file

@ -79,15 +79,6 @@ If you haven't already, now is the time to launch Langflow. To make things easie
To get started, click on the **New Project** button and look for the **Vector Store RAG** project. This will open a starter project with the necessary components to run a RAG application using Astra DB.
<ZoomableImage
alt="Docusaurus themed image"
sources={{
light: "img/drag-and-drop-flow.png",
dark: "img/drag-and-drop-flow.png",
}}
style={{ width: "80%", margin: "20px auto" }}
/>
This project consists of two flows. The simpler one is the **Ingestion Flow** which is responsible for ingesting the documents into the Astra DB database.
Your first step should be to understand what each flow does and how they interact with each other.