Spaces:
Runtime error
Runtime error
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 = "cbse_class10_science"
|
| 19 |
# Setting up the logging
|
| 20 |
logging.basicConfig(level=logging.INFO)
|
| 21 |
logger = logging.getLogger(__name__)
|