Spaces:
Build error
Build error
heikowagner
commited on
Commit
·
83629b5
1
Parent(s):
d29c627
Update app/utils.py
Browse files- app/utils.py +1 -1
app/utils.py
CHANGED
@@ -27,7 +27,7 @@ def get_chroma_client():
|
|
27 |
return chromadb.Client(Settings(chroma_db_impl="duckdb+parquet",
|
28 |
persist_directory=persist_directory
|
29 |
))
|
30 |
-
|
31 |
def retrieve_collections():
|
32 |
client = get_chroma_client()
|
33 |
all_collections = client.list_collections()
|
|
|
27 |
return chromadb.Client(Settings(chroma_db_impl="duckdb+parquet",
|
28 |
persist_directory=persist_directory
|
29 |
))
|
30 |
+
#@st.cache_data
|
31 |
def retrieve_collections():
|
32 |
client = get_chroma_client()
|
33 |
all_collections = client.list_collections()
|