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 2b3a1db commit 2fbeee1Copy full SHA for 2fbeee1
2 files changed
CHANGELOG.md
@@ -3,7 +3,17 @@
3
## Unreleased
4
...
5
### Features
6
-- New Pharia Kernel connector for calling Skills from a Task
+...
7
+### Fixes
8
9
+### Deprecations
10
11
+### Breaking Changes
12
+
13
+## 9.1.0
14
15
+### Features
16
+- New Pharia Kernel connector (`KernelTask`) for calling Skills from a Task
17
- Add `HybridQdrantInMemoryRetriever` enabling hybrid search for in-memory Qdrant collections
18
19
### Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "intelligence-layer"
-version = "9.0.2"
+version = "9.1.0"
description = ""
authors = ["Aleph Alpha Engineering <engineering@aleph-alpha.com>"]
readme = "README.md"
0 commit comments