Skip to content

feat: add JanusGraph support#7

Merged
schneidermr merged 1 commit intomainfrom
feat/janusgraph-support
Apr 12, 2026
Merged

feat: add JanusGraph support#7
schneidermr merged 1 commit intomainfrom
feat/janusgraph-support

Conversation

@schneidermr
Copy link
Copy Markdown
Contributor

No description provided.

@schneidermr schneidermr added the enhancement New feature or request label Apr 12, 2026
@schneidermr schneidermr linked an issue Apr 12, 2026 that may be closed by this pull request
__all__ = ["GraphBackend", "Neo4jBackend", "get_backend"]


def get_backend(backend_type: str, **kwargs) -> GraphBackend:
Comment on lines +127 to +134
async def query_named(
self,
query_type: str,
tenant_id: str,
repo_id: str,
filter_str: str,
limit: int,
) -> list[dict[str, Any]]:
if self._connection is not None:
try:
self._connection.close()
except Exception:
@schneidermr schneidermr merged commit 2c59d3e into main Apr 12, 2026
5 of 7 checks passed
@schneidermr schneidermr deleted the feat/janusgraph-support branch April 12, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] JanusGraph storage backend support

1 participant