UNPKG
jest-ai
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
0.0.3
0.0.2
0.0.1
0.0.0
Custom jest matchers for testing AI applications
github.com/codeably-io/jest-ai
codeably-io/jest-ai
jest-ai
/
dist
/
utils
/
embeddings.d.ts
8 lines
(7 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
Embeddings
{
private
static
instance;
private
embedding;
private
constructor
(
);
static
getInstance
():
Embeddings
;
compareEmbeddings
(
expected
:
string
,
actual
:
string
):
Promise
<
number
>; }