Decentralized Governance: Lessons from DHF Proposals
An analysis of how the Decentralized Hive Fund has shaped governance patterns, comparing proposal outcomes across three years...
Semantic search for the Hive blockchain. Find content by meaning, not keywords.
An analysis of how the Decentralized Hive Fund has shaped governance patterns, comparing proposal outcomes across three years...
Understanding the interplay between witness elections, governance decisions, and how stakeholder voting influences protocol development...
A deep dive into the factors behind successful and unsuccessful DHF proposals, with practical takeaways for future authors...
Six modules. One API surface.
Three-stage pipeline. Raw blocks in, semantic search out.
RESTful API powered by PostgREST. No auth required.
Search posts by semantic meaning. Returns ranked results with similarity scores.
curl "https://api.hive.blog/hivesense-api/posts/search?q=astronauts+on+moon&limit=5" Find posts similar to a given post. Uses vector cosine similarity with HNSW index.
curl "https://api.hive.blog/hivesense-api/posts/gtg/hive-technical-vision/similar?limit=5" Find authors who write about a specific topic. Ranked by thematic specialization.
curl "https://api.hive.blog/hivesense-api/authors/search?topic=photography&limit=5" MIT license. Docker one-liner. PostgreSQL + pgvector.
./scripts/install_app.sh --llm='bge-m3:latest' --vector_size=1024