Renumics / renumics-rag

Visualization for a Retrieval-Augmented Generation (RAG) Assistant 🤖❤️📚
MIT License
175 stars 41 forks source link

ChromaDB does not update documents after adding custom documents #22

Closed fabiomonticelli23 closed 3 months ago

fabiomonticelli23 commented 3 months ago

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: image

Second run output: image

markus-stoll commented 3 months ago

hey @fabiomonticelli23, no it needs to be restarted. The data is loaded from chromaDB and exported to a pandas dataframe for visualization in spotlight