CoolFace
Apppublic

opusdev/vector-similarity-api

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