ix icon indicating copy to clipboard operation
ix copied to clipboard

ImportError Could not import sentence_transformers python package. Please install it with `pip install sentence-transformers`.

Open happy15 opened this issue 11 months ago • 3 comments

Hi, I bootstrapped ix with the docker solution and tried to do build a RAG agent with huggingface embedding, which needs sentence-transformers the python lib.

But it seems that sentence-transformers is not included in the docker image and I encountered reply with "ImportError Could not import sentence_transformers python package. Please install it with pip install sentence-transformers."

Do I miss anything here?

Below is the flow under construction:

image

happy15 avatar Mar 08 '24 07:03 happy15