Skip to content

Commit 9a28550

Browse files
authored
πŸ“– DOC: Lingo
1 parent 9d38504 commit 9a28550

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515

1616
## Getting Started
1717

18-
BaseAI is the AI framework for building declarative and composable AI-powered LLM products. It allows you to develop AI agent pipes on your local machine with integrated agentic tools and memory (RAG). Visit our [learn](https://baseai.dev/learn) guide to get started with BaseAI.
18+
BaseAI is the AI framework for building serverless and composable AI agents with memory and tools. It allows you to develop AI agent pipes on your local machine with integrated agentic tools and memory (RAG). Visit our [BaseAI.dev/learn](https://baseai.dev/learn) guide to start with BaseAI.
19+
20+
### Documentation (recommended)
21+
22+
Please check [BaseAI.dev/docs](https://baseai.dev/docs) and [BaseAI.dev/learn](https://baseai.dev/learn) to get started with full documentation.
23+
1924

2025
### 1. Initialize a new BaseAI project
2126

@@ -199,11 +204,7 @@ Key Features:
199204
Stream ended.
200205
```
201206
> [!TIP]
202-
> You can also run RAG locally with BaseAI. Check out memory quickstart [guide](https://baseai.dev/docs/memory/quickstart) for more details.
203-
204-
## Documentation
205-
206-
Visit [baseai.dev/docs](https://baseai.dev/docs) for the full documentation.
207+
> You can also run RAG locally with BaseAI. Check out the memory agent quickstart [guide](https://baseai.dev/docs/memory/quickstart) for more details.
207208
208209
## Contributing
209210

0 commit comments

Comments
Β (0)