I’ve been working with the Rasa sample project “Chat With Your Text Documents” and it was running fine with Rasa Pro 3.7.10. However, after upgrading to version 3.8.10, I encountered an error during training with the following message:
I’ve tried several solutions but haven’t been able to resolve this issue. Has anyone encountered a similar problem or have any suggestions on how to fix this?
I have already defined a flow in the flows.yml file.
In Rasa Pro version 3.7.10, I observed that the FAISS class from site-packages/langchain/vectorstores/faiss.py is used in the site-packages/rasa_plus/information/retrieval/faiss.py file.
In Rasa Pro version 3.8.10, however, I don’t see that class being called anywhere. When I tried logging it, the embedding list was empty. Could this be an issue?