mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 01:59:48 +00:00
docs: concepts and building_applications migration (#3534)
# What does this PR do? - Migrates the remaining documentation sections to the new documentation format <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> ## Test Plan - Partial migration <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
This commit is contained in:
parent
05ff4c4420
commit
c71ce8df61
82 changed files with 2535 additions and 1237 deletions
43
docs/docs/concepts/index.mdx
Normal file
43
docs/docs/concepts/index.mdx
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Core Concepts
|
||||
|
||||
Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.
|
||||
|
||||
## Documentation Structure
|
||||
|
||||
This section covers the fundamental concepts of Llama Stack:
|
||||
|
||||
- **[Architecture](./architecture.md)** - Learn about Llama Stack's architectural design and principles
|
||||
- **[APIs](./apis/index.mdx)** - Understanding the core APIs and their stability levels
|
||||
- [API Overview](./apis/index.mdx) - Core APIs available in Llama Stack
|
||||
- [API Providers](./apis/api_providers.mdx) - How providers implement APIs
|
||||
- [API Stability Leveling](./apis/api_leveling.mdx) - API stability and versioning
|
||||
- **[Distributions](./distributions.md)** - Pre-configured deployment packages
|
||||
- **[Resources](./resources.md)** - Understanding Llama Stack resources and their lifecycle
|
||||
- **[External Integration](./external.md)** - Integrating with external services and providers
|
||||
|
||||
## Getting Started
|
||||
|
||||
If you're new to Llama Stack, we recommend starting with:
|
||||
|
||||
1. **[Architecture](./architecture.md)** - Understand the overall system design
|
||||
2. **[APIs](./apis/index.mdx)** - Learn about the available APIs and their purpose
|
||||
3. **[Distributions](./distributions.md)** - Choose a pre-configured setup for your use case
|
||||
|
||||
Each concept builds upon the previous ones to give you a comprehensive understanding of how Llama Stack works and how to use it effectively.---
|
||||
title: Core Concepts
|
||||
description: Understanding Llama Stack's service-oriented philosophy and key concepts
|
||||
sidebar_label: Overview
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Core Concepts
|
||||
|
||||
Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.
|
||||
|
||||
This section covers the key concepts you need to understand to work effectively with Llama Stack:
|
||||
|
||||
- **[Architecture](./architecture)** - Llama Stack's service-oriented design and benefits
|
||||
- **[APIs](./apis)** - Available REST APIs and planned capabilities
|
||||
- **[API Providers](./api_providers)** - Remote vs inline provider implementations
|
||||
- **[Distributions](./distributions)** - Pre-packaged provider configurations
|
||||
- **[Resources](./resources)** - Resource federation and registration
|
||||
Loading…
Add table
Add a link
Reference in a new issue