mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 20:43:58 +00:00
simplyfing
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
d361154102
commit
cfde4af3ab
5 changed files with 5 additions and 10 deletions
2
docs/_static/llama-stack-spec.html
vendored
2
docs/_static/llama-stack-spec.html
vendored
|
|
@ -15624,7 +15624,7 @@
|
|||
},
|
||||
"vector_db_name": {
|
||||
"type": "string",
|
||||
"description": "The name of the vector database. :param provider_vector_db_id: The identifier of the vector database in the provider."
|
||||
"description": "The name of the vector database."
|
||||
},
|
||||
"provider_vector_db_id": {
|
||||
"type": "string",
|
||||
|
|
|
|||
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -10933,9 +10933,7 @@ components:
|
|||
description: The identifier of the provider.
|
||||
vector_db_name:
|
||||
type: string
|
||||
description: >-
|
||||
The name of the vector database. :param provider_vector_db_id: The identifier
|
||||
of the vector database in the provider.
|
||||
description: The name of the vector database.
|
||||
provider_vector_db_id:
|
||||
type: string
|
||||
description: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue