Generative_QNA / variables.py
Omkar008's picture
Update variables.py
0bdb322
# from chromadb.config import Settings
EMBEDDING_MODEL_NAME = "sentence-transformers/paraphrase-albert-small-v2" #for embedding the text from the documents.
MODEL_ID = "TheBloke/Llama-2-7b-Chat-GPTQ"
MODEL_BASENAME = "model"
__import__('pysqlite3')
import sys
sys.modules['sqlite3'] = sys.modules.pop('pysqlite3')
# CHROMA_SETTINGS = Settings(
# anonymized_telemetry=False,
# is_persistent=True,
# )