CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
opusdev
/
vector-similarity-api
source
Hugging Face
updated 5mo ago
View on Hugging Face
1
likes
Like
Save
Clone
overview
files
community
commits
settings
root
node_modules
delayed-stream
Makefile
Makefile
8 lines
Copy path
Download
Raw
Back to delayed-stream
1
SHELL := /bin/bash
2
3
test:
4
@./test/run.js
5
6
.PHONY: test
7
8