Andreas Kollegger

Results 8 issues of Andreas Kollegger

Neo4j is establishing a common interchange format to represent a graph schema. There is a supporting library for working with the format which Arrows could utilize for lossy export of...

enhancement

Picking up a concern raised here: https://feedback.neo4j.com/workspace/p/saved-arrows-cypher-export-to-aura-free 1. Add tests for Cypher export that demonstrate the problem 2. Make the tests pass by fixing the exported Cypher

bug

Transition app to use decoupled model library.

After adding a node using the "Add Node" button, the node is focused for keyboard input however the first letter seems to get lost.

bug

> Your client application uses libraries for user authentication or authorization that are deprecated. See the [Migration Guide](https://developers.google.com/identity/gsi/web/guides/gis-migration) for more information.

bug

It'd be great to have a URL for diagrams that shows a preview when pasted into social media, blog posts, or discussion forums like Slack.

enhancement

Test Arrows on multiple browsers for each release.

chore

https://github.com/neo4j/neo4j-graphrag-python/blob/ae0831635d7ce39057a84afc1153e0b0dee015a9/src/neo4j_graphrag/generation/graphrag.py#L88 Part of the benefit of GraphRAG is providing better context for question answering. When performing `GraphRAG.search()` the context from the `retriever_result` is missing, by default. Could we instead default...