We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91b49f commit 6cbcfd0Copy full SHA for 6cbcfd0
CHANGELOG.md
@@ -10,8 +10,6 @@
10
11
## 0.11.0
12
13
-### Fixed
14
-
15
### Changed
16
17
* Removed `kwargs` from LLM classes and replaced with `llm_init_params` to provide parameters that should be passed to the LLM constructor.
@@ -44,16 +42,12 @@
44
42
* Multi file support for Data Modeling process (EXPERIMENTAL)
45
43
* Cypher generation support for relationships spanning across different files
46
47
-### Added
48
49
## 0.9.1
50
51
### Fixed
52
53
* Fix bug in LoadCSVCodeGenerator
54
55
-### Changed
56
57
### Added
58
59
* Unit tests for LoadCSVCodeGenerator and StandardCypherCodeGenerator classes
0 commit comments