Initial commit

This commit is contained in:
William FH
2024-09-13 16:28:17 -07:00
committed by GitHub
commit 523dc46aff
23 changed files with 3428 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
TAVILY_API_KEY=...
# To separate your traces from other application
LANGSMITH_PROJECT=retrieval-agent
# The following depend on your selected configuration
## LLM choice:
ANTHROPIC_API_KEY=....
FIREWORKS_API_KEY=...
OPENAI_API_KEY=...