Feature/wikipedia ddg (#185)

API-side support for Wikipedia, DBpedia and internet search functions  This incorporates a refactor of the API code to break it up, separate classes for endpoints to reduce duplication
This commit is contained in:
cybermaggedon 2024-12-02 17:41:30 +00:00 committed by GitHub
parent 212102c61c
commit 6d200c79c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 1287 additions and 826 deletions

View file

@ -93,7 +93,7 @@ local prompts = import "prompts/mixtral.jsonnet";
"-i",
"non-persistent://tg/request/text-completion-rag",
"-o",
"non-persistent://tg/response/text-completion-rag-response",
"non-persistent://tg/response/text-completion-rag",
])
.with_limits("0.5", "256M")
.with_reservations("0.1", "256M")