Skip to content

Commit

Permalink
chore: bootstrap releasing (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Dec 17, 2024
1 parent 7c49728 commit 8bc4459
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [v0.1.1](https://github.com/DS4SD/docling-haystack/releases/tag/v0.1.1) - 2024-12-17

### Feature

* Add docling converter ([`767e4b5`](https://github.com/DS4SD/docling-haystack/commit/767e4b5b10088d1900d4bb2cea33b18a640aec5a))

### Fix

* Prevent field conflicts, add in-mem example ([`3f8794c`](https://github.com/DS4SD/docling-haystack/commit/3f8794c291c68701d7cf0e56f2bcc0af95c2656d))
* Switch to dict-based meta extraction ([`9073ea4`](https://github.com/DS4SD/docling-haystack/commit/9073ea49389a4bc8bb3692c37d7eaa19762758b0))

### Documentation

* Add docstrings ([`b87362f`](https://github.com/DS4SD/docling-haystack/commit/b87362ff15df29ed1a9e1d520be1e6090fe80d4a))
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docling Haystack converter

<!--[![PyPI version](https://img.shields.io/pypi/v/docling-haystack)](https://pypi.org/project/docling-haystack/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/docling-haystack)](https://pypi.org/project/docling-haystack/)-->
[![PyPI version](https://img.shields.io/pypi/v/docling-haystack)](https://pypi.org/project/docling-haystack/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/docling-haystack)](https://pypi.org/project/docling-haystack/)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
Expand All @@ -12,14 +12,12 @@
A [Docling](https://github.com/DS4SD/docling) converter integration for
[Haystack](https://github.com/deepset-ai/haystack/).

<!--
## Installation

Simply install `docling-haystack` from your package manager, e.g. pip:
```bash
pip install docling-haystack
```
-->

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-haystack"
version = "0.1.0"
version = "0.1.1" # DO NOT EDIT, updated automatically
description = "Docling Haystack converter"
authors = ["Panos Vagenas <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8bc4459

Please sign in to comment.