SimFG

Results 402 comments of SimFG

What version of pymilvus did you use? I use the version: 2.5.4

``` config.set_provider_config("llm", "Ollama", {"model": "qwq"}) ``` There should be a typo error here. Change ollama to Ollama

Do you mean conversational style?

Currently not supported

https://github.com/milvus-io/pymilvus/issues/2358 Which library caused this high version of grpcio? I checked the latest pymilvus and it should only support up to 1.70.0

Hi, @shuifuture the issue is same as: https://github.com/zilliztech/deep-searcher/issues/39

The first error is same as: https://github.com/zilliztech/deep-searcher/issues/104 The second error is because the model is too small to answer the question well, similar to when you asked it to return...

You can try to clear all collections in milvus. The main reason for this error is that there are other collections in milvus, but their dims are different.