Add starter projects to sidebars.js
This commit is contained in:
parent
0513b035af
commit
b545712c4c
7 changed files with 15 additions and 4 deletions
0
docs/docs/migration/api.mdx
Normal file
0
docs/docs/migration/api.mdx
Normal file
0
docs/docs/starter-projects/basic-prompting.mdx
Normal file
0
docs/docs/starter-projects/basic-prompting.mdx
Normal file
0
docs/docs/starter-projects/blog-writer.mdx
Normal file
0
docs/docs/starter-projects/blog-writer.mdx
Normal file
0
docs/docs/starter-projects/document-qa.mdx
Normal file
0
docs/docs/starter-projects/document-qa.mdx
Normal file
0
docs/docs/starter-projects/memory-chatbot.mdx
Normal file
0
docs/docs/starter-projects/memory-chatbot.mdx
Normal 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.
|
||||
|
|
@ -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",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue