Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to castorini/ura-projects#20
Same
java -cp $ANSERINI_JAR io.anserini.server.Application --server.port=8081
Rename
.env.example
=>.env.local
, fill it in w/ Vercel secrets, etc.pnpm install
andpnpm dev
in theanserini-chatbot
directory.A few issues:
Issue where you have to reload the page every time to get the search results (surely I'll figure this one out)
Add all the models (down the road, I'll have corpus dropdown, then pick the encoding dropdown as well)
Specify # of hits in a seperate button; right now default 10
Get doc content by docid (not sure how this would be implemented in a useful way here though)
Add gitignore to the root one, remove linting action.. a type error on
pnpm build
to fix.. and move build into pom.xml eventually? I think that's how the frontend is built atm