Atticus / utils /ingest.py
aniruddhdoki's picture
created a new class to interface with chromadb, huggingface dataset repo to persist database
5516850
raw
history blame contribute delete
147 Bytes
import streamlit as st
class Ingest():
files = [] # list of UploadedFile objects, subclass of BytesIO
db = None # chromadb.Client object