mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
docs: fix typos in RAG docs
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
9406a998b9
commit
756a18d8d4
1 changed files with 2 additions and 2 deletions
|
@ -272,9 +272,9 @@ B64_ENCODED_IMAGE = base64.b64encode(
|
||||||
"https://raw.githubusercontent.com/meta-llama/llama-stack/refs/heads/main/docs/_static/llama-stack.png"
|
"https://raw.githubusercontent.com/meta-llama/llama-stack/refs/heads/main/docs/_static/llama-stack.png"
|
||||||
).content
|
).content
|
||||||
)
|
)
|
||||||
RAGDocuemnt(
|
RAGDocument(
|
||||||
document_id="num-4",
|
document_id="num-4",
|
||||||
content={"type": "image", "image": {"data": B64_ENCODED_IMAGE}},
|
content={"type": "image", "image": {"data": B64_ENCODED_IMAGE}},
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
for more strongly typed interaction use the typed dicts found [here](https://github.com/meta-llama/llama-stack-client-python/blob/38cd91c9e396f2be0bec1ee96a19771582ba6f17/src/llama_stack_client/types/shared_params/document.py).
|
For more strongly typed interaction use the typed dicts found [here](https://github.com/meta-llama/llama-stack-client-python/blob/38cd91c9e396f2be0bec1ee96a19771582ba6f17/src/llama_stack_client/types/shared_params/document.py).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue