Carlos Rosas commited on
Commit
c4bae5f
·
verified ·
1 Parent(s): 19b5d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ model_name = "PleIAs/Cassandre-RAG"
26
  llm = LLM(model_name, max_model_len=8128)
27
 
28
  # Connect to the LanceDB database
29
- db = lancedb.connect("content 3/lancedb_data")
30
  table = db.open_table("sciencev2")
31
 
32
  def hybrid_search(text):
 
26
  llm = LLM(model_name, max_model_len=8128)
27
 
28
  # Connect to the LanceDB database
29
+ db = lancedb.connect("content 4/lancedb_data")
30
  table = db.open_table("sciencev2")
31
 
32
  def hybrid_search(text):