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.
2 parents e0aff3e + 64abb91 commit 9203ba6Copy full SHA for 9203ba6
docs/changelog.rst
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
4
+Version 4.4.2
5
+--------------
6
+This patch version includes
7
+
8
+- Fixes client.is_ready().
9
+- Adds option to skip input parameter validation if you need to squeeze out some extra performance.
10
+- All functions that accept vectors now also accept numpy arrays, tensorflow arrays and pandas/polars dataframes as input.
11
+- Hybrid search accepts `None` as query for a pure vector search.
12
+- Adds ``FilterValue`` to ``weaviate.outputs``.
13
+- Allows ``group_by: str`` in aggregation queries.
14
15
16
Version 4.4.1
17
--------------
0 commit comments