You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DocSense is a lightweight, search engine built in Rust. It is designed to index and search into a large corpus of XML/XHTML/PDF/TXT/MD documents using TF-IDF or BM25 ranking. It also serves a local web interface for querying.
4
4
5
-
---
6
-
7
5
## Features
8
6
9
7
- Recursive document indexing
@@ -12,7 +10,6 @@ DocSense is a lightweight, search engine built in Rust. It is designed to index
12
10
- Persistent JSON index storage
13
11
- Local HTTP web interface
14
12
15
-
---
16
13
17
14
## Getting Started
18
15
@@ -22,31 +19,30 @@ DocSense is a lightweight, search engine built in Rust. It is designed to index
0 commit comments