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
When using ollama to call deepseek's model(deepseek-r1:7b), during the question and answer phase, the error message is:
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure db.index.fulltext.queryNodes: Caused by: org.apache.lucene.queryparser.classic.TokenMgrError: Lexical error at line 1, column 1657. Encountered: after prefix "/adjust criteria of return" (in lexical state 2)}
However, when using third-party apis, this problem does not arise
The text was updated successfully, but these errors were encountered:
When using ollama to call deepseek's model(deepseek-r1:7b), during the question and answer phase, the error message is:
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure
db.index.fulltext.queryNodes
: Caused by: org.apache.lucene.queryparser.classic.TokenMgrError: Lexical error at line 1, column 1657. Encountered: after prefix "/adjust criteria of return" (in lexical state 2)}However, when using third-party apis, this problem does not arise
The text was updated successfully, but these errors were encountered: