Konnu p2p search engine
Konnu p2p search engine

gitlab.com
Kirill Vainer / konnu · GitLab

Konnu is a peer to peer full-text search engine written in Rust.
Konnu indexes documents and stores them in a peer-to-peer network, making them searchable without requiring a server.
Fundamentally, Konnu is built around two ideas:.
- Any text can be represented as a dense vector.
- A vector can be encoded into one or more hashes which can be published into a DHT.
This makes it possible to search the network for data.