[hotfix] Fix examples/awel default loading model text2vec-large-chinese issue #1095
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When I set the parameter EMBEDDING_MODEL=bge-large-zh, an error occurs when starting the service
2024-01-19 17:51:55 172-16-10-163 dbgpt.core.awel.dag.loader[5422] ERROR Failed to import: /mnt/data/xiuzhu/DB-GPT/examples/awel/simple_rag_retriever_example.py, error message: Traceback (most recent call last):
File "/mnt/data/xiuzhu/DB-GPT/dbgpt/core/awel/dag/loader.py", line 86, in parse
loader.exec_module(new_module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/mnt/data/xiuzhu/DB-GPT/examples/awel/simple_rag_retriever_example.py", line 91, in
vector_connector = _create_vector_connector()
File "/mnt/data/xiuzhu/DB-GPT/examples/awel/simple_rag_retriever_example.py", line 86, in _create_vector_connector
).create(),
File "/mnt/data/xiuzhu/DB-GPT/dbgpt/rag/embedding/embedding_factory.py", line 48, in create
return HuggingFaceEmbeddings(**new_kwargs)
File "/mnt/data/xiuzhu/DB-GPT/dbgpt/rag/embedding/embeddings.py", line 91, in init
self.client = sentence_transformers.SentenceTransformer(
File "/home/dtstack/miniconda3/envs/dbgpt_0.4.6/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 77, in init
raise ValueError("Path {} not found".format(model_name_or_path))
ValueError: Path /mnt/data/xiuzhu/models/text2vec-large-chinese not found
Close #1094
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Snapshots:
Include snapshots for easier review.
Checklist: