Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Feb 12, 2024
1 parent 6efed5a commit e2143f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ragstack-e2e-tests/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ VECTOR_DATABASE_TYPE=astradb
# HUGGINGFACE_HUB_KEY=

# Nvidia
# NVIDIA_API_KEY=
# NVIDIA_API_KEY=

# LlamaIndex
# LLAMA_CLOUD_API_KEY=
1 change: 1 addition & 0 deletions ragstack-e2e-tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pass_env =
LANGCHAIN_TRACING_V2
LANGCHAIN_ENDPOINT
LANGCHAIN_PROJECT
LLAMA_CLOUD_API_KEY
deps =
poetry
commands =
Expand Down

0 comments on commit e2143f6

Please sign in to comment.