mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 04:45:44 +00:00
Merge fa7144163e
into 2f58d87c22
This commit is contained in:
commit
d483239cd7
4 changed files with 12 additions and 19 deletions
11
docs/_static/llama-stack-spec.html
vendored
11
docs/_static/llama-stack-spec.html
vendored
|
@ -17091,14 +17091,14 @@
|
|||
"type": "string",
|
||||
"description": "The embedding model to use."
|
||||
},
|
||||
"embedding_dimension": {
|
||||
"type": "integer",
|
||||
"description": "The dimension of the embedding model."
|
||||
},
|
||||
"provider_id": {
|
||||
"type": "string",
|
||||
"description": "The identifier of the provider."
|
||||
},
|
||||
"embedding_dimension": {
|
||||
"type": "integer",
|
||||
"description": "The dimension of the embedding model."
|
||||
},
|
||||
"vector_db_name": {
|
||||
"type": "string",
|
||||
"description": "The name of the vector database."
|
||||
|
@ -17111,7 +17111,8 @@
|
|||
"additionalProperties": false,
|
||||
"required": [
|
||||
"vector_db_id",
|
||||
"embedding_model"
|
||||
"embedding_model",
|
||||
"provider_id"
|
||||
],
|
||||
"title": "RegisterVectorDbRequest"
|
||||
},
|
||||
|
|
7
docs/_static/llama-stack-spec.yaml
vendored
7
docs/_static/llama-stack-spec.yaml
vendored
|
@ -12708,12 +12708,12 @@ components:
|
|||
embedding_model:
|
||||
type: string
|
||||
description: The embedding model to use.
|
||||
embedding_dimension:
|
||||
type: integer
|
||||
description: The dimension of the embedding model.
|
||||
provider_id:
|
||||
type: string
|
||||
description: The identifier of the provider.
|
||||
embedding_dimension:
|
||||
type: integer
|
||||
description: The dimension of the embedding model.
|
||||
vector_db_name:
|
||||
type: string
|
||||
description: The name of the vector database.
|
||||
|
@ -12725,6 +12725,7 @@ components:
|
|||
required:
|
||||
- vector_db_id
|
||||
- embedding_model
|
||||
- provider_id
|
||||
title: RegisterVectorDbRequest
|
||||
RerankRequest:
|
||||
type: object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue