You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,12 @@
15
15
16
16
## Getting Started
17
17
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
+
19
24
20
25
### 1. Initialize a new BaseAI project
21
26
@@ -199,11 +204,7 @@ Key Features:
199
204
Stream ended.
200
205
```
201
206
> [!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.
0 commit comments