Update sidebar and move getting-started back to guides

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 08:50:23 -03:00
commit bd2cef1d19
7 changed files with 10 additions and 10 deletions

View file

@ -61,11 +61,11 @@ We wanted to create start projects that would help you learn about new features
For now, we have: For now, we have:
- **[Basic Prompting (Hello, world!)](/getting-started/basic-prompting)**: A simple flow that shows you how to use the Prompt Component and how to talk like a pirate. - **[Basic Prompting (Hello, world!)](/guides/basic-prompting)**: A simple flow that shows you how to use the Prompt Component and how to talk like a pirate.
- **[Vector Store RAG](/getting-started/rag-with-astradb)**: A flow that shows you how to ingest data into a Vector Store and then use it to run a RAG application. - **[Vector Store RAG](/guides/rag-with-astradb)**: A flow that shows you how to ingest data into a Vector Store and then use it to run a RAG application.
- **[Memory Chatbot](/getting-started/memory-chatbot)**: This one shows you how to create a simple chatbot that can remember things about the user. - **[Memory Chatbot](/guides/memory-chatbot)**: This one shows you how to create a simple chatbot that can remember things about the user.
- **[Document QA](/getting-started/document-qa)**: This flow shows you how to build a simple flow that helps you get answers about a document. - **[Document QA](/guides/document-qa)**: This flow shows you how to build a simple flow that helps you get answers about a document.
- **[Blog Writer](/getting-started/blog-writer)**: Shows you how you can expand on the Prompt variables and be creative about what inputs you add to it. - **[Blog Writer](/guides/blog-writer)**: Shows you how you can expand on the Prompt variables and be creative about what inputs you add to it.
As always, your feedback is invaluable, so please let us know what you think of the new starter projects and what you would like to see in the future. As always, your feedback is invaluable, so please let us know what you think of the new starter projects and what you would like to see in the future.

View file

@ -7,11 +7,11 @@ module.exports = {
items: [ items: [
"index", "index",
"getting-started/cli", "getting-started/cli",
// "getting-started/basic-prompting", "guides/basic-prompting",
// "getting-started/document-qa", "guides/document-qa",
// "getting-started/blog-writer", "guides/blog-writer",
// "getting-started/memory-chatbot", "guides/memory-chatbot",
"getting-started/rag-with-astradb", "guides/rag-with-astradb",
], ],
}, },
{ {