Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Required API Keys
|
||||
GROQ_API_KEY=your_groq_api_key
|
||||
COHERE_API_KEY=your_cohere_api_key
|
||||
|
||||
# Vector Database (Choose one)
|
||||
# For Pinecone:
|
||||
VECTOR_DB=pinecone
|
||||
PINECONE_API_KEY=your_pinecone_api_key
|
||||
PINECONE_ENVIRONMENT=your_pinecone_environment #us-east-1
|
||||
PINECONE_INDEX_NAME=specscomply_documents
|
||||
|
||||
# Or for Weaviate:
|
||||
# VECTOR_DB=weaviate
|
||||
# WEAVIATE_URL=your_weaviate_url
|
||||
# WEAVIATE_API_KEY=your_weaviate_api_key
|
||||
|
||||
# Optional Settings
|
||||
APP_NAME="Mini SpecsComply Pro"
|
||||
APP_VERSION="0.1.0"
|
||||
DEBUG=False
|
||||
Reference in New Issue
Block a user