Spaces:
Sleeping
Sleeping
File size: 195 Bytes
5e20c77 |
1 2 3 4 5 6 7 8 |
from chainlit.types import AskFileResponse
from langchain.document_loaders import TextLoader
def process_file(file: AskFileResponse):
pass
def get_docSearch(file: AskFileResponse):
pass |