Skip to content

Commit e21a38f

Browse files
Fix/notebooks (microsoft#1614)
* Add new inputs and missing vector store for retrieving vectors * Format * Semver * Remove .Identifier files * Fix spellcheck * Remove unnecessary input file for notebooks
1 parent 2f2cfa7 commit e21a38f

File tree

176 files changed

+2907
-2134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+2907
-2134
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ dist/
66
.coverage
77
coverage/
88
licenses.txt
9-
examples_notebooks/*/lancedb
109
examples_notebooks/*/data
1110
tests/fixtures/cache
1211
tests/fixtures/*/cache
1312
tests/fixtures/*/output
14-
lancedb/
13+
output/lancedb
14+
1515

1616
# Random
1717
.DS_Store
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Fix example notebooks"
4+
}

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ignorePaths:
2323
- package.json
2424
- tests/fixtures/
2525
- examples_notebooks/inputs/
26+
- docs/examples_notebooks/inputs/
2627
- "*.csv"
2728
- "*.parquet"
2829
- "*.faiss"

dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fillna
2525
noqa
2626
dtypes
2727
ints
28+
genid
2829

2930
# Azure
3031
abfs

docs/examples_notebooks/drift_search.ipynb

Lines changed: 2196 additions & 1905 deletions
Large diffs are not rendered by default.

docs/examples_notebooks/global_search.ipynb

Lines changed: 639 additions & 227 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)