mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 03:16:23 +02:00
Adds basic metering infrastructure (#68)
* Basic metering module structure * Token counting working for Bedrock * Price calc using price list * Added more models to pricelist * Added Ollama token counts ---- Authored-by: JackColquitt <daniel@kalntera.ai>
This commit is contained in:
parent
8085bb0118
commit
2a49365482
12 changed files with 176 additions and 8 deletions
|
|
@ -29,6 +29,7 @@ scrape_configs:
|
|||
- 'kg-extract-definitions:8000'
|
||||
- 'kg-extract-topics:8000'
|
||||
- 'kg-extract-relationships:8000'
|
||||
- 'metering:8000'
|
||||
- 'store-graph-embeddings:8000'
|
||||
- 'store-triples:8000'
|
||||
- 'text-completion:8000'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue