Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,6 @@ _ = load_dotenv(find_dotenv())
|
|
11 |
RAG_INGESTION = False # load, split, embed, and store documents
|
12 |
|
13 |
config = {
|
14 |
-
"chunk_overlap": 150, # split documents
|
15 |
-
"chunk_size": 1500, # split documents
|
16 |
"k": 3, # retrieve documents
|
17 |
"model_name": "gpt-4-0314", # llm
|
18 |
"temperature": 0 # llm
|
|
|
11 |
RAG_INGESTION = False # load, split, embed, and store documents
|
12 |
|
13 |
config = {
|
|
|
|
|
14 |
"k": 3, # retrieve documents
|
15 |
"model_name": "gpt-4-0314", # llm
|
16 |
"temperature": 0 # llm
|