Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
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("
|
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):
|