mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 11:08:04 +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."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue