Aman-he
Aman-he
我试了用api的方式也不行,报的是同样的错 knext project create --config_path ./example_config1.yaml Traceback (most recent call last): File "/home/hzc/miniconda3/envs/kag-demo/bin/knext", line 33, in sys.exit(load_entry_point('openspg-kag', 'console_scripts', 'knext')()) File "/home/hzc/miniconda3/envs/kag-demo/lib/python3.10/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/home/hzc/miniconda3/envs/kag-demo/lib/python3.10/site-packages/click/core.py",...
> 我也遇到了类似的问题,在配置好qwen-max后,使用knext project create --config_path ./example_config.yaml命令创建项目,报错:HTTP response body: "modelTypeMap is null" > > ``` > HTTP response headers: HTTPHeaderDict({'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'POST, PUT, GET, DELETE', 'Access-Control-Allow-Headers': 'Origin, X-Requested-With, Content-Type, Accept,...
> 我把镜像删除重新拉取后这个问题就消失了(O_O) 确实,我删了后重新拉取就解决了,非常感谢
> > 我把镜像删除重新拉取后这个问题就消失了(O_O) > > 我重新拉去了还是报一样的错,有什么其他的解决方法吗? 你要先删除docker里面关于openspg的镜像,删除后再拉取,直接重新拉取没有用,如果重新拉取后还不行的话我也不知道该怎么解决,不过看到上面有人说更新到最新版的release0.8之后就能正常访问了
Yes, the first time I used '. yam', and after encountering an error, I have already correctly used '. yaml'. I copied both of them together, and you can see...