vSiddi
commited on
Commit
·
776fff9
1
Parent(s):
92db39d
fix
Browse files- modules/app_constants.py +3 -3
modules/app_constants.py
CHANGED
@@ -44,10 +44,10 @@ CHUNK_SIZE = 880
|
|
44 |
CHUNK_OVERLAP = 200
|
45 |
PROCESSED_DOCS = 'index_processed.log'
|
46 |
SEARCH_COUNT = 5
|
47 |
-
MESSAGE_HISTORY =
|
48 |
-
RAG_K =
|
49 |
RAG_TECHNIQUE = 'refine'
|
50 |
-
SUMMARIZER_BATCH =
|
51 |
MAX_FILE_SIZE = 10 #not implement
|
52 |
LOCAL_PERSISTANT_DB = WORKSPACE_DIRECTORY + "db/"
|
53 |
CONTENT_TYPE = ["Policies", "Playbooks", "Standards", "Reference Docs"]
|
|
|
44 |
CHUNK_OVERLAP = 200
|
45 |
PROCESSED_DOCS = 'index_processed.log'
|
46 |
SEARCH_COUNT = 5
|
47 |
+
MESSAGE_HISTORY = 5
|
48 |
+
RAG_K = 5
|
49 |
RAG_TECHNIQUE = 'refine'
|
50 |
+
SUMMARIZER_BATCH = 4
|
51 |
MAX_FILE_SIZE = 10 #not implement
|
52 |
LOCAL_PERSISTANT_DB = WORKSPACE_DIRECTORY + "db/"
|
53 |
CONTENT_TYPE = ["Policies", "Playbooks", "Standards", "Reference Docs"]
|