Yosef Skolnick commited on
Commit
1a07924
·
1 Parent(s): bbde628

Add .env.example file for environment variable configuration

Browse files

- Introduced a new `.env.example` file to provide a template for required environment variables, including API keys and project settings.
- This addition aids in setting up the development environment and ensures consistency in configuration across team members.

Files changed (1) hide show
  1. .env.example +11 -0
.env.example ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ OPENAI_API_KEY=
2
+ PINECONE_API_KEY=
3
+ LANGSMITH_TRACING=true
4
+
5
+ PINECONE_INDEX_NAME=chassidus-index
6
+ PINECONE_ENVIRONMENT=starter
7
+ LANGSMITH_ORG_ID=
8
+ LANGSMITH_API_KEY=
9
+
10
+ LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
11
+ LANGSMITH_PROJECT="pr-essential-pomelo-22"