boryasbora commited on
Commit
c532f4f
·
verified ·
1 Parent(s): e27a465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ blablador_base = "https://helmholtz-blablador.fz-juelich.de:8000/v1"
25
  os.environ['LANGCHAIN_TRACING_V2'] = 'true'
26
  os.environ['LANGCHAIN_ENDPOINT'] = 'https://api.smith.langchain.com'
27
  os.environ['LANGCHAIN_API_KEY'] = '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'
28
-
 
29
  # Function to update your retriever
30
  # Function to update your retriever
31
  def update_retriever():
 
25
  os.environ['LANGCHAIN_TRACING_V2'] = 'true'
26
  os.environ['LANGCHAIN_ENDPOINT'] = 'https://api.smith.langchain.com'
27
  os.environ['LANGCHAIN_API_KEY'] = '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'
28
+ directory_path = "ohw_proj_chorma_db"
29
+ file_path = "ohw_proj_chorma_db.pcl"
30
  # Function to update your retriever
31
  # Function to update your retriever
32
  def update_retriever():