Spaces:
Sleeping
Sleeping
created a new class to interface with chromadb, huggingface dataset repo to persist database
5516850 | import streamlit as st | |
| class Ingest(): | |
| files = [] # list of UploadedFile objects, subclass of BytesIO | |
| db = None # chromadb.Client object | |