@caufieldjh I want to add a model option to "generate-embeddings" command. Currently, it is calling the default model of curate-gpt from hugging-face (set with default as "all-MiniLM-L6-v2" when the "store" object is created).
Is it where this should be done with get_store? How do you change the model that is associated with a store in curate-gpt?
|
def _get_curategpt_store(store_type: str, db_path: str): |
@caufieldjh I want to add a model option to "
generate-embeddings" command. Currently, it is calling the default model ofcurate-gptfrom hugging-face (set with default as "all-MiniLM-L6-v2" when the "store" object is created).Is it where this should be done with
get_store? How do you change the model that is associated with astoreincurate-gpt?trowel/src/trowel/utils/embedding_generation_utils.py
Line 14 in 2d6ba38