Skip to content

Neo4j GenAI package for Python 0.3.1

Compare
Choose a tag to compare
@willtai willtai released this 11 Jul 09:05
· 123 commits to main since this release

https://github.com/neo4j/neo4j-genai-python/blob/main/CHANGELOG.md#031

Patch Changes

  • OpenAIEmbedding fixes: Fixed embedding model initialization and removed unused import to prevent ImportError when sentence_transformers is not installed.