Skip to content

Commit

Permalink
mv file_converters to converters
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 23, 2023
1 parent 3854226 commit 093d784
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 093d784

Please sign in to comment.