ix
ix copied to clipboard
ImportError Could not import sentence_transformers python package. Please install it with `pip install sentence-transformers`.
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: