docs: Update documentation and add TAVILY_API_KEY to environment variables (#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>
This commit is contained in:
parent
c76aeb6e9e
commit
6c2ff92ccf
3 changed files with 26 additions and 21 deletions
|
|
@ -167,32 +167,36 @@ LANGFLOW_STORE_ENVIRONMENT_VARIABLES=false
|
|||
|
||||
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:
|
||||
|
||||
- `OPENAI_API_KEY`
|
||||
- `ANTHROPIC_API_KEY`
|
||||
- `GOOGLE_API_KEY`
|
||||
- `COHERE_API_KEY`
|
||||
- `GROQ_API_KEY`
|
||||
- `HUGGINGFACEHUB_API_TOKEN`
|
||||
- `SEARCHAPI_API_KEY`
|
||||
- `SERPAPI_API_KEY`
|
||||
- `AZURE_OPENAI_API_KEY`
|
||||
- `AZURE_OPENAI_API_VERSION`
|
||||
- `AZURE_OPENAI_API_INSTANCE_NAME`
|
||||
- `AZURE_OPENAI_API_DEPLOYMENT_NAME`
|
||||
- `AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME`
|
||||
- `PINECONE_API_KEY`
|
||||
- `ASTRA_DB_APPLICATION_TOKEN`
|
||||
- `ASTRA_DB_API_ENDPOINT`
|
||||
- `UPSTASH_VECTOR_REST_URL`
|
||||
- `UPSTASH_VECTOR_REST_TOKEN`
|
||||
- `VECTARA_CUSTOMER_ID`
|
||||
- `VECTARA_CORPUS_ID`
|
||||
- `VECTARA_API_KEY`
|
||||
- `ASTRA_DB_APPLICATION_TOKEN`
|
||||
- `AWS_ACCESS_KEY_ID`
|
||||
- `AWS_SECRET_ACCESS_KEY`
|
||||
- `AZURE_OPENAI_API_DEPLOYMENT_NAME`
|
||||
- `AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME`
|
||||
- `AZURE_OPENAI_API_INSTANCE_NAME`
|
||||
- `AZURE_OPENAI_API_KEY`
|
||||
- `AZURE_OPENAI_API_VERSION`
|
||||
- `COHERE_API_KEY`
|
||||
- `COMPOSIO_API_KEY`
|
||||
- `GOOGLE_API_KEY`
|
||||
- `GROQ_API_KEY`
|
||||
- `HUGGINGFACEHUB_API_TOKEN`
|
||||
- `NOVITA_API_KEY`
|
||||
- `OPENAI_API_KEY`
|
||||
- `PINECONE_API_KEY`
|
||||
- `SAMBANOVA_API_KEY`
|
||||
- `SEARCHAPI_API_KEY`
|
||||
- `SERPAPI_API_KEY`
|
||||
- `TAVILY_API_KEY`
|
||||
- `UPSTASH_VECTOR_REST_TOKEN`
|
||||
- `UPSTASH_VECTOR_REST_URL`
|
||||
- `VECTARA_API_KEY`
|
||||
- `VECTARA_CORPUS_ID`
|
||||
- `VECTARA_CUSTOMER_ID`
|
||||
|
||||
For information about other environment variables and their usage, see [Environment Variables](/environment-variables).
|
||||
|
||||
## Security best practices
|
||||
|
||||
For information about securing your global variables and other sensitive data, see [Security best practices](/configuration-security-best-practices).
|
||||
For information about securing your global variables and other sensitive data, see [Security best practices](/configuration-security-best-practices).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue