Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[codexgraph] codexgraph中的code_generator功能在生成的cypher查询语句有语法错误 #595

Open
3 tasks done
lqlggg opened this issue Oct 23, 2024 · 0 comments
Open
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@lqlggg
Copy link

lqlggg commented Oct 23, 2024

Initial Checks

  • I have searched GitHub for a duplicate issue and I'm sure this is something new
  • I have read and followed the docs & demos and still think this is a bug
  • I am confident that the issue is with modelscope-agent (not my code, or another library in the ecosystem)

What happened + What you expected to happen

使用code_generator功能时生成的cypher查询语句有语法错误
pic
此处生成的模糊查询语句应该为MATCH (mod:MODULE)-[:CONTAINS]->(func:FUNCTION) WHERE func.name =~ '.*KnowledgeBase.*' RETURN func.name, func.code,在neo4j上查询时才会得到结果

Versions / Dependencies

Reproduction script

Issue Severity

None

@lqlggg lqlggg added the bug Something isn't working label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants