mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 01:46:22 +02:00
Updated readme and quickstart
This commit is contained in:
parent
ab22fd4c24
commit
9e6e5d9870
2 changed files with 26 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ by deploying multiple containers.
|
|||
- PDF decoding
|
||||
- Text chunking
|
||||
- Inference of LMs deployed with [Ollama](https://ollama.com)
|
||||
- Inference of Cloud LLMs: `AWS Bedrock`, `AzureAI`, `Anthropic`, `Cohere`, and `VertexAI`
|
||||
- Inference of Cloud LLMs: `AWS Bedrock`, `AzureAI`, `Anthropic`, `Cohere`, `OpenAI`, and `VertexAI`
|
||||
- Mixed model deployments
|
||||
- Application of a [HuggingFace](https://hf.co) embeddings models
|
||||
- [RDF](https://www.w3.org/TR/rdf12-schema/)-aligned Knowledge Graph extraction
|
||||
|
|
@ -93,6 +93,7 @@ package installed can also run the entire architecture.
|
|||
- `text-completion-claude` - Sends request to Anthropic's API
|
||||
- `text-completion-cohere` - Send request to Cohere's API
|
||||
- `text-completion-ollama` - Sends request to LM running using Ollama
|
||||
- `text-completion-openai` - Sends request to OpenAI's API
|
||||
- `text-completion-vertexai` - Sends request to model available through VertexAI API
|
||||
|
||||
## Quickstart Guide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue