@@ -42,7 +42,11 @@ This monorepo consists of three main sections:
...
@@ -42,7 +42,11 @@ This monorepo consists of three main sections:
- a [Pinecone.io](https://pinecone.io) free account*.
- a [Pinecone.io](https://pinecone.io) free account*.
*you can use drop in replacements for these. This is just the easiest to get up and running fast. We support multiple vector database providers.
*you can use drop in replacements for these. This is just the easiest to get up and running fast. We support multiple vector database providers.
### How to get started
## How to get started (Docker - simple setup)
[Get up and running in minutes with Docker](./docker/HOW_TO_USE_DOCKER.md)
### How to get started (Development environment)
-`yarn setup` from the project root directory.
-`yarn setup` from the project root directory.
- This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
- This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
-`cd frontend && yarn install && cd ../server && yarn install` from the project root directory.
-`cd frontend && yarn install && cd ../server && yarn install` from the project root directory.