Skip to content

Commit

Permalink
Merge pull request #1490 from zc277584121/master
Browse files Browse the repository at this point in the history
fix build_RAG_with_milvus_and_crawl4ai execution count
  • Loading branch information
zc277584121 authored Jan 15, 2025
2 parents bb12694 + ad70c64 commit 22138ef
Showing 1 changed file with 31 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "initial_id",
"metadata": {},
"outputs": [],
Expand All @@ -69,16 +69,25 @@
},
{
"cell_type": "markdown",
"source": [
"To fully set up crawl4ai, run the following commands:"
],
"id": "5f5a85b9a62416a3",
"metadata": {
"collapsed": false
},
"id": "5f5a85b9a62416a3"
"source": [
"To fully set up crawl4ai, run the following commands:"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "7eeefc4b638fbd22",
"metadata": {
"ExecuteTime": {
"end_time": "2025-01-14T09:25:09.133696Z",
"start_time": "2025-01-14T09:25:02.169833Z"
},
"collapsed": false
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -108,16 +117,7 @@
"\n",
"# Verify installation\n",
"! crawl4ai-doctor"
],
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2025-01-14T09:25:09.133696Z",
"start_time": "2025-01-14T09:25:02.169833Z"
}
},
"id": "7eeefc4b638fbd22",
"execution_count": 1
]
},
{
"cell_type": "markdown",
Expand Down Expand Up @@ -377,11 +377,11 @@
"execution_count": 8,
"id": "1ca09192-a150-46eb-86c5-de9f10546a41",
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2025-01-14T09:25:29.325267Z",
"start_time": "2025-01-14T09:25:27.696938Z"
}
},
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -511,7 +511,9 @@
},
{
"data": {
"text/plain": "{'insert_count': 18, 'ids': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], 'cost': 0}"
"text/plain": [
"{'insert_count': 18, 'ids': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], 'cost': 0}"
]
},
"execution_count": 11,
"metadata": {},
Expand Down Expand Up @@ -669,11 +671,11 @@
"execution_count": 15,
"id": "c7d406532a6c0d59",
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2025-01-14T09:26:08.436450Z",
"start_time": "2025-01-14T09:26:08.427915Z"
}
},
"collapsed": false
},
"outputs": [],
"source": [
Expand All @@ -698,11 +700,11 @@
"execution_count": 16,
"id": "42c4f2f501f80607",
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2025-01-14T09:26:11.452524Z",
"start_time": "2025-01-14T09:26:11.445572Z"
}
},
"collapsed": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -736,11 +738,11 @@
"execution_count": 18,
"id": "c340830791e55c03",
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2025-01-14T09:26:26.095984Z",
"start_time": "2025-01-14T09:26:23.196524Z"
}
},
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -782,12 +784,13 @@
},
{
"cell_type": "code",
"outputs": [],
"source": [],
"execution_count": null,
"id": "da31f19e0c8b5bb8",
"metadata": {
"collapsed": false
},
"id": "da31f19e0c8b5bb8"
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -806,7 +809,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 22138ef

Please sign in to comment.