mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
More API doc hacking
This commit is contained in:
parent
14907b1f1b
commit
689d3225df
3 changed files with 9 additions and 8 deletions
|
|
@ -56,16 +56,17 @@ Cons:
|
||||||
using a basic REST API, particular if you want to cover all of the error
|
using a basic REST API, particular if you want to cover all of the error
|
||||||
scenarios well
|
scenarios well
|
||||||
|
|
||||||
## Further reading
|
## See also
|
||||||
|
|
||||||
- [TrustGraph websocket overview](websocket.md)
|
- [TrustGraph websocket overview](websocket.md)
|
||||||
- [TrustGraph Pulsar overview](pulsar.md)
|
- [TrustGraph Pulsar overview](pulsar.md)
|
||||||
- API details
|
- API details
|
||||||
|
- [Text completion](api-text-completion.md)
|
||||||
|
- [Prompt completion](api-prompt.md)
|
||||||
- [Graph RAG](api-graph-rag.md)
|
- [Graph RAG](api-graph-rag.md)
|
||||||
- [Document load](api-document-load.md)
|
|
||||||
- [Agent](api-agent.md)
|
- [Agent](api-agent.md)
|
||||||
- [Embeddings](api-embeddings.md)
|
- [Embeddings](api-embeddings.md)
|
||||||
- [Text completion](api-text-completion.md)
|
|
||||||
- [Graph embeddings](api-graph-embeddings.md)
|
- [Graph embeddings](api-graph-embeddings.md)
|
||||||
- [Triples query](api-triples-query.md)
|
- [Triples query](api-triples-query.md)
|
||||||
|
- [Document load](api-document-load.md)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@ e.g.
|
||||||
Request:
|
Request:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "blrqotfefnmnh7de-1",
|
"id": "blrqotfefnmnh7de-1",
|
||||||
"service": "text-completion",
|
"service": "text-completion",
|
||||||
|
|
@ -67,11 +66,9 @@ Request:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Responses:
|
Response:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "blrqotfefnmnh7de-1",
|
"id": "blrqotfefnmnh7de-1",
|
||||||
"response": {
|
"response": {
|
||||||
|
|
@ -83,7 +80,7 @@ Responses:
|
||||||
|
|
||||||
## Pulsar
|
## Pulsar
|
||||||
|
|
||||||
The Pulsar schema for the Agent API is defined in Python code here:
|
The Pulsar schema for the Text Completion API is defined in Python code here:
|
||||||
|
|
||||||
https://github.com/trustgraph-ai/trustgraph/blob/master/trustgraph-base/trustgraph/schema/models.py
|
https://github.com/trustgraph-ai/trustgraph/blob/master/trustgraph-base/trustgraph/schema/models.py
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Coming soon
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue