lwant's picture
Add Phoenix and Tavily integrations, update dependencies, and enhance documentation
cb13db3
raw
history blame
746 Bytes
###########################################################
### Example .env file
### Real .env should not be shared, never pushed to git, etc.
###
### Make a copy and modify at need (e.g. .dev.env)
### Symlink the copy to the .env using the bash command :
### ln -s .dev.env .env
###
### As long as the symlink is active, modifications in .dev.env
### will be reported in .env, thus updating the app global env
###########################################################
HF_TOKEN = "hf_xxxxxx"
NEBIUS_API_TOKEN = "xxxxxxxx"
# See https://docs.llamaindex.ai/en/stable/module_guides/observability/#llamatrace-hosted-arize-phoenix
PHOENIX_API_KEY = "xxxxxxxxxxxxxxxxxxx:xxxxxxx"
TAVILY_API_KEY = "tvly-dev-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"