-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (22 loc) · 870 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (22 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# v5.4 KB Ingestion Environment Variables
# PostgreSQL
DATABASE_URL=postgresql://user:pass@localhost:5432/ivylevel
# OpenAI
OPENAI_API_KEY=sk-...
# Pinecone (optional - for production vector store)
PINECONE_API_KEY=...
PINECONE_ENVIRONMENT=us-east-1
PINECONE_INDEX_NAME=jenny-v3-3072-093025
PINECONE_NAMESPACE=KBv6_2025-10-06_v1.0
# Pinecone Namespace Security (v1.2+)
# Comma-separated list of allowed namespaces (blocks legacy namespaces)
# If empty/unset, all namespaces are allowed (backwards compatible)
PINECONE_ALLOWED_NAMESPACES=KBv6_2025-10-06_v1.0,KBv6_iMessage_2025-10-07_v1.0,KBv6_Assessment_2025-10-07_v1.0
# Legacy namespace aliases (deprecated - DO NOT USE)
# PINECONE_NAMESPACE_BLUE=kb_v5_3
# PINECONE_NAMESPACE_GREEN=kb_v5_4
# Embedding Configuration
EMBED_MODEL=text-embedding-3-large
EMBED_DIM=3072
# Student Configuration
STUDENT_ID=huda-2025