File size: 168 Bytes
ada0a19
 
 
 
 
 
 
0c0e0a0
1
2
3
4
5
6
7
8
9
"""Build settings for the app."""


def build(chroma_db):
    """Build the app."""
    collection = chroma_db.create_collection("pdf-explainer")

    return collection