xutengfei
xutengfei
> > ### Search before asking > > > > * [x] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. > > > > ### Operating system...
maybe it is not this reason,I filled the real api_key .There are two situations the first is: common configuration,and the errors:   the second is : model configuration,and the...
I tried update the database using :update kg_config set config = '{"graph_store":{"database":"neo4j","password":"neo4j@openspg","uri":"neo4j://release-openspg-neo4j:7687","user":"neo4j"},"vectorizer":{"type":"bge_m3","model":"BAAI/bge-m3","base_url":"https://api.siliconflow.cn/v1","api_key":"sk-gqdmllzbuybpqblewpxxxxxxxxjdkfxqcvgfyrg"},"prompt":{"biz_scene":"default","language":"zh"},"llm":{"type":"maas","creator":"openspg","createTime":"2025-01-10 09:31:49","model":"glm-4-flash","base_url":"https://open.bigmodel.cn/api/paas/v4","desc":"glm","api_key":"8253c27fxxxxxx5a798ffc809bcc0b.xxxxxx","temperature":0.7,"stream":"False","default":true}}' where config_id = 'KAG_CONFIG' and version = '1'; after that ,the web can show the configuration, but...
>  `type: bge_m3` is incorrect, it should be `type: openai`. thanks ,it works