Local Run Modify Default Configuration Item Description Confusion
The runtime file is written in a messy way, bro. Can you clarify if you want to change config.yml or ollama.py in E:\deep-searcher\deep-searcher\deepsearcher\llm path?
@zc277584121 Bro, please help me see what this is all about.
What version of pymilvus did you use? I use the version: 2.5.4
@SimFG thanks
Here's the code for mytest.py,Since I'm a newbie, I don't particularly understand this stuff.Please help me to see what causes,thanks
@404-xianjin hello, you can upgrade your pymilvus version and try it again
pip install -U pymilvus
@404-xianjin hello, you can upgrade your pymilvus version and try it again
pip install -U pymilvus
pymilvus has been updated to 2.5.5
Let me describe my current problem, bro.
- i modified config.yaml file and manually specified llm as ollama, embedding as SiliconflowEmbedding, vector as milvus (docker), running on localhost:19531.
At the same time, I created a mytest.py with the following code. When I execute it I get the following error.
config.set_provider_config("llm", "Ollama", {"model": "qwq"})
There should be a typo error here. Change ollama to Ollama
config.set_provider_config("llm", "Ollama", {"model": "qwq"})There should be a typo error here. Change ollama to Ollama
Awesome, bro. That solves my problem nicely.But I have a point of doubt, if I don't need website, can I consider commenting out these two lines of code. thanks
Bless you.
@404-xianjin yes, you can.