Skip to content

Commit a34c616

Browse files
Change source tag to use _ (#446)
## Problem Source tags need to use _ not -. ## Solution Describe the approach you took. Link to any relevant bugs, issues, docs, or other resources. ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Describe specific steps for validating this change.
1 parent f1efb7e commit a34c616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/semantic-search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"pc = Pinecone(\n",
132132
" # You can remove this for your own projects!\n",
133133
" api_key=api_key,\n",
134-
" source_tag=\"pinecone_examples:docs:semantic-search\"\n",
134+
" source_tag=\"pinecone_examples:docs:semantic_search\"\n",
135135
" )"
136136
]
137137
},

0 commit comments

Comments
 (0)