You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update documentation and add TAVILY_API_KEY to environment variables (langflow-ai#7366)
* feat: add TAVILY_API_KEY to environment variables list
* feat: update global variables documentation to include new API keys
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Langflow automatically detects and converts some environment variables into global variables of the type **Credential**, which are applied to the specific fields in components that require them. Currently, the following variables are supported:
169
169
170
-
-`OPENAI_API_KEY`
171
170
-`ANTHROPIC_API_KEY`
172
-
-`GOOGLE_API_KEY`
171
+
-`ASTRA_DB_API_ENDPOINT`
172
+
-`ASTRA_DB_APPLICATION_TOKEN`
173
+
-`AWS_ACCESS_KEY_ID`
174
+
-`AWS_SECRET_ACCESS_KEY`
175
+
-`AZURE_OPENAI_API_DEPLOYMENT_NAME`
176
+
-`AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME`
177
+
-`AZURE_OPENAI_API_INSTANCE_NAME`
178
+
-`AZURE_OPENAI_API_KEY`
179
+
-`AZURE_OPENAI_API_VERSION`
173
180
-`COHERE_API_KEY`
181
+
-`COMPOSIO_API_KEY`
182
+
-`GOOGLE_API_KEY`
174
183
-`GROQ_API_KEY`
175
184
-`HUGGINGFACEHUB_API_TOKEN`
185
+
-`NOVITA_API_KEY`
186
+
-`OPENAI_API_KEY`
187
+
-`PINECONE_API_KEY`
188
+
-`SAMBANOVA_API_KEY`
176
189
-`SEARCHAPI_API_KEY`
177
190
-`SERPAPI_API_KEY`
178
-
-`AZURE_OPENAI_API_KEY`
179
-
-`AZURE_OPENAI_API_VERSION`
180
-
-`AZURE_OPENAI_API_INSTANCE_NAME`
181
-
-`AZURE_OPENAI_API_DEPLOYMENT_NAME`
182
-
-`AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME`
183
-
-`PINECONE_API_KEY`
184
-
-`ASTRA_DB_APPLICATION_TOKEN`
185
-
-`ASTRA_DB_API_ENDPOINT`
186
-
-`UPSTASH_VECTOR_REST_URL`
191
+
-`TAVILY_API_KEY`
187
192
-`UPSTASH_VECTOR_REST_TOKEN`
188
-
-`VECTARA_CUSTOMER_ID`
189
-
-`VECTARA_CORPUS_ID`
193
+
-`UPSTASH_VECTOR_REST_URL`
190
194
-`VECTARA_API_KEY`
191
-
-`AWS_ACCESS_KEY_ID`
192
-
-`AWS_SECRET_ACCESS_KEY`
195
+
-`VECTARA_CORPUS_ID`
196
+
-`VECTARA_CUSTOMER_ID`
193
197
194
198
For information about other environment variables and their usage, see [Environment Variables](/environment-variables).
195
199
196
200
## Security best practices
197
201
198
-
For information about securing your global variables and other sensitive data, see [Security best practices](/configuration-security-best-practices).
202
+
For information about securing your global variables and other sensitive data, see [Security best practices](/configuration-security-best-practices).
0 commit comments