From 7a4c34b48e27b7204256bb852b43e0c7a4f692a9 Mon Sep 17 00:00:00 2001 From: Abdullah Date: Tue, 14 Oct 2025 20:07:26 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9eb9530..59c3e59 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,6 @@ npm install # Pinecone for vector storage - https://www.pinecone.io/ PINECONE_API_KEY= - # Google Search API (optional) - https://console.cloud.google.com/ - GOOGLE_SEARCH_API_KEY= - GOOGLE_SEARCH_CX= - # Upstash Redis (optional) - https://upstash.com/ UPSTASH_REDIS_REST_URL= UPSTASH_REDIS_REST_TOKEN= @@ -87,7 +83,7 @@ npm install **Required Services:** - **Clerk** - Authentication ([Get started](https://clerk.dev)) - - **Database** - PostgreSQL/MySQL connection (PlanetScale recommended) + - **Database** - MongoDb - **Uploadthing** - PDF file storage ([Get started](https://uploadthing.com/dashboard)) - **Mistral API** - AI for answering PDF questions ([Get API key](https://console.mistral.ai/)) - **Pinecone** - Vector database for embeddings ([Get started](https://www.pinecone.io/))