From e63bf2d8c78ee7048258b61912151ae0ce694248 Mon Sep 17 00:00:00 2001 From: Aherobo Ovie Victor Date: Fri, 18 Jul 2025 00:53:38 +0100 Subject: [PATCH] Update README with correct Pinecone index naming convention Change PINECONE_INDEX_NAME example from 'specscomply_documents' to 'specscomply-documents' to reflect Pinecone's naming requirements (lowercase alphanumeric characters and hyphens only) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e587803..4de84cc 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ COHERE_API_KEY=your_cohere_api_key VECTOR_DB=pinecone PINECONE_API_KEY=your_pinecone_api_key PINECONE_ENVIRONMENT=your_pinecone_environment #us-east-1 -PINECONE_INDEX_NAME=specscomply_documents +PINECONE_INDEX_NAME=specscomply-documents # Or for Weaviate: # VECTOR_DB=weaviate