Pao Sheng
Pao Sheng
> > Hi [@yuzhi-jiang](https://github.com/yuzhi-jiang), I noticed the error is due to leaking the kwargs for llm. If you don't want specified kwargs for llm, at least leave `kwargs: {}` in...
Hi @yuzhi-jiang, can you change 127.0.0.1 to host.docker.internal for the api_base property? I think using 127.0.0.1 cannot be connected from the container.
> host.docker.internal? 我不太明白,是指 http://localhost:11434/ 吗,我测试修改过本地的host: 127.0.0.1 local.docker,能够被ping通,但是无法连接上ollama > > > Hi [@yuzhi-jiang](https://github.com/yuzhi-jiang), can you change 127.0.0.1 to host.docker.internal for the api_base property? I think using 127.0.0.1 cannot be connected from...
For the first question, I think the error might be because you forgot to update the pipeline setting in the config.yaml to match the current embedding model. e.g. ``` -...
For the second question, could you share the current config.yaml you’re using? It looks like you might be missing an API key for the OpenAI-compatible endpoint. Or, if you prefer,...
> 2025-03-06 12:27:29 "embedder": embedder_provider.get_document_embedder(), > 2025-03-06 12:27:29 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > 2025-03-06 12:27:29 AttributeError: 'NoneType' object has no attribute 'get_document_embedder' I noticed that the naming issue for the embedder is inconsistent....
@yuzhi-jiang, the config I think will be like the following, and I also noticed you're using deepseek-r1:14b, and I think the model may not be good at responding to the...
Hi @yuzhi-jiang, @jonathanyb, I tried to use `ollama_chat` prefix instead of ollama for llm model, then it doesn’t show the json decode error again. I think you guys can give...
Hey @yuzhi-jiang, I know it’s a bit of a hassle, but for your config, you need to change all `ollama/phi4:14b` to `ollama_chat/phi4:14b` in your config.yaml. btw, I’ve simplified the pipeline...
Hi @yuzhi-jiang, could you check again to make sure the config is correct? The message indicates that it cannot map to your LLM provider instance for the semantics description object....