Skip to content

Commit 8202feb

Browse files
author
semantic-release
committed
10.27.0
Automatically generated by python-semantic-release
1 parent 553264a commit 8202feb

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# CHANGELOG
22

33

4+
## v10.27.0 (2026-03-24)
5+
6+
### Feature
7+
8+
- Minor: First approach for document chunking. (#950)
9+
([`553264a`](https://github.com/bimdata/python-api-client/commit/553264a6c6f58a2d80dda97863f9e03f056ef9b3))
10+
11+
* WIP first approach for document chunking.
12+
13+
* More rag
14+
15+
* Rework vith content type framework
16+
17+
* Improve rag view with new contenttype framework
18+
19+
* multiples fixes & tests
20+
21+
* Remove metadata & add page_numbers.
22+
23+
* Fix how the AI app is loaded.
24+
25+
* Remove code that was wrongfuly commit on this branch
26+
27+
* Start moving exisint ai feature inside ai app.
28+
29+
* Add document content & fixes
30+
31+
* Improve migration to not break cloud during deployment.
32+
33+
434
## v10.26.0 (2026-03-19)
535

636
### Feature

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "10.26.0"
23+
VERSION = "10.27.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)