pdf-explainer / gnosis /settings.py
maclenn77's picture
refactor: separate app components (#17) (#18)
5206fbb unverified
raw
history blame contribute delete
168 Bytes
"""Build settings for the app."""
def build(chroma_db):
"""Build the app."""
collection = chroma_db.create_collection("pdf-explainer")
return collection