Create Basic Landing Page to Query Semantic Search and Render Results

- Allow viewing image results returned by Semantic Search.
  Until now there wasn't any interface within the app to view image
  search results. For text results, we at least had the emacs interface

- This should help with debugging issues with image search too
  For text the Swagger interface was good enough
This commit is contained in:
Debanjum Singh Solanky
2022-07-15 22:07:39 +04:00
parent 4e27ae0577
commit a6aef62a99
3 changed files with 89 additions and 3 deletions

4
.gitignore vendored
View File

@@ -6,4 +6,6 @@ tests/data/embeddings
src/.data
.vscode
*.gz
*.pt
*.pt
/src/interface/web/*.jpg
/src/interface/web/*.png