DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.

1,180+ deals tracked  ·  22 AI investment memos  ·  Updated daily

← Back to leaderboard

Omni

Omni – Open-source workplace search and chat, built on Postgres

38 AI Score
Hacker News other Added Mar 5, 2026

Details

Sector
other
Total Funding
$0
Last Round
$0

About

Hey HN!<p>Over the past few months, I&#x27;ve been working on building Omni - a workplace search and chat platform that connects to apps like Google Drive&#x2F;Gmail, Slack, Confluence, etc. Essentially an open-source alternative to Glean, fully self-hosted.<p>I noticed that some orgs find Glean to be expensive and not very extensible. I wanted to build something that small to mid-size teams could run themselves, so I decided to build it all on Postgres (ParadeDB to be precise) and pgvector. No Elasticsearch, or dedicated vector databases. I figured Postgres is more than capable of handling the level of scale required.<p>To bring up Omni on your own infra, all it takes is a single `docker compose up`, and some basic configuration to connect your apps and LLMs.<p>What it does:<p>- Syncs data from all connected apps and builds a BM25 index (ParadeDB) and HNSW vector index (pgvector)<p>- Hybrid search combines results from both<p>- Chat UI where the LLM has tools to search the index - not just basic RAG<p>- Traditional search UI<p>- Users bring their own LLM provider (OpenAI&#x2F;Anthropic&#x2F;Gemini)<p>- Connectors for Google Workspace, Slack, Confluence, Jira, HubSpot, and more<p>- Connector SDK to build your own custom connectors<p>Omni is in beta right now, and I&#x27;d love your feedback, especially on the following:<p>- Has anyone tried self-hosting workplace search and&#x2F;or AI tools, and what was your experience like?<p>- Any concerns with the Postgres-only approach at larger scales?<p>Happy to answer any questions!<p>The code: <a href="https:&#x2F;&#x2F;github.com&#x2F;getomnico&#x2F;omni" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;getomnico&#x2F;omni</a> (Apache 2.0 licensed)

AI Score Reasoning

Heuristic score based on available signals. Funding: $0, Source: hackernews.

Source

Hacker News — View original →