diff --git a/docs/docs/migration/api.mdx b/docs/docs/migration/api.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/starter-projects/basic-prompting.mdx b/docs/docs/starter-projects/basic-prompting.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/starter-projects/blog-writer.mdx b/docs/docs/starter-projects/blog-writer.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/starter-projects/document-qa.mdx b/docs/docs/starter-projects/document-qa.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/starter-projects/memory-chatbot.mdx b/docs/docs/starter-projects/memory-chatbot.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/guides/rag-with-astradb.mdx b/docs/docs/starter-projects/rag-with-astradb.mdx similarity index 96% rename from docs/docs/guides/rag-with-astradb.mdx rename to docs/docs/starter-projects/rag-with-astradb.mdx index 4d9fec45e..baae6288c 100644 --- a/docs/docs/guides/rag-with-astradb.mdx +++ b/docs/docs/starter-projects/rag-with-astradb.mdx @@ -187,8 +187,8 @@ Once we interact with it we get a response and the Extracted Chunks section is u style={{ width: "80%" }} /> -And that's it! You have successfully built a RAG application using AstraDB and Langflow. +And that's it! You have successfully ran a RAG application using AstraDB and Langflow. # Conclusion -In this guide, we have learned how to build a RAG application using AstraDB and Langflow. We have seen how to create an AstraDB database, import the AstraDB RAG Flows project into Langflow, and run the ingestion and RAG flows. +In this guide, we have learned how to run a RAG application using AstraDB and Langflow. We have seen how to create an AstraDB database, import the AstraDB RAG Flows project into Langflow, and run the ingestion and RAG flows. diff --git a/docs/sidebars.js b/docs/sidebars.js index 6f8cd3411..029ccf94e 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -20,12 +20,23 @@ module.exports = { "whats-new/migrating-to-one-point-zero", ], }, + { + type: "category", + label: " Starter Projects", + collapsed: false, + items: [ + "starter-projects/rag-with-astradb", + "starter-projects/basic-prompting", + "starter-projects/memory-chatbot", + "starter-projects/document-qa", + "starter-projects/blog-writer", + ], + }, { type: "category", label: " Step-by-Step Guides", collapsed: false, items: [ - "guides/rag-with-astradb", "guides/async-tasks", "guides/loading_document", "guides/chatprompttemplate_guide", @@ -83,7 +94,7 @@ module.exports = { "components/models", "components/helpers", "components/vector-stores", - "components/embeddings", + "components/embeddings", ], }, {