Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

rag plugin initialize failed #1538

Open
redhairerINTEL opened this issue May 10, 2024 · 1 comment
Open

rag plugin initialize failed #1538

redhairerINTEL opened this issue May 10, 2024 · 1 comment
Assignees

Comments

@redhairerINTEL
Copy link

backend w/ rag
I already installed requirement

pip install -r ~/intel-extension-for-transformers/intel_extension_for_transformers/neural_chat/pipeline/plugins/retrieval/requirements.txt

But rag plugin still initialize failed.

2024-05-10 04:32:14,308 - intel_extension_for_transformers.neural_chat.utils.error_utils - ERROR - neuralchat error: Generic error
2024-05-10 04:32:14,309 - intel_extension_for_transformers.neural_chat.chatbot - ERROR - build_chatbot: plugin init failed

image

backend w/o rag
launch successfully
image

@redhairerINTEL
Copy link
Author

image
degrade protobuf can solve problem.
pip install protobuf==3.20.3
image
But if i run "pip install -r ~/intel-extension-for-transformers/intel_extension_for_transformers/neural_chat/pipeline/plugins/retrieval/requirements.txt", Protobuf will be back to 5.26 in my environment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants