mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
Structured data tech spec emerging
This commit is contained in:
parent
f618df8f9f
commit
9640020dc3
1 changed files with 17 additions and 4 deletions
|
|
@ -138,7 +138,16 @@ This approach allows:
|
|||
|
||||
### APIs
|
||||
|
||||
[API endpoints and interfaces]
|
||||
New APIs:
|
||||
- `POST /api/v1/nlp-to-query` - Convert natural language to structured query
|
||||
- `POST /api/v1/structured-data/ingest` - Ingest structured data (CSV, JSON, XML)
|
||||
- `POST /api/v1/structured-data/query` - Execute structured queries
|
||||
- `GET /api/v1/schemas` - List available schemas
|
||||
- `GET /api/v1/schemas/{name}` - Get specific schema definition
|
||||
|
||||
Modified APIs:
|
||||
- Knowledge extraction endpoints - Add structured object output option
|
||||
- Agent endpoints - Add structured data tool support
|
||||
|
||||
### Implementation Details
|
||||
|
||||
|
|
@ -146,7 +155,7 @@ This approach allows:
|
|||
|
||||
## Security Considerations
|
||||
|
||||
[Security requirements and considerations]
|
||||
No extra considerations.
|
||||
|
||||
## Performance Considerations
|
||||
|
||||
|
|
@ -166,8 +175,12 @@ Not specified.
|
|||
|
||||
## Open Questions
|
||||
|
||||
[Any unresolved questions or decisions to be made]
|
||||
- Can this be made to work with other store types? We're aiming to use
|
||||
interfaces which make modules which work with one store applicable to
|
||||
other stores.
|
||||
|
||||
## References
|
||||
|
||||
[Related documents and resources]
|
||||
n/a.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue