mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
# What does this PR do? - Adds documentation on how to contribute a Vector DB provider. - Updates the testing section to be a little friendlier to navigate. - Also added new shortcut for search so that `/` and `⌘ K` or `ctrl+K` trigger search <img width="1903" height="1346" alt="Screenshot 2025-08-11 at 10 10 12 AM" src="https://github.com/user-attachments/assets/6995b3b8-a2ab-4200-be72-c5b03a784a29" /> <img width="1915" height="1438" alt="Screenshot 2025-08-11 at 10 10 25 AM" src="https://github.com/user-attachments/assets/1f54d30e-5be1-4f27-b1e9-3c3537dcb8e9" /> <!-- 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.* --> Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
29 lines
671 B
Markdown
29 lines
671 B
Markdown
|
|
```{include} ../../../CONTRIBUTING.md
|
|
```
|
|
|
|
## Testing
|
|
|
|
See the [Test Page](testing.md) which describes how to test your changes.
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
:hidden:
|
|
:caption: Testing
|
|
|
|
testing
|
|
```
|
|
|
|
## Adding a New Provider
|
|
|
|
See the [Adding a New API Provider Page](new_api_provider.md) which describes how to add new API providers to the Stack.
|
|
|
|
See the [Vector Database Page](new_vector_database.md) which describes how to add a new vector databases with Llama Stack.
|
|
|
|
See the [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
|
|
```
|