From 093d7842c507a47deb705d2d87f1e2a4839bbac7 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 23 Nov 2023 10:34:06 +0100 Subject: [PATCH] mv file_converters to converters --- .github/labeler.yml | 2 +- README.md | 2 +- .../unstructured_fileconverter/LICENSE | 0 .../unstructured_fileconverter/README.md | 0 .../unstructured_fileconverter/pyproject.toml | 0 .../__about__.py | 0 .../unstructured_fileconverter_haystack/__init__.py | 0 .../fileconverter.py | 0 .../tests/samples/sample_pdf.pdf | Bin .../tests/test_fileconverter.py | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename components/{file_converters => converters}/unstructured_fileconverter/LICENSE (100%) rename components/{file_converters => converters}/unstructured_fileconverter/README.md (100%) rename components/{file_converters => converters}/unstructured_fileconverter/pyproject.toml (100%) rename components/{file_converters => converters}/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__about__.py (100%) rename components/{file_converters => converters}/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__init__.py (100%) rename components/{file_converters => converters}/unstructured_fileconverter/src/unstructured_fileconverter_haystack/fileconverter.py (100%) rename components/{file_converters => converters}/unstructured_fileconverter/tests/samples/sample_pdf.pdf (100%) rename components/{file_converters => converters}/unstructured_fileconverter/tests/test_fileconverter.py (100%) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3d85d21f2..f5bb7b448 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,7 +2,7 @@ integration:instructor-embedders: - components/embedders/instructor-embedders/**/* integration:unstructured-fileconverter: -- components/file_converters/unstructured_fileconverter/**/* +- components/converters/unstructured_fileconverter/**/* integration:chroma: - document_stores/chroma/**/* integration:elasticsearch: diff --git a/README.md b/README.md index 33b1f1ae2..475da2c7d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ onwards. The code in this repo is maintained by [deepset](https://www.deepset.ai | [chroma-haystack](document_stores/chroma/) | Document Store | [![PyPI - Version](https://img.shields.io/pypi/v/chroma-haystack.svg)](https://pypi.org/project/chroma-haystack) | [![Test / Document Stores / chroma](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/document_stores_chroma.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/document_stores_chroma.yml) | | [elasticsearch-haystack](document_stores/elasticsearch/) | Document Store | [![PyPI - Version](https://img.shields.io/pypi/v/elasticsearch-haystack.svg)](https://pypi.org/project/elasticsearch-haystack) | [![Test / Document Stores / elasticsearch](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/document_stores_elasticsearch.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/document_stores_elasticsearch.yml) | | [instructor-embedders-haystack](components/embedders/instructor-embedders/) | Embedder | [![PyPI - Version](https://img.shields.io/pypi/v/instructor-embedders-haystack.svg)](https://pypi.org/project/instructor-embedders-haystack) | [![Test / instructor-embedders](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_instructor_embedders.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_instructor_embedders.yml) | -| [unstructured-fileconverter-haystack](components/file_converters/unstructured_fileconverter/) | File converter | [![PyPI - Version](https://img.shields.io/pypi/v/unstructured-fileconverter-haystack.svg)](https://pypi.org/project/unstructured-fileconverter-haystack) | [![Test / unstructured-fileconverter](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_unstructured_fileconverter.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_unstructured_fileconverter.yml) +| [unstructured-fileconverter-haystack](components/converters/unstructured_fileconverter/) | File converter | [![PyPI - Version](https://img.shields.io/pypi/v/unstructured-fileconverter-haystack.svg)](https://pypi.org/project/unstructured-fileconverter-haystack) | [![Test / unstructured-fileconverter](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_unstructured_fileconverter.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_unstructured_fileconverter.yml) ## Contributing diff --git a/components/file_converters/unstructured_fileconverter/LICENSE b/components/converters/unstructured_fileconverter/LICENSE similarity index 100% rename from components/file_converters/unstructured_fileconverter/LICENSE rename to components/converters/unstructured_fileconverter/LICENSE diff --git a/components/file_converters/unstructured_fileconverter/README.md b/components/converters/unstructured_fileconverter/README.md similarity index 100% rename from components/file_converters/unstructured_fileconverter/README.md rename to components/converters/unstructured_fileconverter/README.md diff --git a/components/file_converters/unstructured_fileconverter/pyproject.toml b/components/converters/unstructured_fileconverter/pyproject.toml similarity index 100% rename from components/file_converters/unstructured_fileconverter/pyproject.toml rename to components/converters/unstructured_fileconverter/pyproject.toml diff --git a/components/file_converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__about__.py b/components/converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__about__.py similarity index 100% rename from components/file_converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__about__.py rename to components/converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__about__.py diff --git a/components/file_converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__init__.py b/components/converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__init__.py similarity index 100% rename from components/file_converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__init__.py rename to components/converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/__init__.py diff --git a/components/file_converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/fileconverter.py b/components/converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/fileconverter.py similarity index 100% rename from components/file_converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/fileconverter.py rename to components/converters/unstructured_fileconverter/src/unstructured_fileconverter_haystack/fileconverter.py diff --git a/components/file_converters/unstructured_fileconverter/tests/samples/sample_pdf.pdf b/components/converters/unstructured_fileconverter/tests/samples/sample_pdf.pdf similarity index 100% rename from components/file_converters/unstructured_fileconverter/tests/samples/sample_pdf.pdf rename to components/converters/unstructured_fileconverter/tests/samples/sample_pdf.pdf diff --git a/components/file_converters/unstructured_fileconverter/tests/test_fileconverter.py b/components/converters/unstructured_fileconverter/tests/test_fileconverter.py similarity index 100% rename from components/file_converters/unstructured_fileconverter/tests/test_fileconverter.py rename to components/converters/unstructured_fileconverter/tests/test_fileconverter.py