mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
(docs): update links from readthedocs to llamastack.github.io
This commit is contained in:
parent
8ef1189be7
commit
d915eaaced
21 changed files with 997 additions and 993 deletions
|
@ -26,7 +26,7 @@
|
|||
"A running instance of the Llama Stack server (we'll use localhost in \n",
|
||||
"this tutorial)\n",
|
||||
"\n",
|
||||
"Before you begin, please ensure Llama Stack is installed and set up by following the [Getting Started Guide](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html).\n",
|
||||
"Before you begin, please ensure Llama Stack is installed and set up by following the [Getting Started Guide](https://llamastack.github.io/latest/getting_started/index.html).\n",
|
||||
"\n",
|
||||
"Let's start by installing the required packages:"
|
||||
]
|
||||
|
@ -268,7 +268,7 @@
|
|||
" # Split document content into chunks of 512 characters\n",
|
||||
" content = doc.content\n",
|
||||
" chunk_size = 512\n",
|
||||
" \n",
|
||||
"\n",
|
||||
" # Create chunks of the specified size\n",
|
||||
" for i in range(0, len(content), chunk_size):\n",
|
||||
" chunk_content = content[i:i+chunk_size]\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue