blarApp / code-base-agent

Code agents for LLMs
https://blar.io
MIT License
48 stars 16 forks source link

:bug: fix(neo4j): Fixed edge creation in Neo4j #94

Closed josem7 closed 7 months ago

josem7 commented 7 months ago

Fixed bug in creation node, because of the query planner of Neo4j you can't input dynamic values as node labels.

The solution consists on assigning all nodes a standard label called NODE, then creating an index on that label.