File size: 147 Bytes
5516850
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import streamlit as st

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