sykuann1 commited on
Commit
1f64db3
·
verified ·
1 Parent(s): 24f6c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ from llama_index.core import set_global_service_context
11
 
12
  import gradio as gr
13
 
14
- DOC_PATH = '/Users/simyinkuan/Documents/rag_llama/ollama-llamaindex-mixtral-python-playground/data/pdf_esg'
15
- INDEX_PATH = '//Users/simyinkuan/Documents/rag_llama/ollama-llamaindex-mixtral-python-playground/storage'
16
  Settings.llm = Ollama(model="mistral")
17
  Settings.embed_model = HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")
18
  embed_model = HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")
 
11
 
12
  import gradio as gr
13
 
14
+ DOC_PATH = '/data/pdf_esg'
15
+ INDEX_PATH = '/storage'
16
  Settings.llm = Ollama(model="mistral")
17
  Settings.embed_model = HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")
18
  embed_model = HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5")