Skip to content

Commit aaa3aa8

Browse files
authored
Merge branch 'llmware-ai:main' into main
2 parents 4da13e9 + 016044d commit aaa3aa8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,13 @@ Information on ways to participate can be found in our [Contributors Guide](http
278278
<details>
279279
<summary><b>🚧 Change Log</b></summary>
280280

281+
- **8 Dec 2023: llmware v0.1.11**
282+
- New fast start examples for high volume Document Ingestion and Embeddings with Milvus.
283+
- New LLMWare 'Pop up' Inference Server model class and example script.
284+
- New Invoice Processing example for RAG.
285+
- Improved Windows stack management to support parsing larger documents.
286+
- Enhancing debugging log output mode options for PDF and Office parsers.
287+
281288
- **30 Nov 2023: llmware v0.1.10**
282289
- Windows added as a supported operating system.
283290
- Further enhancements to native code for stack management.

‎llmware/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# implied. See the License for the specific language governing
1313
# permissions and limitations under the License.
1414

15-
__version__ = '0.1.11.4'
15+
__version__ = '0.1.11'
1616
__author__ = 'llmware'
1717
__license__ = 'Apache 2.0 License'

0 commit comments

Comments
 (0)