Add form and validation for vector search (#1856)

* Add form and validation for vector search

* Add form and validation for vector search

* Add unit tests and merge forms
This commit is contained in:
sunghyunkang1111
2024-06-10 13:37:51 -05:00
committed by GitHub
parent 06d4829422
commit c680481fe0
6 changed files with 460 additions and 88 deletions

View File

@@ -209,6 +209,7 @@
"test": "rimraf coverage && jest",
"test:debug": "jest --runInBand",
"test:e2e": "jest -c ./jest.config.playwright.js --detectOpenHandles",
"test:file": "jest --coverage=false",
"watch": "npm run start",
"wait-for-server": "wait-on -t 240000 -i 5000 -v https-get://0.0.0.0:1234/",
"build:ase": "gulp build:ase",
@@ -244,4 +245,4 @@
"printWidth": 120,
"endOfLine": "auto"
}
}
}