Skip to content

Commit

Permalink
Remove DocumentStoreAwareMixin (#5585)
Browse files Browse the repository at this point in the history
* Remove Pipeline

* Add release notes

* Enhance imports

* Update release note

Co-authored-by: Massimiliano Pippi <[email protected]>

* Remove Pipeline tests

* Remove DocumentStoreAwareMixin

* Add release notes

* Remove DocumentStoreAwareMixin from __all__

---------

Co-authored-by: Massimiliano Pippi <[email protected]>
  • Loading branch information
silvanocerza and masci authored Aug 18, 2023
1 parent 4ef813f commit 03ebef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
2 changes: 0 additions & 2 deletions haystack/preview/document_stores/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
from haystack.preview.document_stores.protocols import DocumentStore, DuplicatePolicy
from haystack.preview.document_stores.mixins import DocumentStoreAwareMixin
from haystack.preview.document_stores.memory.document_store import MemoryDocumentStore
from haystack.preview.document_stores.errors import DocumentStoreError, DuplicateDocumentError, MissingDocumentError
from haystack.preview.document_stores.decorator import document_store

__all__ = [
"DocumentStore",
"DuplicatePolicy",
"DocumentStoreAwareMixin",
"MemoryDocumentStore",
"DocumentStoreError",
"DuplicateDocumentError",
Expand Down
40 changes: 0 additions & 40 deletions haystack/preview/document_stores/mixins.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
features:
- Remove `DocumentStoreAwareMixin` as it's not necessary anymore

0 comments on commit 03ebef7

Please sign in to comment.