Skip to content

Release v1.8

Compare
Choose a tag to compare
@antoniofilipovic antoniofilipovic released this 20 Jul 16:00
· 121 commits to main since this release
01cac03

What's Changed - v1.8.0 - Jun 30, 2023

Features and improvements

  • With the LLM module you can generate a graph schema in a format best
    suited for large language models (LLMs).
    #225
  • When executing complex queries, the period module allows batching results
    from one query into another to improve execution time.
    #221
  • The conditional_execution module which allows the execution of different
    queries depending on certain conditions being met, has been rewritten from
    Python to C++ to improve performance and it can also periodically iterates.
    #222
  • The migration module has an option to get data from MySQL, SQL server, or
    Oracle DB to migrate it to Memgraph.
    #209s

Full Changelog: v1.7.0...v1.8-memgraph-2.9