wxywb

Results 33 comments of wxywb

it needs towhee.models, make sure it is installed in your python environment. ` pip list |grep towhee.models`

@fishfree ,hello please have a look at this https://towhee.io/image-text-embedding/taiyi

The error occurs seems the dependency `FlagEmbedding` is not installed, but I have added it in pyproject.toml.

@vuminhquang , can you run ```bash pip list |grep milvus-model ``` to show your model library status?

@khanhj it is supposed to be a csr_array instead of coo_matrix, It seems caused by version of scipy, I will fixed it for next release. ```python from scipy.sparse import csr_array...

@vuminhquang please tell me your python version 1. check the milvus-model functionality ```python from milvus_model.hybrid import BGEM3EmbeddingFunction ``` 2. if milvus-model test passed, please try to run ```python from pymilvus.model.hybrid...

@vuminhquang ,could you run your code , and show information (some error or exceptions) in your bash? It is not surprised your IDE can not find correct symbols of modules...

> Both can be import from console @wxywb, If I want to write the code directly from IDE, (not care on the beautiful of code), which class should I call...

It is due to you used a local file path to indicate you want to use your local bge-m3, I will avoid hard coding this in a newer version(I expect...