mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Add rerank API for NVIDIA Inference Provider
This commit is contained in:
parent
ce77c27ff8
commit
bab9d7aaea
9 changed files with 9213 additions and 1 deletions
|
@ -4,6 +4,7 @@ description: "Llama Stack Inference API for generating completions, chat complet
|
|||
This API provides the raw interface to the underlying models. Two kinds of models are supported:
|
||||
- LLM models: these models generate \"raw\" and \"chat\" (conversational) completions.
|
||||
- Embedding models: these models generate embeddings to be used for semantic search."
|
||||
- Rerank models: these models rerank the documents by relevance."
|
||||
sidebar_label: Inference
|
||||
title: Inference
|
||||
---
|
||||
|
@ -17,5 +18,6 @@ Llama Stack Inference API for generating completions, chat completions, and embe
|
|||
This API provides the raw interface to the underlying models. Two kinds of models are supported:
|
||||
- LLM models: these models generate "raw" and "chat" (conversational) completions.
|
||||
- Embedding models: these models generate embeddings to be used for semantic search.
|
||||
- Rerank models: these models rerank the documents by relevance.
|
||||
|
||||
This section contains documentation for all available providers for the **inference** API.
|
||||
|
|
4992
docs/static/llama-stack-spec.html
vendored
4992
docs/static/llama-stack-spec.html
vendored
File diff suppressed because it is too large
Load diff
3724
docs/static/llama-stack-spec.yaml
vendored
3724
docs/static/llama-stack-spec.yaml
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue