insurance_advisor_wb / example.env
Asaad Almutareb
added ReAct agent with its tools
fb95c43
raw
history blame
758 Bytes
# API Keys for services
HUGGINGFACEHUB_API_TOKEN=""
GOOGLE_CSE_ID=""
GOOGLE_API_KEY=""
# Vectorstore storage on S3 and locally
S3_LOCATION="rad-rag-demos"
FAISS_VS_NAME="vectorstores/faiss-insurance-agent-500.zip"
CHROMA_VS_NAME=""
FAISS_INDEX_PATH = "./vectorstore/faiss-insurance-agent-500"
CHROMA_DIRECTORY = "./vectorstore/chroma-insurance-agent-500"
# for chromadb
VECTOR_DATABASE_LOCATION="./vectorstore/chroma-insurance-agent-1500"
# Name for the Conversation Memory Collection
CONVERSATION_COLLECTION_NAME="ConversationMemory"
# llm and embedding models
#EMBEDDING_MODEL="sentence-transformers/multi-qa-mpnet-base-dot-v1"
EMBEDDING_MODEL="microsoft/Multilingual-MiniLM-L12-H384"
LLM_MODEL="mistralai/Mixtral-8x7B-Instruct-v0.1"
LLM_MODEL_ARGS=