From 6651aa75ba04b2cc7f2c95f40bd9374b78b37ecb Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 4 Apr 2024 19:18:18 -0300 Subject: [PATCH] Remove unnecessary image from RAG with AstraDB guide --- docs/docs/guides/rag-with-astradb.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/docs/guides/rag-with-astradb.mdx b/docs/docs/guides/rag-with-astradb.mdx index 01daa7b6f..d04b0c698 100644 --- a/docs/docs/guides/rag-with-astradb.mdx +++ b/docs/docs/guides/rag-with-astradb.mdx @@ -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. - - 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.