I have added a custom function which when i load a new pdf or txt it load in chromaDB instance using the "create-db --exist-ok --on-match ignore" to index it.
The index is successfully, but i can only access the document information after restarting the app.
there is a way to do this while the app is ruinning?
hey @fabiomonticelli23, no it needs to be restarted. The data is loaded from chromaDB and exported to a pandas dataframe for visualization in spotlight
I have added a custom function which when i load a new pdf or txt it load in chromaDB instance using the "create-db --exist-ok --on-match ignore" to index it. The index is successfully, but i can only access the document information after restarting the app.
there is a way to do this while the app is ruinning?
FIrst run output:
Second run output: