Releases: robert-mcdermott/ai-knowledge-graph
Releases · robert-mcdermott/ai-knowledge-graph
Release list
v0.6.3
What's Changed
- Introduce PromptFactory and modular prompts package by @Deepak-png981 in #19
New Contributors
- @Deepak-png981 made their first contribution in #19
Full Changelog: 0.6.2...0.6.3
v0.6.2
What's Changed
- added filter for inferred vs non-inferred predicates by @esteinholtz-cloudera in #13
- added utility tool to convert from JSON to HTML by @esteinholtz-cloudera in #14
New Contributors
- @esteinholtz-cloudera made their first contribution in #13
Full Changelog: 0.6.1...0.6.2
v0.6.1
- Fixed bug with encoding on Windows systems.
- See #5
What's Changed
- Fixed Issue #4 (charmap) issue on Windows systems by @robert-mcdermott in #5
Full Changelog: 0.6.0...0.6.1
v0.6.0
- Moved prompts to a dedicated module file
- Added error handling if there are malformed SPO objects returned from the LLM
- Added check and removal of self-referential relationship loops
Full Changelog: 0.5.7...0.6.0
v0.5.7 - Working well, almost finished.
- forced to make the text of the relationship edges to be no more than 3 words and to abbreviate if possible.
v0.5.6 - Good-to-Go Edition 👍
- Improved standardization
- Improved inferred relations
- Less disconnected communities
- Seems Good-to-Go now
v0.5.5
v0.5.4 - edge formatting
- Can changed the edge style (curved types) in the configuration file
v0.5.3 - fully functional
New Features:
- Standardization of entities
- Inferred relations
- Graph stats
0.4.3
- Added label hide/toggle
- improved appearance