sourcegraph/cmd
Erik Seliger 1b53f0bccc
Implement features in LLM Proxy layer (#52472)
This allows us to have separate rate limits for code completions and
chat.
For that, this PR:
- Adds additional DB columns for the second rate limit
- Introduce a concept of features in the completions clients, and on the
LLM proxy side
- Adds UIs, GraphQL endpoints, and actor source support for the separate
rate limits and features

Closes https://github.com/sourcegraph/sourcegraph/issues/51819
Works on https://github.com/sourcegraph/sourcegraph/issues/51818
Closes https://github.com/sourcegraph/sourcegraph/issues/51817
2023-05-26 20:07:37 +00:00
..
blobstore Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
frontend Implement features in LLM Proxy layer (#52472) 2023-05-26 20:07:37 +00:00
github-proxy App - Fix shutdown of postgres when terminating (#52463) 2023-05-26 09:34:27 -04:00
gitserver gitserver: ReposStats gRPC migration (#51973) 2023-05-24 18:48:59 -07:00
loadtest Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
migrator Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
repo-updater bzl: fix logic to build enterprise repo-updater (#52464) 2023-05-25 17:34:53 +00:00
searcher embeddings: support delta updates (#52158) 2023-05-22 14:22:01 +02:00
server Revert "bazel: add config setting for zig linux 86 and incompatible cc (#52364)" (#52457) 2023-05-25 15:47:16 +00:00
sitemap sitemap: fix compile error after update to NewRetryPolicy (#51926) 2023-05-15 12:52:57 +00:00
sourcegraph-oss Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
symbols Revert "bazel: add config setting for zig linux 86 and incompatible cc (#52364)" (#52457) 2023-05-25 15:47:16 +00:00
worker Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.