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.