Carlos Rosas commited on
Commit
34ad460
·
verified ·
1 Parent(s): 52e3d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ min_new_tokens = 700
41
  early_stopping = False
42
 
43
  # Connect to the LanceDB database
44
- db = lancedb.connect("content 19/lancedb_data")
45
  table = db.open_table("edunat19")
46
 
47
  def hybrid_search(text):
 
41
  early_stopping = False
42
 
43
  # Connect to the LanceDB database
44
+ db = lancedb.connect("content19/lancedb_data")
45
  table = db.open_table("edunat19")
46
 
47
  def hybrid_search(text):