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 87160ae commit 64abb91Copy full SHA for 64abb91
docs/changelog.rst
@@ -6,9 +6,12 @@ Version 4.4.2
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..
+- 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