Added Ruosh - a full text search library in python with rust backend#13
Conversation
ruosh is a full-text search library for Python. It has a Whoosh-like API, but the search engine underneath is Tantivy
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe README.md was updated to add a new bullet under "Search & Indexing" referencing the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 147: The Ruosh entry description has a comma splice and extra spacing;
update the sentence for grammar by replacing the current phrase "ruosh is a
full-text search library for Python. It has a Whoosh-like API, the search
engine underneath is Tantivy" with a corrected version such as "ruosh is a
full-text search library for Python. It has a Whoosh-like API, but the search
engine underneath is Tantivy." Target the "ruosh" list item in the README and
ensure the extra space after "API," is removed and "but" is added for proper
punctuation.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
Hi, thanks for the PR—everything looks good overall. There are a few lint errors that came up, though. Could you please take a look and fix those? Thanks again! |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
@ritwiktiwari fixed those linting issues, please take a look when you can |
|
Thanks , Its Ready to be merged whenever you have a moment . |
ruosh is a full-text search library for Python. It has a Whoosh-like API, but the search engine underneath is Tantivy
What are you adding?
ruosh is a full-text search library for Python. It has a Whoosh-like API, but the search engine underneath is Tantivy but this is not same as tantivy-py . Ruosh is a higher level library , the api is designed around what a python developer expects .There are concrete things that ruosh adds on top of tantivy
term_statsandfrequent_terms)Checklist
[name](url) - Description.Summary by CodeRabbit