Spaces:
Sleeping
Sleeping
chgsvc2
commited on
Commit
·
1107a86
1
Parent(s):
7b1d285
Added necessary files
Browse files
config.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
DATA_DIR_PATH = "data/"
|
2 |
-
VECTOR_DB_PATH = "
|
3 |
CHUNK_SIZE = 500
|
4 |
CHUNK_OVERLAP = 200
|
5 |
-
EMBEDDER = "thenlper/gte-
|
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.
|