Document-Reader / src /utils.py
singhjagpreet's picture
setting up chainlit
5e20c77
raw
history blame
195 Bytes
from chainlit.types import AskFileResponse
from langchain.document_loaders import TextLoader
def process_file(file: AskFileResponse):
pass
def get_docSearch(file: AskFileResponse):
pass