mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
chore: Update README for supported DBs (#3005)
# What does this PR do? Update README for supported DBs <!-- 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>
This commit is contained in:
parent
1f0766308d
commit
0527c0fb15
1 changed files with 27 additions and 23 deletions
|
@ -111,7 +111,7 @@ Here is a list of the various API providers and available distributions that can
|
||||||
Please checkout for [full list](https://llama-stack.readthedocs.io/en/latest/providers/index.html)
|
Please checkout for [full list](https://llama-stack.readthedocs.io/en/latest/providers/index.html)
|
||||||
|
|
||||||
| API Provider Builder | Environments | Agents | Inference | VectorIO | Safety | Telemetry | Post Training | Eval | DatasetIO |
|
| API Provider Builder | Environments | Agents | Inference | VectorIO | Safety | Telemetry | Post Training | Eval | DatasetIO |
|
||||||
|:-------------------:|:------------:|:------:|:---------:|:--------:|:------:|:---------:|:-------------:|:----:|:--------:|
|
|:--------------------:|:------------:|:------:|:---------:|:--------:|:------:|:---------:|:-------------:|:----:|:--------:|
|
||||||
| Meta Reference | Single Node | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| Meta Reference | Single Node | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| SambaNova | Hosted | | ✅ | | ✅ | | | | |
|
| SambaNova | Hosted | | ✅ | | ✅ | | | | |
|
||||||
| Cerebras | Hosted | | ✅ | | | | | | |
|
| Cerebras | Hosted | | ✅ | | | | | | |
|
||||||
|
@ -123,6 +123,10 @@ Please checkout for [full list](https://llama-stack.readthedocs.io/en/latest/pro
|
||||||
| TGI | Hosted/Single Node | | ✅ | | | | | | |
|
| TGI | Hosted/Single Node | | ✅ | | | | | | |
|
||||||
| NVIDIA NIM | Hosted/Single Node | | ✅ | | ✅ | | | | |
|
| NVIDIA NIM | Hosted/Single Node | | ✅ | | ✅ | | | | |
|
||||||
| ChromaDB | Hosted/Single Node | | | ✅ | | | | | |
|
| ChromaDB | Hosted/Single Node | | | ✅ | | | | | |
|
||||||
|
| Milvus | Hosted/Single Node | | | ✅ | | | | | |
|
||||||
|
| Qdrant | Hosted/Single Node | | | ✅ | | | | | |
|
||||||
|
| Weaviate | Hosted/Single Node | | | ✅ | | | | | |
|
||||||
|
| SQLite-vec | Single Node | | | ✅ | | | | | |
|
||||||
| PG Vector | Single Node | | | ✅ | | | | | |
|
| PG Vector | Single Node | | | ✅ | | | | | |
|
||||||
| PyTorch ExecuTorch | On-device iOS | ✅ | ✅ | | | | | | |
|
| PyTorch ExecuTorch | On-device iOS | ✅ | ✅ | | | | | | |
|
||||||
| vLLM | Single Node | | ✅ | | | | | | |
|
| vLLM | Single Node | | ✅ | | | | | | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue