dwijverma2/chatbot / app /controllers /ingest_file_controller.py
dwijverma2's picture
download
raw
168 Bytes
from fastapi import UploadFile
from app.parser import parse_doc
async def ingest_file_controller(file: UploadFile):
blocks = await parse_doc(file)
return

Xet Storage Details

Size:
168 Bytes
·
Xet hash:
ba46d3e51381fe675fafd285859bf149e0db903e982633654b769dbc8f6d252b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.