File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 4.9.0
5
+ --------------
6
+
7
+ This minor version includes:
8
+ - Support for new 1.27 features:
9
+ - Multi vector search for near_vector and hybrid
10
+ - Backup cancellation
11
+ - Vector search filter strategy (acorn)
12
+
13
+ - Renaming ``*-palm `` to ``*-google `` for generative and vectorization modules.
14
+ - Typing fixes
15
+ - Bump of default embedded version to 1.26.6
16
+ - Allow ``return_properties={True, False} `` as equivalents to ``{None, []} ``
17
+ - Dependency updates
18
+
19
+
4
20
Version 4.8.1
5
21
--------------
6
22
Original file line number Diff line number Diff line change 30
30
DEFAULT_PORT = 8079
31
31
DEFAULT_GRPC_PORT = 50060
32
32
33
- WEAVIATE_VERSION = "1.26.1 "
33
+ WEAVIATE_VERSION = "1.26.6 "
34
34
35
35
36
36
@dataclass
You can’t perform that action at this time.
0 commit comments