mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 22:39:47 +00:00
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan # What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
39 lines
808 B
Markdown
39 lines
808 B
Markdown
|
|
```{include} ../../../CONTRIBUTING.md
|
|
```
|
|
|
|
## Adding a New Provider
|
|
|
|
See:
|
|
- [Adding a New API Provider Page](new_api_provider.md) which describes how to add new API providers to the Stack.
|
|
- [Vector Database Page](new_vector_database.md) which describes how to add a new vector databases with Llama Stack.
|
|
- [External Provider Page](../providers/external/index.md) which describes how to add external providers to the Stack.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
new_api_provider
|
|
new_vector_database
|
|
```
|
|
|
|
## Testing
|
|
|
|
|
|
```{include} ../../../tests/README.md
|
|
```
|
|
|
|
## Benchmarking
|
|
|
|
```{include} ../../../docs/source/distributions/k8s-benchmark/README.md
|
|
```
|
|
|
|
### Advanced Topics
|
|
|
|
For developers who need deeper understanding of the testing system internals:
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
testing/record-replay
|
|
```
|