isayahc commited on
Commit
7a90173
1 Parent(s): 3db0426

added an example location to VECTOR_DATABASE_LOCATION

Browse files
Files changed (1) hide show
  1. example.env +2 -2
example.env CHANGED
@@ -8,11 +8,11 @@ OLLMA_BASE_URL=
8
  SERPAPI_API_KEY=
9
 
10
  # for chromadb
11
- VECTOR_DATABASE_LOCATION=
12
 
13
  # Name for the Conversation Memory Collection
14
  CONVERSATION_COLLECTION_NAME="ConversationMemory"
15
 
16
  EMBEDDING_MODEL="sentence-transformers/all-MiniLM-L6-v2"
17
 
18
- SOURCES_CACHE = "innovation_pathfinder_ai/database/sources_cache.sqlite3"
 
8
  SERPAPI_API_KEY=
9
 
10
  # for chromadb
11
+ VECTOR_DATABASE_LOCATION="innovation_pathfinder_ai/knowledge_base/"
12
 
13
  # Name for the Conversation Memory Collection
14
  CONVERSATION_COLLECTION_NAME="ConversationMemory"
15
 
16
  EMBEDDING_MODEL="sentence-transformers/all-MiniLM-L6-v2"
17
 
18
+ SOURCES_CACHE="innovation_pathfinder_ai/database/sources_cache.sqlite3"