CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
.eslintrc22 linesDownload Raw Back to function-bind
1{2	"root": true,3 4	"extends": "@ljharb",5 6	"rules": {7		"func-name-matching": 0,8		"indent": [2, 4],9		"no-new-func": [1],10	},11 12	"overrides": [13		{14			"files": "test/**",15			"rules": {16				"max-lines-per-function": 0,17				"strict": [0]18			},19		},20	],21}22