Deployment Error in Vercel/Render.. Saying Data is large
I’m using the Hugging Face Sentence Transformer embeddings model in my RAG-based chatbot, but when trying to deploy it on Vercel/Render, I get an error stating that the data is too large and out of memory on Render. What causes the data to be large? Is it the model? How can I resolve this issue?