diff --git a/CHANGELOG.md b/CHANGELOG.md index e42fc08d..10c1766d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 0.3.0 + ### Added - Stopped embeddings from being returned when searching with `VectorRetriever`. Added `nodeLabels` and `id` to the metadata of `VectorRetriever` results. - Added `upsert_vector` utility function for attaching vectors to node properties. diff --git a/pyproject.toml b/pyproject.toml index 102dbb3b..d3447081 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-genai" -version = "0.2.0" +version = "0.3.0" description = "Python package to allow easy integration to Neo4j's GenAI features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"