Hello everyone,
I use streamlit to create a visual PoC of my RAG.
I run in local (windows), and I have already managed to do a streamlit chatbot, but to optimize the time process I decided to use st.cache_ressource on my rag object (retrieve and call LLM).
Now, my streamlit app shutdown without errors when it try to retrieve documents (with chroma in local).
Even if I go back to my previous succesfull version, it doesn’t work anymore.
I cleared cache, restarted computer and reset chroma base but it didn’t change anything.
If I remove retrieval function, everything works perfectly.
Thank You.
Edit: I use pandas, when I remove pandas import (not only use) it works perfectly, I don’t understand