Skip to content

Commit e281057

Browse files
a bit more clean up
1 parent ef736c1 commit e281057

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/getting_started.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A'ight, let's get this working for you!
2323
git clone https://github.com/adamcohenhillel/ADeus
2424
```
2525

26-
### 2. Backend (Supabase)
26+
## Backend (Supabase)
2727

2828
Supabase is an open source Firebase alternative, a "backend-as-a-service" - which allows you to setup a Postgres database, Authentication, Edge Functions, Vector embeddings, and more - for free (at first) and at extreme ease!
2929

@@ -64,15 +64,18 @@ We will use Supabase as our database (with vector search, pgvector), authenticat
6464

6565
If everything worked, we should now be able to start chatting with our personal AI via the app - so let's set that up!
6666

67-
### Setup: Run with Ollama
67+
68+
**Setup: Run with Ollama**
6869

6970
How-to-Guide will be written here soon, but it should be fairly simple with [Ollama](https://ollama.ai/) serve and `ngrok http 11434`
7071

7172
```
7273
brew install ngrok/ngrok/ngrok
7374
```
7475

75-
### 3. Web & Mobile App
76+
---
77+
78+
## Web & Mobile App
7679

7780
Now that you have a Supabase instance that is up and running, you can technically start chatting with your assistant, it just won't have any personal data it.
7881

@@ -103,7 +106,9 @@ And you should be able to start chatting!
103106

104107
Now - let's configure our hardware device, so we could start provide crucial context to our personal AI!
105108

106-
### 4. Hardware
109+
---
110+
111+
## Hardware
107112

108113
- [CoralAI device](https://docs.adeus.ai/archive/setup_coralai.html)
109114
- [Raspberry Pi Zero 2W](https://docs.adeus.ai/guides/setup_raspberry_pi_zero.html)

0 commit comments

Comments
 (0)