An open API service indexing awesome lists of open source software.

https://github.com/terraphim/terraphim-core

Terraphim AI: terraphim-core -- privacy-first knowledge graph engine
https://github.com/terraphim/terraphim-core

Last synced: 21 days ago
JSON representation

Terraphim AI: terraphim-core -- privacy-first knowledge graph engine

Awesome Lists containing this project

README

          

# terraphim-core

Foundational crates for the Terraphim AI platform, extracted from the
`terraphim-ai` monorepo (Gitea #1910 polyrepo split):

- `terraphim_types` -- shared type definitions
- `terraphim_automata` -- text matching, autocomplete, thesaurus
- `terraphim_rolegraph` -- knowledge-graph implementation
- `terraphim-markdown-parser` -- markdown parsing utilities
- `terraphim_test_utils` -- test helpers

Published to the Terraphim private Cargo registry (`terraphim` org on
git.terraphim.cloud). Consumers add the registry to `.cargo/config.toml`:

```toml
[registries.terraphim]
index = "sparse+https://git.terraphim.cloud/api/packages/terraphim/cargo/"
```