junjiejiangjjj

Results 51 comments of junjiejiangjjj

https://towhee.io/data-source/csv-reader Here are some examples related to processing CSV and Batch

You can use the debug interface to see where the performance bottleneck is, https://towhee.readthedocs.io/en/latest/debug/usage.html#usage

The slowness could be caused by the image downloading and decoding.

you should call collection.flush() first ![image](https://github.com/towhee-io/examples/assets/14136703/1b1bea59-29b5-40c5-b7da-2cb19d802468)

You need load the collection by `collection.load()`. https://milvus.io/docs/load_collection.md#Load-a-Collection

The data used by others to train the model may be different from your data, so you need to test it with real data to determine the effect. If the...

Try other embedding models : https://github.com/zilliztech/GPTCache/blob/main/gptcache/embedding/__init__.py example: ```python from gptcache.embedding import SBERT, Huggingface, FastText

You can use BYTES io to post image/video: https://towhee.readthedocs.io/en/main/serving/api.html#towhee.serve.io.BYTES