arisyaman commited on
Commit
dc20589
1 Parent(s): 67bde56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from llama_index.core.memory import ChatMemoryBuffer
6
  import gradio as gr
7
 
8
  # Define the data directory for loading documents
9
- DATA_DIR = "docs"
10
 
11
  # Initialize LLM
12
  llm = Ollama(model="llama2", request_timeout=180.0)
 
6
  import gradio as gr
7
 
8
  # Define the data directory for loading documents
9
+ DATA_DIR = "./docs"
10
 
11
  # Initialize LLM
12
  llm = Ollama(model="llama2", request_timeout=180.0)