Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ min_new_tokens = 600
|
|
40 |
early_stopping = False
|
41 |
|
42 |
# Connect to the LanceDB database
|
43 |
-
db = lancedb.connect("
|
44 |
-
table = db.open_table("
|
45 |
|
46 |
def hybrid_search(text):
|
47 |
results = table.search(text, query_type="hybrid").limit(5).to_pandas()
|
|
|
40 |
early_stopping = False
|
41 |
|
42 |
# Connect to the LanceDB database
|
43 |
+
db = lancedb.connect("content19/lancedb_data")
|
44 |
+
table = db.open_table("edunat19")
|
45 |
|
46 |
def hybrid_search(text):
|
47 |
results = table.search(text, query_type="hybrid").limit(5).to_pandas()
|