diff --git a/src/pipecat/storage/__init__.py b/src/pipecat/storage/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/pipecat/storage/search.py b/src/pipecat/storage/search.py deleted file mode 100644 index 5740d1cae..000000000 --- a/src/pipecat/storage/search.py +++ /dev/null @@ -1,9 +0,0 @@ -class SearchIndexer(): - def __init__(self, story_id): - pass - - def index_text(self, text): - pass - - def index_image(self, text): - pass