refactor: Update ChromaComponent to show status

This commit is contained in:
Rodrigo 2024-06-10 08:45:05 -03:00
commit 8b136ebfcf

View file

@ -121,4 +121,8 @@ class ChromaComponent(CustomComponent):
client=client,
embedding_function=embedding,
)
store = chroma.get()
self.status = store
return chroma