mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
"Migration" word on intro.md (#302)
* Update intro.md IMO, Migrations Script sounds like we have a Quivr v1, and there is a new architecture (v2), and we need to run these scripts to "migrate" to the new version. * Update README.md Revert change. It's included on intro.md
This commit is contained in:
parent
6337637ad0
commit
35acf9e250
@ -143,4 +143,3 @@ Got a pull request? Open it, and we'll review it as soon as possible. Check out
|
||||
- [Good First Issues](https://github.com/StanGirard/quivr/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
|
||||
- [Frontend Issues](https://github.com/StanGirard/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Afrontend)
|
||||
- [Backend Issues](https://github.com/StanGirard/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Abackend)
|
||||
|
||||
|
@ -98,13 +98,13 @@ cp .frontend_env.example frontend/.env
|
||||
|
||||
- **Step 4**: Run the following migration scripts on the Supabase database via the web interface (SQL Editor -> `New query`)
|
||||
|
||||
[Migration Script 1](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_new_store_documents.sql)
|
||||
[DB Table Creation Script 1](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_new_store_documents.sql)
|
||||
|
||||
[Migration Script 2](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_usage_table.sql)
|
||||
[DB Table Creation Script 2](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_usage_table.sql)
|
||||
|
||||
[Migration Script 3](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_vector_store_summary.sql)
|
||||
[DB Table Creation Script 3](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_vector_store_summary.sql)
|
||||
|
||||
[Migrations Script 4](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_users_table.sql)
|
||||
[DB Table Creation Script 4](https://github.com/StanGirard/quivr/tree/main/scripts/supabase_users_table.sql)
|
||||
|
||||
- **Step 5**: Launch the app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user