0.0.6 • Published 10 months ago
@rice-bobb/cluehunter v0.0.6
ClueHunter.js
Find the exact evidence paragraph from the web page with full-local model.
Installation
Dev setups
I choose to follow the instructions from this blod.
Need up to node.js 18.
Install dependencies
npm install
Build
npm run build
Publish
npm version <major|minor|patch>
npm publishTest
npm test
Build and test
First build
npm run build
Then link the library
npm link
After that, run the link of library again at the root folder and the test folder.
npm link @rice-bobb/cluehunter
cd tests
npm link @rice-bobb/cluehunterAnd run test!
npm test