bstraehle commited on
Commit
3edfd59
1 Parent(s): a4419ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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