File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "projects/pgai" : " 0.11.3 "
2
+ "projects/pgai" : " 0.11.4 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.4] ( https://github.com/timescale/pgai/compare/pgai-v0.11.3...pgai-v0.11.4 ) (2025-07-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * skip empty strings when batching documents ([ 4e040a9] ( https://github.com/timescale/pgai/commit/4e040a9ba703494df89fa1ce0e41ca26806b87c8 ) )
9
+
3
10
## [ 0.11.3] ( https://github.com/timescale/pgai/compare/pgai-v0.11.2...pgai-v0.11.3 ) (2025-06-30)
4
11
5
12
Original file line number Diff line number Diff line change 1
- __version__ = "0.11.3 "
1
+ __version__ = "0.11.4 "
2
2
3
3
from pgai ._install .install import ainstall , install
4
4
Original file line number Diff line number Diff line change 1
1
-- ------------------------------------------------------------------------------
2
- -- ai 0.11.3 (x-release-please-version)
2
+ -- ai 0.11.4 (x-release-please-version)
3
3
4
4
5
5
set local search_path = pg_catalog, pg_temp;
You can’t perform that action at this time.
0 commit comments