mirror of
https://github.com/langgenius/dify.git
synced 2026-03-20 14:07:59 +08:00
fix(pinecone): normalize index names and sanitize metadata to meet API constraints
This commit is contained in:
@ -79,6 +79,17 @@ WEAVIATE_AUTHORIZATION_ADMINLIST_ENABLED=true
|
||||
WEAVIATE_AUTHORIZATION_ADMINLIST_USERS=hello@dify.ai
|
||||
WEAVIATE_HOST_VOLUME=./volumes/weaviate
|
||||
|
||||
# ------------------------------
|
||||
# Environment Variables for Pinecone Vector Database
|
||||
# ------------------------------
|
||||
# Get your API key from: https://app.pinecone.io/
|
||||
# PINECONE_API_KEY=your-pinecone-api-key
|
||||
# PINECONE_ENVIRONMENT=us-west1-gcp
|
||||
# PINECONE_INDEX_NAME=dify-pinecone-index
|
||||
# PINECONE_CLIENT_TIMEOUT=30
|
||||
# PINECONE_BATCH_SIZE=100
|
||||
# PINECONE_METRIC=cosine
|
||||
|
||||
# ------------------------------
|
||||
# Docker Compose Service Expose Host Port Configurations
|
||||
# ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user