Skip to content

Commit

Permalink
Adding intall instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-khludnev committed Jun 18, 2024
1 parent 168e2fd commit 8da8f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6
> OLLAMA_API_BASE_URL
> Run the following command to start Ollama: `ollama run llama2`
> You can find more information about Ollama [here](https://ollama.ai/).
> Also you need to rename `backend/supabase/migrations/local_20240107152745_ollama.sql` removing `local_` prefix.
> You either need to rename it before starting supabase or run supabase migration after renaming.
> Check `.env.example` comments regarding choosing another embeddings model in Ollama

- **Step 4**: Launch the project

Expand Down

0 comments on commit 8da8f8a

Please sign in to comment.