File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
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
+
3
10
## [ 0.9.31] - 2024-01-15
4
11
5
12
### New Features
Original file line number Diff line number Diff line change 1
- 0.9.31
1
+ 0.9.32
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ name = "llama-index"
42
42
packages = [{include = " llama_index" }]
43
43
readme = " README.md"
44
44
repository = " https://github.com/run-llama/llama_index"
45
- version = " 0.9.31 "
45
+ version = " 0.9.32 "
46
46
47
47
[tool .poetry .dependencies ]
48
48
SQLAlchemy = {extras = [" asyncio" ], version = " >=1.4.49" }
You can’t perform that action at this time.
0 commit comments