Skip to content

Commit a298351

Browse files
committed
fix: Remove execution metadata from markdown cells in notebook
GitHub Copilot correctly identified that markdown cells should not have execution metadata. This metadata is an artifact from running the notebook and can cause issues with notebook validation or rendering in some tools. Cleaned 9 markdown cells by removing their 'execution' metadata blocks. Only code cells should have execution metadata.
1 parent 61329ce commit a298351

File tree

1 file changed

+9
-72
lines changed

1 file changed

+9
-72
lines changed

docs/user_guide/11_advanced_queries.ipynb

Lines changed: 9 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -720,14 +720,7 @@
720720
},
721721
{
722722
"cell_type": "markdown",
723-
"metadata": {
724-
"execution": {
725-
"iopub.execute_input": "2025-11-21T00:42:13.811787Z",
726-
"iopub.status.busy": "2025-11-21T00:42:13.811690Z",
727-
"iopub.status.idle": "2025-11-21T00:42:13.815321Z",
728-
"shell.execute_reply": "2025-11-21T00:42:13.814731Z"
729-
}
730-
},
723+
"metadata": {},
731724
"source": [
732725
"### Basic Aggregate Hybrid Query\n",
733726
"\n",
@@ -758,14 +751,7 @@
758751
},
759752
{
760753
"cell_type": "markdown",
761-
"metadata": {
762-
"execution": {
763-
"iopub.execute_input": "2025-11-21T00:42:13.816616Z",
764-
"iopub.status.busy": "2025-11-21T00:42:13.816532Z",
765-
"iopub.status.idle": "2025-11-21T00:42:13.821881Z",
766-
"shell.execute_reply": "2025-11-21T00:42:13.821391Z"
767-
}
768-
},
754+
"metadata": {},
769755
"source": [
770756
"### Adjusting the Alpha Parameter\n",
771757
"\n",
@@ -799,14 +785,7 @@
799785
},
800786
{
801787
"cell_type": "markdown",
802-
"metadata": {
803-
"execution": {
804-
"iopub.execute_input": "2025-11-21T00:42:13.823541Z",
805-
"iopub.status.busy": "2025-11-21T00:42:13.823439Z",
806-
"iopub.status.idle": "2025-11-21T00:42:13.828312Z",
807-
"shell.execute_reply": "2025-11-21T00:42:13.827926Z"
808-
}
809-
},
788+
"metadata": {},
810789
"source": [
811790
"### Aggregate Hybrid Query with Filters\n",
812791
"\n",
@@ -836,14 +815,7 @@
836815
},
837816
{
838817
"cell_type": "markdown",
839-
"metadata": {
840-
"execution": {
841-
"iopub.execute_input": "2025-11-21T00:42:13.829575Z",
842-
"iopub.status.busy": "2025-11-21T00:42:13.829504Z",
843-
"iopub.status.idle": "2025-11-21T00:42:13.834732Z",
844-
"shell.execute_reply": "2025-11-21T00:42:13.833874Z"
845-
}
846-
},
818+
"metadata": {},
847819
"source": [
848820
"### Using Different Text Scorers\n",
849821
"\n",
@@ -873,14 +845,7 @@
873845
},
874846
{
875847
"cell_type": "markdown",
876-
"metadata": {
877-
"execution": {
878-
"iopub.execute_input": "2025-11-21T00:42:13.837731Z",
879-
"iopub.status.busy": "2025-11-21T00:42:13.837600Z",
880-
"iopub.status.idle": "2025-11-21T00:42:13.840903Z",
881-
"shell.execute_reply": "2025-11-21T00:42:13.840434Z"
882-
}
883-
},
848+
"metadata": {},
884849
"source": [
885850
"## 3. MultiVectorQuery: Multi-Vector Search\n",
886851
"\n",
@@ -938,14 +903,7 @@
938903
},
939904
{
940905
"cell_type": "markdown",
941-
"metadata": {
942-
"execution": {
943-
"iopub.execute_input": "2025-11-21T00:42:13.842349Z",
944-
"iopub.status.busy": "2025-11-21T00:42:13.842258Z",
945-
"iopub.status.idle": "2025-11-21T00:42:13.847243Z",
946-
"shell.execute_reply": "2025-11-21T00:42:13.846864Z"
947-
}
948-
},
906+
"metadata": {},
949907
"source": [
950908
"### Adjusting Vector Weights\n",
951909
"\n",
@@ -986,14 +944,7 @@
986944
},
987945
{
988946
"cell_type": "markdown",
989-
"metadata": {
990-
"execution": {
991-
"iopub.execute_input": "2025-11-21T00:42:13.848644Z",
992-
"iopub.status.busy": "2025-11-21T00:42:13.848494Z",
993-
"iopub.status.idle": "2025-11-21T00:42:13.853447Z",
994-
"shell.execute_reply": "2025-11-21T00:42:13.852939Z"
995-
}
996-
},
947+
"metadata": {},
997948
"source": [
998949
"### Multi-Vector Query with Filters\n",
999950
"\n",
@@ -1034,14 +985,7 @@
1034985
},
1035986
{
1036987
"cell_type": "markdown",
1037-
"metadata": {
1038-
"execution": {
1039-
"iopub.execute_input": "2025-11-21T00:42:13.854587Z",
1040-
"iopub.status.busy": "2025-11-21T00:42:13.854519Z",
1041-
"iopub.status.idle": "2025-11-21T00:42:13.859269Z",
1042-
"shell.execute_reply": "2025-11-21T00:42:13.858887Z"
1043-
}
1044-
},
988+
"metadata": {},
1045989
"source": [
1046990
"## Comparing Query Types\n",
1047991
"\n",
@@ -1135,14 +1079,7 @@
11351079
},
11361080
{
11371081
"cell_type": "markdown",
1138-
"metadata": {
1139-
"execution": {
1140-
"iopub.execute_input": "2025-11-21T00:42:13.870483Z",
1141-
"iopub.status.busy": "2025-11-21T00:42:13.870410Z",
1142-
"iopub.status.idle": "2025-11-21T00:42:13.873440Z",
1143-
"shell.execute_reply": "2025-11-21T00:42:13.873012Z"
1144-
}
1145-
},
1082+
"metadata": {},
11461083
"source": [
11471084
"## Best Practices\n",
11481085
"\n",

0 commit comments

Comments
 (0)