I am trying out the React App tutorial from this link. I want to use transformers.js for a semantic search app but haven't been able to get it to work for the past couple of days.
I do not want to eject the app.
I have tried both @xenova/transformers and @huggingface/transformers and a number of versions of both.
System Info
"dependencies": { "@huggingface/transformers": "^3.1.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }
Basic CRA app
Environment/Platform
Description
I am trying out the React App tutorial from this link. I want to use transformers.js for a semantic search app but haven't been able to get it to work for the past couple of days.
I do not want to eject the app.
I have tried both @xenova/transformers and @huggingface/transformers and a number of versions of both.
Request you to let me know my options.
Thanks!
Reproduction
Just following this tutorial.