mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 05:43:55 +00:00
removing provider_ prefix
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
36ca9543a5
commit
648db8408c
6 changed files with 12 additions and 12 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
|
@ -11341,7 +11341,7 @@
|
|||
"embedding_dimension": {
|
||||
"type": "integer"
|
||||
},
|
||||
"provider_vector_db_name": {
|
||||
"vector_db_name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
|
@ -15631,7 +15631,7 @@
|
|||
"type": "string",
|
||||
"description": "The identifier of the vector database in the provider."
|
||||
},
|
||||
"provider_vector_db_name": {
|
||||
"vector_db_name": {
|
||||
"type": "string",
|
||||
"description": "The name of the vector database."
|
||||
}
|
||||
|
|
|
|||
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -7984,7 +7984,7 @@ components:
|
|||
type: string
|
||||
embedding_dimension:
|
||||
type: integer
|
||||
provider_vector_db_name:
|
||||
vector_db_name:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
|
|
@ -10940,7 +10940,7 @@ components:
|
|||
type: string
|
||||
description: >-
|
||||
The identifier of the vector database in the provider.
|
||||
provider_vector_db_name:
|
||||
vector_db_name:
|
||||
type: string
|
||||
description: The name of the vector database.
|
||||
additionalProperties: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue