mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
* Add metering-rag for RAG token metrics * Make metering executable * Add metering-rag to Prom metrics * Metricate the right queue * Update templates to include metering-rag
5 lines
No EOL
66 B
Python
Executable file
5 lines
No EOL
66 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.metering import run
|
|
|
|
run() |