CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
.eslintrc14 linesDownload Raw Back to call-bound
1{2	"root": true,3 4	"extends": "@ljharb",5 6	"rules": {7		"new-cap": [2, {8			"capIsNewExceptions": [9				"GetIntrinsic",10			],11		}],12	},13}14