innoSageAgentOne / example.env
isayahc's picture
added an example location to VECTOR_DATABASE_LOCATION
7a90173
raw
history blame
No virus
479 Bytes
# 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="innovation_pathfinder_ai/knowledge_base/"
# Name for the Conversation Memory Collection
CONVERSATION_COLLECTION_NAME="ConversationMemory"
EMBEDDING_MODEL="sentence-transformers/all-MiniLM-L6-v2"
SOURCES_CACHE="innovation_pathfinder_ai/database/sources_cache.sqlite3"