Skip to content

Instantly share code, notes, and snippets.

View mdrkrg's full-sized avatar

MidoriKurage mdrkrg

View GitHub Profile
@mdrkrg
mdrkrg / neo4j_vector_store.py
Last active July 7, 2025 09:27
An example langflow graph vector store for neo4j, with similar interface as AstraDBGraphVectorStoreComponent. MIT license
from contextlib import contextmanager
from langchain_community.graphs import Neo4jGraph
from langchain_community.vectorstores import Neo4jVector
from langchain_core.documents import Document
from langchain_neo4j.vectorstores.neo4j_vector import SearchType
from langchain_neo4j.vectorstores.utils import DistanceStrategy
from langflow.base.vectorstores.model import LCVectorStoreComponent, check_cached_vector_store
from langflow.helpers import docs_to_data
from langflow.inputs import (

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default