Add starter projects to sidebars.js

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 16:33:59 -03:00
commit b545712c4c
7 changed files with 15 additions and 4 deletions

View file

View file

@ -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.

View file

@ -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",
],
},
{