rameshmoorthy commited on
Commit
3f9c33d
1 Parent(s): 9e46748

Update backend/semantic_search.py

Browse files
Files changed (1) hide show
  1. backend/semantic_search.py +1 -1
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 = "cbse_class10_science"
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_"
19
  # Setting up the logging
20
  logging.basicConfig(level=logging.INFO)
21
  logger = logging.getLogger(__name__)