mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 19:36:34 +02:00
* updated model serving, updated the config references, architecture docs and added the llm_provider section * several documentation changes to improve sections like life_of_a_request, model serving subsystem --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
22 lines
652 B
ReStructuredText
22 lines
652 B
ReStructuredText
Documentation
|
|
=============
|
|
|
|
.. image:: /_static/img/arch-logo.png
|
|
:width: 100%
|
|
:align: center
|
|
|
|
**Arch is built on (and by the core contributors of) Envoy proxy with the belief that:**
|
|
|
|
*Prompts are nuanced and opaque user requests, which require the same capabilities as traditional HTTP requests
|
|
including secure handling, intelligent routing, robust observability, and integration with backend (API)
|
|
systems for personalization - all outside business logic.*
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
intro/intro
|
|
getting_started/getting_started
|
|
getting_started/use_cases
|
|
observability/observability
|
|
llms/llms
|
|
configuration_reference
|