Skip to content

Commit

Permalink
Merge pull request #27 from deepset-ai/cleanup
Browse files Browse the repository at this point in the history
remove MongoDB document store
  • Loading branch information
ZanSara committed May 18, 2023
2 parents 83c0c9f + 42e814a commit daccc20
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 566 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Project release on PyPi

# The pushed tag must be formatted like so:
# * nodes/speech2text-v1.0.0
# * stores/mongodb-documentstore-v1.2.3
# * stores/foo-documentstore-v1.2.3
#
# The first part must be the path of the project being released.
# If we want to release version 1.0.0 of project text2speech
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/stores_mongodb_document_store.yml

This file was deleted.

21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# Haystack Extras

This repository contains extra components for [Haystack][haystack-repo], see the component `README.md` for detailed installation and usage instructions.
This repository contains extra components for [Haystack][haystack-repo], see the component `README.md` for detailed
installation and usage instructions.

This is the list of packages currently part of the repo.

| Package | Type | PyPi Package | Status |
| ----------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------- |
| [text2speech](./nodes/text2speech/) | Node | [![PyPI - Version](https://img.shields.io/pypi/v/farm-haystack-text2speech.svg)](https://pypi.org/project/farm-haystack-text2speech) | [![Test / text2speech][text2speechbadge]][text2speech] |
| [mongodb-documentstore](stores/mongodb-documentstore) | Document Store | n/a | [![Test / MongoDBDocumentStore][mongodbdocumentstorebadge]][mongodbdocumentstore] |
| [milvus-documentstore](stores/milvus-documentstore) | Document Store | n/a | |


| Package | Type | PyPi Package | Status |
| --------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [text2speech](nodes/text2speech/) | Node | [![PyPI - Version](https://img.shields.io/pypi/v/farm-haystack-text2speech.svg)][text2speechPypi] | [![Test / text2speech][text2speechbadge]][text2speech] |
| [milvus-documentstore](stores/milvus-documentstore) | Document Store | n/a | [![Tests / MilvusDocumentStore][milvus_badge]][milvus] |

## Contributing

You will need `hatch` to create new projects in this folder. Run `pip install -r requirements.txt` to install it.



[haystack-repo]: https://github.com/deepset-ai/haystack
[text2speechbadge]: https://github.com/deepset-ai/haystack-extras/actions/workflows/nodes_text2speech.yml/badge.svg
[text2speech]: https://github.com/deepset-ai/haystack-extras/actions/workflows/nodes_text2speech.yml
[mongodbdocumentstorebadge]: https://github.com/deepset-ai/haystack-extras/actions/workflows/stores_mongodb_document_store.yml/badge.svg
[mongodbdocumentstore]: https://github.com/deepset-ai/haystack-extras/actions/workflows/stores_mongodb_document_store.yml
[text2speechPypi]: https://pypi.org/project/farm-haystack-text2speech
[milvus_badge]: https://github.com/deepset-ai/haystack-extras/actions/workflows/stores_milvus_document_store.yml/badge.svg
[milvus]: https://github.com/deepset-ai/haystack-extras/actions/workflows/stores_milvus_document_store.yml
73 changes: 0 additions & 73 deletions stores/mongodb-documentstore/LICENSE.txt

This file was deleted.

41 changes: 0 additions & 41 deletions stores/mongodb-documentstore/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit daccc20

Please sign in to comment.