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 db91870 commit bf73dc4Copy full SHA for bf73dc4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# ChangeLog
2
3
+## [0.9.32] - 2024-01-16
4
+
5
+### New Features
6
7
+- added query-time row retrieval + fix nits with query pipeline over structured data (#10061)
8
+- ReActive Agents w/ Context + updated stale link (#10058)
9
10
## [0.9.31] - 2024-01-15
11
12
### New Features
llama_index/VERSION
@@ -1 +1 @@
-0.9.31
+0.9.32
pyproject.toml
@@ -42,7 +42,7 @@ name = "llama-index"
42
packages = [{include = "llama_index"}]
43
readme = "README.md"
44
repository = "https://github.com/run-llama/llama_index"
45
-version = "0.9.31"
+version = "0.9.32"
46
47
[tool.poetry.dependencies]
48
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
0 commit comments