v0.3.0
What's Changed
- rename graph retriever by @bjchambers in #44
- Simple example by @bjchambers in #45
- draft announcement post by @bjchambers in #46
- implemented langchain standard tests by @epinzur in #23
- minor doc updates by @bjchambers in #48
- update upload actions version by @bjchambers in #49
- default to Eager and simplify Strategy.build by @bjchambers in #51
- change unsupported values to a warning by @bjchambers in #53
- Infer stores by @bjchambers in #52
- Split traversal logic out of the retriever by @bjchambers in #55
- apply ruff upgrade fixes by @bjchambers in #54
- moved to
poethepoet
for running tasks by @epinzur in #47 - updated docstrings throughout the codebase by @epinzur in #56
- fixes from comments on #51 by @bjchambers in #57
- Reformat a bunch of pydocs by @bjchambers in #58
- Refactor EdgeHelper to be a function by @bjchambers in #60
- updates to readme and pyprojects by @bjchambers in #61
- moved normalization/denormalization to be only an adapter concern by @epinzur in #64
- first set of adapter compliance tests by @bjchambers in #62
- removed scored strategy for now by @epinzur in #63
- rename StoreFactory to AdapterFactory by @bjchambers in #66
- flesh out remaining tests for adapters by @bjchambers in #67
- Import some examples and helpers for lazy graph rag by @bjchambers in #68
- Allow id edges by @bjchambers in #69
- allow edge functions by @bjchambers in #71
- fix python versions by @bjchambers in #72
- allow links from ID to mentions (eg, "citations") by @bjchambers in #73
- updates to loading for lazy-graph-rag notebook by @bjchambers in #75
- remove
str
edge shorthand by @bjchambers in #76 - Use edge function in document graph by @bjchambers in #77
- Update main.yml to latest deploy-pages action by @bjchambers in #78
Full Changelog: v0.2.0...v0.3.0