ubaldus commited on
Commit
0e1cf95
·
verified ·
1 Parent(s): cf0c8d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -70,7 +70,7 @@ Each language is stored as a separate compressed file (`.db.gz`) within the data
70
  [Wikilite](https://github.com/eja/wikilite) is a tool that provides offline access to Wikipedia content, featuring:
71
 
72
  * **Fast and Flexible Lexical Searching:** Uses FTS5 (Full-Text Search 5) for efficient keyword-based searching.
73
- * **Enhanced Semantic Search:** Integrates with Qdrant (optional) for semantic search capabilities, allowing you to find information based on meaning rather than just keywords.
74
  * **Offline Access:** Enables access to Wikipedia articles without an internet connection.
75
  * **Command-Line Interface (CLI):** Allows direct searching from the terminal.
76
  * **Web Interface (Optional):** Provides a user-friendly way to browse and search content.
@@ -83,7 +83,7 @@ Wikilite leverages text embeddings for its optional semantic search. This allows
83
  * Different wordings to express the same concept.
84
  * The article uses synonyms or related terms.
85
 
86
- **Note:** To enable semantic search, you'll need to have a running Qdrant instance and configure Wikilite accordingly. See the Wikilite GitHub repository for more details.
87
 
88
  ## Contributing
89
 
@@ -93,5 +93,5 @@ If you would like to contribute databases for additional languages, please feel
93
 
94
  * [Wikipedia](https://www.wikipedia.org/): For providing the valuable data.
95
  * [SQLite](https://www.sqlite.org/): For the robust database engine.
96
- * [Qdrant](https://qdrant.tech/): For the high-performance vector database used in semantic search.
97
  * [Wikilite](https://github.com/eja/wikilite): For making this project possible.
 
70
  [Wikilite](https://github.com/eja/wikilite) is a tool that provides offline access to Wikipedia content, featuring:
71
 
72
  * **Fast and Flexible Lexical Searching:** Uses FTS5 (Full-Text Search 5) for efficient keyword-based searching.
73
+ * **Enhanced Semantic Search:** Integrates semantic search capabilities, allowing you to find information based on meaning rather than just keywords.
74
  * **Offline Access:** Enables access to Wikipedia articles without an internet connection.
75
  * **Command-Line Interface (CLI):** Allows direct searching from the terminal.
76
  * **Web Interface (Optional):** Provides a user-friendly way to browse and search content.
 
83
  * Different wordings to express the same concept.
84
  * The article uses synonyms or related terms.
85
 
86
+ **Note:** To enable semantic search, you'll need a local GGUF model or an OpenAI-compatible remote server and configure Wikilite accordingly. See the Wikilite GitHub repository for more details.
87
 
88
  ## Contributing
89
 
 
93
 
94
  * [Wikipedia](https://www.wikipedia.org/): For providing the valuable data.
95
  * [SQLite](https://www.sqlite.org/): For the robust database engine.
96
+ * [Ollama](https://ollama.ai) For enabling the internal generation of embeddings.
97
  * [Wikilite](https://github.com/eja/wikilite): For making this project possible.