Spaces:
Sleeping
Sleeping
File size: 364 Bytes
0b60594 9621297 0b60594 a3d0e15 7f6c47e 57e87b0 cd0ca96 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# hugging have API TOKEN
HUGGINGFACEHUB_API_TOKEN=
# url to interface with ollama API
OLLMA_BASE_URL=
# environmental varaibles needed to use tools
SERPAPI_API_KEY=
# for chromadb
VECTOR_DATABASE_LOCATION=
# Name for the Conversation Memory Collection
CONVERSATION_COLLECTION_NAME="ConversationMemory"
EMBEDDING_MODEL="sentence-transformers/all-MiniLM-L6-v2" |