refactor: Update ChromaComponent to show status
This commit is contained in:
parent
debaa59d8b
commit
8b136ebfcf
1 changed files with 4 additions and 0 deletions
|
|
@ -121,4 +121,8 @@ class ChromaComponent(CustomComponent):
|
|||
client=client,
|
||||
embedding_function=embedding,
|
||||
)
|
||||
|
||||
store = chroma.get()
|
||||
self.status = store
|
||||
|
||||
return chroma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue