updated docs for 0.1.8 support

This commit is contained in:
Salman Paracha 2025-01-10 16:24:40 -08:00
parent dae6239b81
commit fc97b9f553
6 changed files with 28 additions and 74 deletions

View file

@ -8,10 +8,13 @@ Engineered with purpose-built large language models (LLMs), Arch handles all the
detecting and rejecting jailbreak attempts, intelligently calling “backend” APIs to fulfill the user's request represented in a prompt, routing to and offering disaster recovery
between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way.
.. image:: /_static/img/arch-logo.png
.. figure:: /_static/img/arch_network_diagram_high_level.png
:width: 100%
:align: center
High-level network flow of where Arch Gateway sits in your agentic stack. Designed for both ingress and egress prompt traffic.
**The project was born out of the belief that:**
*Prompts are nuanced and opaque user requests, which require the same capabilities as traditional HTTP requests

View file

@ -7,6 +7,12 @@ Welcome to Arch, the intelligent prompt gateway designed to help developers buil
In this documentation, you will learn how to quickly set up Arch to trigger API calls via prompts, apply prompt guardrails without writing any application-level logic,
simplify the interaction with upstream LLMs, and improve observability all while simplifying your application development process.
.. figure:: /_static/img/arch_network_diagram_high_level.png
:width: 100%
:align: center
High-level network flow of where Arch Gateway sits in your agentic stack. Designed for both ingress and egress prompt traffic.
Get Started
-----------