You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## Next
4
4
5
+
### Fixed
6
+
7
+
#### Dependencies
8
+
9
+
- PyYAML dependency was missing and has been added.
10
+
- Weaviate was unintentionally added as a mandatory dependency in previous version, this behavior has been reverted.
11
+
- PyPDF and fsspec are not optional anymore so that SimpleKGPipeline examples can run out of the box (they just require the independent installation of openai python package if using OpenAI).
- **experimental**: experimental features such as the Knowledge Graph creation pipelines.
100
+
- **experimental**: experimental features mainly from the Knowledge Graph creation pipelines.
103
101
- Warning: this requires `pygraphviz`. Installation instructions can be found `here <https://pygraphviz.github.io/documentation/stable/install.html>`_.
0 commit comments