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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user