mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-21 09:23:13 +00:00
Some checks failed
Test External Providers Installed via Module / test-external-providers-from-module (venv) (push) Has been skipped
SqlStore Integration Tests / test-postgres (3.13) (push) Failing after 6s
Python Package Build Test / build (3.13) (push) Failing after 10s
Integration Tests (Replay) / Integration Tests (, , , client=, vision=) (push) Failing after 14s
Update ReadTheDocs / update-readthedocs (push) Failing after 10s
SqlStore Integration Tests / test-postgres (3.12) (push) Failing after 15s
Test External API and Providers / test-external (venv) (push) Failing after 18s
Unit Tests / unit-tests (3.12) (push) Failing after 17s
Vector IO Integration Tests / test-matrix (push) Failing after 19s
Integration Auth Tests / test-matrix (oauth2_token) (push) Failing after 24s
Python Package Build Test / build (3.12) (push) Failing after 22s
Unit Tests / unit-tests (3.13) (push) Failing after 57s
Pre-commit / pre-commit (push) Successful in 2m11s
# What does this PR do? Small docs change as requested in https://github.com/llamastack/llama-stack/pull/3160#pullrequestreview-3125038932 <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> ## Test Plan <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
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
|
|
```
|
|
|
|
## Advanced Topics
|
|
|
|
For developers who need deeper understanding of the testing system internals:
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
testing/record-replay
|
|
```
|
|
|
|
### Benchmarking
|
|
|
|
```{include} ../../../docs/source/distributions/k8s-benchmark/README.md
|
|
```
|