package seems to work
This commit is contained in:
0
src/dailyai/storage/__init__.py
Normal file
0
src/dailyai/storage/__init__.py
Normal file
9
src/dailyai/storage/search.py
Normal file
9
src/dailyai/storage/search.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class SearchIndexer():
|
||||
def __init__(self, story_id):
|
||||
pass
|
||||
|
||||
def index_text(self, text):
|
||||
pass
|
||||
|
||||
def index_image(self, text):
|
||||
pass
|
||||
Reference in New Issue
Block a user