Neo4j GraphRAG Package for Python 1.1.0
https://github.com/neo4j/neo4j-graphrag-python/blob/main/CHANGELOG.md#110
Added
- Added a
QdrantNeo4jRetrieverexternal retriever for when vectors and saved in the Qdrant vector database - Introduced a
fail_if_existoption 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