mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-18 11:55:12 +02:00
Added Neo4j to readme
This commit is contained in:
parent
fa0b89b5d4
commit
237b3adb70
1 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
TrustGraph is a true end-to-end (e2e) knowledge pipeline that performs a `naive extraction` on a text corpus
|
TrustGraph is a true end-to-end (e2e) knowledge pipeline that performs a `Naive Extraction` on a text corpus
|
||||||
to build a RDF style knowledge graph coupled with a `RAG` service compatible with cloud LLMs and open-source
|
to build a RDF style knowledge graph coupled with a `RAG` service compatible with cloud LLMs and open-source
|
||||||
SLMs (Small Language Models).
|
SLMs (Small Language Models).
|
||||||
|
|
||||||
|
|
@ -30,7 +30,7 @@ by deploying multiple containers.
|
||||||
- Mixed model deployments
|
- Mixed model deployments
|
||||||
- Application of a [HuggingFace](https://hf.co) embeddings models
|
- Application of a [HuggingFace](https://hf.co) embeddings models
|
||||||
- [RDF](https://www.w3.org/TR/rdf12-schema/)-aligned Knowledge Graph extraction
|
- [RDF](https://www.w3.org/TR/rdf12-schema/)-aligned Knowledge Graph extraction
|
||||||
- Graph edge loading into [Apache Cassandra](https://github.com/apache/cassandra)
|
- Graph edge loading into [Apache Cassandra](https://github.com/apache/cassandra) or [Neo4j](https://neo4j.com/)
|
||||||
- Storing embeddings in [Milvus](https://github.com/milvus-io/milvus)
|
- Storing embeddings in [Milvus](https://github.com/milvus-io/milvus)
|
||||||
- Build and load [Knowledge Cores](https://trustgraph.ai/docs/category/knowledge-cores)
|
- Build and load [Knowledge Cores](https://trustgraph.ai/docs/category/knowledge-cores)
|
||||||
- Embedding query service
|
- Embedding query service
|
||||||
|
|
@ -73,6 +73,8 @@ package installed can also run the entire architecture.
|
||||||
provide a response to a text prompt.
|
provide a response to a text prompt.
|
||||||
- `triples-write-cassandra` - Takes knowledge graph edges and writes them to
|
- `triples-write-cassandra` - Takes knowledge graph edges and writes them to
|
||||||
a Cassandra store.
|
a Cassandra store.
|
||||||
|
- `triples-write-neo4j` - Takes knowledge graph edges and writes them to
|
||||||
|
a Neo4j store.
|
||||||
- `kg-extract-definitions` - knowledge extractor - examines text and
|
- `kg-extract-definitions` - knowledge extractor - examines text and
|
||||||
produces graph edges.
|
produces graph edges.
|
||||||
describing discovered terms and also their defintions. Definitions are
|
describing discovered terms and also their defintions. Definitions are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue