PlantBasedTen commited on
Commit
a7ef33b
1 Parent(s): 8add981

More Recent Vector Store

Browse files
Files changed (1) hide show
  1. financial_bot/constants.py +1 -1
financial_bot/constants.py CHANGED
@@ -5,7 +5,7 @@ EMBEDDING_MODEL_ID = "sentence-transformers/all-MiniLM-L6-v2"
5
  EMBEDDING_MODEL_MAX_INPUT_LENGTH = 384
6
 
7
  # == VECTOR Database ==
8
- VECTOR_DB_OUTPUT_COLLECTION_NAME = "alpaca_financial_news"
9
  VECTOR_DB_SEARCH_TOPK = 1
10
 
11
  # == LLM Model ==
 
5
  EMBEDDING_MODEL_MAX_INPUT_LENGTH = 384
6
 
7
  # == VECTOR Database ==
8
+ VECTOR_DB_OUTPUT_COLLECTION_NAME = "alpaca_financial_news2"
9
  VECTOR_DB_SEARCH_TOPK = 1
10
 
11
  # == LLM Model ==