Files
Jacob Lee 0b37680e4c Polish template (#3)
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2024-09-18 23:11:20 -07:00

32 lines
612 B
Bash

# To separate your traces from other application
LANGCHAIN_PROJECT=retrieval-agent
# The following depend on your selected configuration
# LLM choice:
ANTHROPIC_API_KEY=....
FIREWORKS_API_KEY=...
OPENAI_API_KEY=...
# Embeddings choice
OPENAI_API_KEY=...
COHERE_API_KEY=...
# Retrieval provider
## Elastic cloud:
ELASTICSEARCH_URL=...
ELASTICSEARCH_API_KEY=...
## Elastic local:
ELASTICSEARCH_URL=http://host.docker.internal:9200
ELASTICSEARCH_USER=elaastic
ELASTICSEARCH_PASSWORD=changeme
## Pinecone
PINECONE_API_KEY=...
PINECONE_INDEX_NAME=...
## MongoDB Atlas
MONGODB_URI=... # Full connection string