spring-data-neo4j
spring-data-neo4j copied to clipboard
Vector support
This issue might be a placeholder for various Vector type related features:
-
Conversion between Spring Data Commons
Vectortype and a Neo4j Java driver Vector type. At the moment there is no explicit type in the driver to convert to. Creating a converter for this yet, does only make it easier for people already storingdouble[]to Neo4j but not for "real" (special) vector types. -
Make use of build in vector searches The topic that will be built on top of the vector type will be support for vector search in repositories.
[!NOTE] at the moment this is on-hold