-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Narek/bm25 bloom #343
Narek/bm25 bloom #343
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Hi! Looks like you've reached your API usage limit. You can increase it from your account settings page here: app.greptile.com/settings/usage
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
76d0c5f
to
a602574
Compare
Benchmarks
|
68feaa8
to
d90fd21
Compare
2f0a524
to
2d867b3
Compare
5440658
to
3419924
Compare
.cargo/config has been deprecated in favor of config.toml since rust 1.38. We use Rust 2021 edition, which is stable since 1.56, so it should be fine to rename the file and avoid the warning during compilation
bm25 agg
f459c4b
to
a0a7c42
Compare
lantern_extras/src/bm25_agg.rs
Outdated
client | ||
.select( | ||
&format!( | ||
"SELECT term, term_freq FROM {}_bm25 WHERE term = ANY(text_to_stem_array('{}'));", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to quote_ident
the table name to support upper-case table names or is it guaranteed to be lowercase?
No description provided.