Spaces:
Runtime error
Runtime error
rameshmoorthy
commited on
Commit
β’
15c0896
1
Parent(s):
536dca5
Update backend/semantic_search.py
Browse files
backend/semantic_search.py
CHANGED
@@ -15,7 +15,7 @@ task = "qa" # Encode for a specific task (qa, icl, chat, lrlm, tool, convsearch)
|
|
15 |
|
16 |
#EMB_MODEL_NAME = "thenlper/gte-base"
|
17 |
#DB_TABLE_NAME = "Huggingface_docs"
|
18 |
-
DB_TABLE_NAME = "
|
19 |
# Setting up the logging
|
20 |
logging.basicConfig(level=logging.INFO)
|
21 |
logger = logging.getLogger(__name__)
|
|
|
15 |
|
16 |
#EMB_MODEL_NAME = "thenlper/gte-base"
|
17 |
#DB_TABLE_NAME = "Huggingface_docs"
|
18 |
+
DB_TABLE_NAME = "my_table"
|
19 |
# Setting up the logging
|
20 |
logging.basicConfig(level=logging.INFO)
|
21 |
logger = logging.getLogger(__name__)
|