Skip to content

Commit a28a08f

Browse files
authored
Merge branch 'main' into knn-query-similarity
2 parents f717fc8 + 1313a50 commit a28a08f

File tree

67 files changed

+4291
-1342
lines changed

Some content is hidden

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

67 files changed

+4291
-1342
lines changed

.github/validate-pr/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ async function run () {
7070
if (file.startsWith('specification/_spec_utils')) continue
7171
if (file.startsWith('specification/_doc_ids')) continue
7272
if (file.startsWith('specification/_json_spec')) continue
73+
if (file === 'specification/tsconfig.json') continue
7374
if (getApi(file).endsWith('_types')) {
7475
const apis = specification.endpoints
7576
.filter(endpoint => endpoint.name.split('.').filter(s => !privateNames.includes(s))[0] === getApi(file).split('.')[0])

0 commit comments

Comments
 (0)