ymshuang

Results 8 comments of ymshuang

Sorry for reopent it again, and I want to know how does the path of memories/idx generate.

Yes,there is a problem with the vllm_test, and it has been sloved now.https://github.com/mem0ai/mem0/issues/3564

My config is as follows: config = { "llm": { "provider": "vllm", "config": { "model": "qwen-tool", "vllm_base_url": "http://192.168.150.2:8006/v1", "temperature": 0.1, "max_tokens": 256, "api_key": "test" } }, "embedder": { "provider": "langchain",...

Thanks for reply,I have solved the problem.Casuing by using the Qwen3-8B, VLLM returns generation with the result of thinking.Once I have stopped the thinking mode, the problem has been solved.

And I suggest that the config paramerter should add the choice,wether to use thingking mode or not, because lots of models are thinking mode.

> > Thanks for reply,I have solved the problem.Casuing by using the Qwen3-8B, VLLM returns generation with the result of thinking.Once I have stopped the thinking mode, the problem has...

Hey @parshvadaftari, I have created a PR https://github.com/mem0ai/mem0/pull/3643. Please review it and tell if any further changes are required.