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)
This commit is contained in:
Aherobo Ovie Victor
2025-07-18 00:53:38 +01:00
parent c7caf06db5
commit e63bf2d8c7
+1 -1
View File
@@ -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