This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
trustgraph
Watch
1
Star
0
Fork
You've already forked trustgraph
0
mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced
2026-04-25 08:26:21 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
39ec7b6353
trustgraph
/
trustgraph-flow
/
scripts
/
api-gateway
7 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
Feature/api gateway (#164) * Bare bones API gateway * Working for LLM + prompt * RAG query works * Triples query * Added agent API * Embeddings API * Put API tests in a subdir
2024-11-20 19:55:40 +00:00
#!/usr/bin/env python3
Fixed a problem with the packages, api/__init__.py appeared in both (#196) trustgraph-flow and trustgraph-base, moved the gateway stuff into a different directory.
2024-12-06 13:05:56 +00:00
from trustgraph.gateway import run
Fix API gateway integration, added to templates (#165)
2024-11-20 20:56:23 +00:00
API gateway in a proper module, restarting publishers & subscribers as appropriate (#166)
2024-11-20 23:17:55 +00:00
run()
Feature/api gateway (#164) * Bare bones API gateway * Working for LLM + prompt * RAG query works * Triples query * Added agent API * Embeddings API * Put API tests in a subdir
2024-11-20 19:55:40 +00:00
Reference in a new issue
Copy permalink