chgsvc2 commited on
Commit
1107a86
·
1 Parent(s): 7b1d285

Added necessary files

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -1,8 +1,8 @@
1
  DATA_DIR_PATH = "data/"
2
- VECTOR_DB_PATH = "faiss/education"
3
  CHUNK_SIZE = 500
4
  CHUNK_OVERLAP = 200
5
- EMBEDDER = "thenlper/gte-large"
6
  DEVICE = "cpu"
7
  PROMPT_TEMPLATE = '''
8
  With the information provided try to answer the question.
 
1
  DATA_DIR_PATH = "data/"
2
+ VECTOR_DB_PATH = "faiss1/education1"
3
  CHUNK_SIZE = 500
4
  CHUNK_OVERLAP = 200
5
+ EMBEDDER = "thenlper/gte-small"
6
  DEVICE = "cpu"
7
  PROMPT_TEMPLATE = '''
8
  With the information provided try to answer the question.