import streamlit as st class Ingest(): files = [] # list of UploadedFile objects, subclass of BytesIO db = None # chromadb.Client object