Skip to content

Commit 6ff3d1f

Browse files
fix examples rsync (#20999)
1 parent c1d329c commit 6ff3d1f

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

docs/examples/llama_cloud/figure_retrieval.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@
1414
"cell_type": "code",
1515
"execution_count": null,
1616
"metadata": {},
17-
"outputs": [
18-
{
19-
"name": "stdout",
20-
"output_type": "stream",
21-
"text": [
22-
"/Users/sourabhdesai/workspace/llama_index/.venv/bin/python: No module named pip\n",
23-
"Note: you may need to restart the kernel to use updated packages.\n"
24-
]
25-
}
26-
],
17+
"outputs": [],
2718
"source": [
2819
"%pip install llama-index llama-index-llms-openai llama-cloud-services"
2920
]

scripts/sync-docs-to-developer-hub.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ mkdir -p "$DEST_DIR"
6565
rsync -av --delete \
6666
--exclude='examples/***' \
6767
--exclude='api_reference/***' \
68+
--exclude='integrations/***' \
6869
--exclude='CONTRIBUTING.md' \
6970
--exclude='DOCS_README.md' \
7071
--exclude='_static/***' \

0 commit comments

Comments
 (0)