Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ Each language is stored as a separate compressed file (`.db.gz`). There are two
|
|
| 42 |
|
| 43 |
## How to Use This Dataset
|
| 44 |
|
| 45 |
-
### 1. Command Line & Web Interface (Linux, macOS, Windows,
|
| 46 |
|
| 47 |
Wikilite runs primarily as a command-line tool that can also serve a local web interface.
|
| 48 |
|
|
@@ -91,7 +91,7 @@ A native Android application is available that uses these exact databases.
|
|
| 91 |
* **Lexical Search:** Uses FTS5 for efficient, exact keyword matching.
|
| 92 |
* **Semantic Search:** Uses embedded GGUF models (via llama.cpp integration) contained within the database files to find content based on meaning, synonyms, and conceptual similarity.
|
| 93 |
* **Offline Operation:** Complete functionality without internet connectivity.
|
| 94 |
-
* **Cross-Platform:** Available for Linux, macOS, Windows,
|
| 95 |
|
| 96 |
### Semantic Search Capabilities
|
| 97 |
The semantic search functionality employs text embeddings to handle:
|
|
@@ -110,5 +110,4 @@ If you would like to contribute databases for additional languages, please feel
|
|
| 110 |
|
| 111 |
* [Wikipedia](https://www.wikipedia.org/): For providing the valuable data.
|
| 112 |
* [SQLite](https://www.sqlite.org/): For the robust database engine.
|
| 113 |
-
* [LLaMA.cpp](https://github.com/ggml-org/llama.cpp): For enabling the internal generation of embeddings.
|
| 114 |
* [Wikilite](https://github.com/eja/wikilite): For the software powering these datasets.
|
|
|
|
| 42 |
|
| 43 |
## How to Use This Dataset
|
| 44 |
|
| 45 |
+
### 1. Command Line & Web Interface (Linux, macOS, Windows, Android)
|
| 46 |
|
| 47 |
Wikilite runs primarily as a command-line tool that can also serve a local web interface.
|
| 48 |
|
|
|
|
| 91 |
* **Lexical Search:** Uses FTS5 for efficient, exact keyword matching.
|
| 92 |
* **Semantic Search:** Uses embedded GGUF models (via llama.cpp integration) contained within the database files to find content based on meaning, synonyms, and conceptual similarity.
|
| 93 |
* **Offline Operation:** Complete functionality without internet connectivity.
|
| 94 |
+
* **Cross-Platform:** Available for Linux, macOS, Windows, and Android.
|
| 95 |
|
| 96 |
### Semantic Search Capabilities
|
| 97 |
The semantic search functionality employs text embeddings to handle:
|
|
|
|
| 110 |
|
| 111 |
* [Wikipedia](https://www.wikipedia.org/): For providing the valuable data.
|
| 112 |
* [SQLite](https://www.sqlite.org/): For the robust database engine.
|
|
|
|
| 113 |
* [Wikilite](https://github.com/eja/wikilite): For the software powering these datasets.
|