From c38249cf57798dc646cc0969f5ef381e51a971e5 Mon Sep 17 00:00:00 2001 From: Shivank Kacker Date: Wed, 3 Jul 2024 05:51:33 +0530 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b65bdc3..95063c6 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ This is a Django Project ## Requirements - OpenAI Account with a valid API Key -- Pinecone Account with a valid API Key - Docker ## Optional Requirements +- Pinecone Account with a valid API Key - AWS SES Accout - AWS S3 Account - Google Cloud account with access to speech to text API @@ -32,6 +32,7 @@ Add these environment variables to your `.env` file. | OPENAI_API_KEY | OpenAI API Key | | PINECONE_API_KEY | Pinecone API Key | | PINECONE_INDEX | Pinecone Index | +| VECTOR_DB | The Vector DB you would like to choose. "milvus" (default) or "pinecone" | | CURRENT_DOMAIN | Current Domain where the frontend is hosted. ex. `https://ayushma.ohc.network` | | EMAIL_HOST | SES Email Host (Optional) | | EMAIL_USER | SES Email User (Optional) |