Skip to content

Commit 871b866

Browse files
authored
Merge pull request lightspeed-core#951 from tisnik/updated-generated-doc
Updated generated doc
2 parents e15fc76 + 4a4f851 commit 871b866

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/app/endpoints/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Handler for REST API call to provide answer to query using Response API.
4545
## [rags.py](rags.py)
4646
Handler for REST API calls to list and retrieve available RAGs.
4747

48+
## [rlsapi_v1.py](rlsapi_v1.py)
49+
Handler for RHEL Lightspeed rlsapi v1 REST API endpoints.
50+
4851
## [root.py](root.py)
4952
Handler for the / endpoint.
5053

src/quota/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Simple quota limiter where quota can be revoked.
2727
## [sql.py](sql.py)
2828
SQL commands used by quota management package.
2929

30+
## [token_usage_history.py](token_usage_history.py)
31+
Class with implementation of storage for token usage history.
32+
3033
## [user_quota_limiter.py](user_quota_limiter.py)
3134
Simple user quota limiter where each user has a fixed quota.
3235

tests/integration/endpoints/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Integration tests for the /info endpoint.
1515
## [test_query_v2_integration.py](test_query_v2_integration.py)
1616
Integration tests for the /query endpoint (v2 with Responses API).
1717

18+
## [test_rlsapi_v1_integration.py](test_rlsapi_v1_integration.py)
19+
Integration tests for the rlsapi v1 /infer endpoint.
20+

0 commit comments

Comments
 (0)