You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
使用dev/release里的docker-compose启动四个服务后,登录UI修改密码,配置了全局参数,在页面上上传知识都是正常的。
当使用KAG里的example/baike或medicine时报相同的错误:
报错步骤是 cd builder && python indexer.py:
org.neo4j.driver.exceptions.ClientException: Failed to invoke procedure db.index.vector.queryNodes: Caused by: java.lang.IllegalArgumentException: Index query vector has 1536 dimensions, but indexed vectors have 1024.
How to reproduce
git clone kag
cd example/baike
修改kag_config.yaml
knext project restore .
knext schema commit
cd builder && python indexer.py 此步出错:
org.neo4j.driver.exceptions.ClientException: Failed to invoke procedure db.index.vector.queryNodes: Caused by: java.lang.IllegalArgumentException: Index query vector has 1536 dimensions, but indexed vectors have 1024.
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Operating system information
Linux
What happened
使用dev/release里的docker-compose启动四个服务后,登录UI修改密码,配置了全局参数,在页面上上传知识都是正常的。
当使用KAG里的example/baike或medicine时报相同的错误:
报错步骤是 cd builder && python indexer.py:
org.neo4j.driver.exceptions.ClientException: Failed to invoke procedure
db.index.vector.queryNodes
: Caused by: java.lang.IllegalArgumentException: Index query vector has 1536 dimensions, but indexed vectors have 1024.How to reproduce
git clone kag
db.index.vector.queryNodes
: Caused by: java.lang.IllegalArgumentException: Index query vector has 1536 dimensions, but indexed vectors have 1024.Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: