Skip to content

Commit

Permalink
a bit more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed Feb 13, 2024
1 parent ef736c1 commit e281057
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A'ight, let's get this working for you!
git clone https://github.com/adamcohenhillel/ADeus
```

### 2. Backend (Supabase)
## Backend (Supabase)

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!

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

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

### Setup: Run with Ollama

**Setup: Run with Ollama**

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

```
brew install ngrok/ngrok/ngrok
```

### 3. Web & Mobile App
---

## Web & Mobile App

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.

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

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

### 4. Hardware
---

## Hardware

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

0 comments on commit e281057

Please sign in to comment.