Files
pipecat/src/dailyai/storage/search.py
2023-12-27 12:17:00 -05:00

10 lines
163 B
Python

class SearchIndexer():
def __init__(self, story_id):
pass
def index_text(self, text):
pass
def index_image(self, text):
pass