mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 12:52:36 +02:00
Update README to fix removing emojis
This commit is contained in:
parent
070b86638c
commit
e5e9065ccc
1 changed files with 15 additions and 15 deletions
30
README.md
30
README.md
|
|
@ -19,17 +19,17 @@ Build AI Agents you can ***actually*** trust. Define and deploy trustworthy AI a
|
||||||
<summary>Table of Contents</summary>
|
<summary>Table of Contents</summary>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
- [**Why TrustGraph?**](#-why-trustgraph)<br>
|
- [**Why TrustGraph?**](#why-trustgraph)<br>
|
||||||
- [**Getting Started**](#-getting-started)<br>
|
- [**Getting Started**](#getting-started)<br>
|
||||||
- [**Configuration Builder**](#-configuration-builder)<br>
|
- [**Configuration Builder**](#configuration-builder)<br>
|
||||||
- [**GraphRAG**](#-graphrag)<br>
|
- [**GraphRAG**](#graphrag)<br>
|
||||||
- [**Knowledge Packages**](#-knowledge-packages)<br>
|
- [**Knowledge Packages**](#knowledge-packages)<br>
|
||||||
- [**Architecture**](#-architecture)<br>
|
- [**Architecture**](#architecture)<br>
|
||||||
- [**Integrations**](#-integrations)<br>
|
- [**Integrations**](#integrations)<br>
|
||||||
- [**Observability & Telemetry**](#-observability--telemetry)<br>
|
- [**Observability & Telemetry**](#observability--telemetry)<br>
|
||||||
- [**Contributing**](#-contributing)<br>
|
- [**Contributing**](#contributing)<br>
|
||||||
- [**License**](#-license)<br>
|
- [**License**](#license)<br>
|
||||||
- [**Support & Community**](#-support--community)<br>
|
- [**Support & Community**](#support--community)<br>
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
@ -94,11 +94,11 @@ pip3 install trustgraph-cli==<trustgraph-version>
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> The `trustgraph-cli` version *must* match the selected **TrustGraph** release version.
|
> The `trustgraph-cli` version *must* match the selected **TrustGraph** release version.
|
||||||
|
|
||||||
## 🔧 Configuration Builder
|
## Configuration Builder
|
||||||
|
|
||||||
TrustGraph is endlessly customizable by editing the `YAML` resource files. The **Configuration Builder** provides a tool for building a custom configuration that deploys with your selected orchestration method in your target environment.
|
TrustGraph is endlessly customizable by editing the `YAML` resource files. The **Configuration Builder** provides a tool for building a custom configuration that deploys with your selected orchestration method in your target environment.
|
||||||
|
|
||||||
- [**Configuration Builder** 🚀](https://config-ui.demo.trustgraph.ai/)
|
- [**Configuration Builder**](https://config-ui.demo.trustgraph.ai/)
|
||||||
|
|
||||||
The **Configuration Builder** has 5 important sections:
|
The **Configuration Builder** has 5 important sections:
|
||||||
|
|
||||||
|
|
@ -172,7 +172,7 @@ kubectl apply -f <launch-file.yaml>
|
||||||
|
|
||||||
TrustGraph is designed to be modular to support as many LLMs and environments as possible. A natural fit for a modular architecture is to decompose functions into a set of modules connected through a pub/sub backbone. [Apache Pulsar](https://github.com/apache/pulsar/) serves as this pub/sub backbone. Pulsar acts as the data broker managing data processing queues connected to procesing modules.
|
TrustGraph is designed to be modular to support as many LLMs and environments as possible. A natural fit for a modular architecture is to decompose functions into a set of modules connected through a pub/sub backbone. [Apache Pulsar](https://github.com/apache/pulsar/) serves as this pub/sub backbone. Pulsar acts as the data broker managing data processing queues connected to procesing modules.
|
||||||
|
|
||||||
## 🔎 GraphRAG
|
## GraphRAG
|
||||||
|
|
||||||
TrustGraph features an advanced GraphRAG approach that automatically constructs Knowledge Graphs with mapped Vector Embeddings to provide richer and more accurate context to LLMs for trustworthy agents.
|
TrustGraph features an advanced GraphRAG approach that automatically constructs Knowledge Graphs with mapped Vector Embeddings to provide richer and more accurate context to LLMs for trustworthy agents.
|
||||||
|
|
||||||
|
|
@ -316,7 +316,7 @@ The default Grafana dashboard tracks the following:
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
## 📞 Support & Community
|
## Support & Community
|
||||||
- Bug Reports & Feature Requests: [Discord](https://discord.gg/sQMwkRz5GX)
|
- Bug Reports & Feature Requests: [Discord](https://discord.gg/sQMwkRz5GX)
|
||||||
- Discussions & Questions: [Discord](https://discord.gg/sQMwkRz5GX)
|
- Discussions & Questions: [Discord](https://discord.gg/sQMwkRz5GX)
|
||||||
- Documentation: [Docs](https://docs.trustgraph.ai/docs/getstarted)
|
- Documentation: [Docs](https://docs.trustgraph.ai/docs/getstarted)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue