Skip to content

Neo4j GraphRAG Package for Python 1.1.0

Compare
Choose a tag to compare
@stellasia stellasia released this 16 Oct 09:13
· 37 commits to main since this release

https://github.com/neo4j/neo4j-graphrag-python/blob/main/CHANGELOG.md#110

Added

  • Added a QdrantNeo4jRetriever external retriever for when vectors and saved in the Qdrant vector database
  • Introduced a fail_if_exist option to index creation functions to control behavior when an index already exists.

Changed

  • Comprehensive rewrite of the README to improve clarity and provide detailed usage examples.
  • Documentation improvements