mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Sharpen README tagline; add incident-response and compliance use cases (#58)
* docs: sharpen README tagline; add incident-response and compliance use cases
Lead with "lakehouse-native graph engine with git-style workflows" and a
supporting line that names the action ("branch, commit, and merge typed
graph data like source code") rather than restating capabilities.
Adds incident-response and compliance graphs to the use-case list and
fixes "multi-agentic" to "multi-agent".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* docs: lift Capabilities above Quick Install; rename from "Omnigraph CORE"
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f75b941a9e
commit
c8047b6620
1 changed files with 15 additions and 15 deletions
30
README.md
30
README.md
|
|
@ -5,18 +5,28 @@
|
|||
[](https://crates.io/crates/omnigraph-cli)
|
||||
[](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml)
|
||||
|
||||
Typed graph engine as knowledge/context layer for agents.
|
||||
**Lakehouse-native graph engine with git-style workflows.**
|
||||
|
||||
Git-style workflows, schema-as-code graph modeling, S3-optimized.
|
||||
|
||||
Vector/FTS/Graph queries in one runtime.
|
||||
Branch, commit, and merge typed graph data like source code. Multi-modal, self-hosted, open source.
|
||||
|
||||
## Use Cases
|
||||
|
||||
- On-prem & hybrid context graphs
|
||||
- Backbone for multi-agentic research
|
||||
- Backbone for multi-agent research
|
||||
- Incident response graphs
|
||||
- Compliance & audit graphs
|
||||
- Enterprise knowledge systems
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Typed schema, typed queries, and typed mutations
|
||||
- Schema-as-code, query validation and linting
|
||||
- Git-style graph workflows: branches, commits, merges, and transactional runs
|
||||
- Local, on-prem & cloud S3-native storage with snapshot-pinned reads
|
||||
- Graph traversal + text, fuzzy, BM25, vector, and RRF search in one runtime
|
||||
- Policy-as-code for server-side access control
|
||||
- Single CLI for multiple deployments
|
||||
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
|
|
@ -57,16 +67,6 @@ If a previous run left objects under the same repo prefix but did not finish
|
|||
initializing the repo, rerun with `RESET_REPO=1` or set `PREFIX` to a new
|
||||
value.
|
||||
|
||||
## Omnigraph CORE
|
||||
|
||||
- Typed schema, typed queries, and typed mutations
|
||||
- Schema-as-code, query validation and linting
|
||||
- Git-style graph workflows: branches, commits, merges, and transactional runs
|
||||
- Local, on-prem & cloud S3-native storage with snapshot-pinned reads
|
||||
- Graph traversal + text, fuzzy, BM25, vector, and RRF search in one runtime
|
||||
- Policy-as-code for server-side access control
|
||||
- Single CLI for multiple deployments
|
||||
|
||||
## Common Commands
|
||||
|
||||
The same URI works for local paths, `s3://…`, or `http://host:port`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue