mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-22 20:43:59 +00:00
Merge branch 'main' into chunk-metadata
This commit is contained in:
commit
f52eb51555
40 changed files with 272 additions and 722 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
@ -14006,6 +14006,10 @@
|
|||
"rewrite_query": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to rewrite the natural language query for vector search (default false)"
|
||||
},
|
||||
"search_mode": {
|
||||
"type": "string",
|
||||
"description": "The search mode to use - \"keyword\", \"vector\", or \"hybrid\" (default \"vector\")"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -9805,6 +9805,10 @@ components:
|
|||
description: >-
|
||||
Whether to rewrite the natural language query for vector search (default
|
||||
false)
|
||||
search_mode:
|
||||
type: string
|
||||
description: >-
|
||||
The search mode to use - "keyword", "vector", or "hybrid" (default "vector")
|
||||
additionalProperties: false
|
||||
required:
|
||||
- query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue