khoj/.gitignore
Debanjum Singh Solanky a6aef62a99 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
2022-07-16 03:36:19 +04:00

11 lines
No EOL
155 B
Text

__pycache__
.DS_Store
.emacs.desktop*
tests/data/models
tests/data/embeddings
src/.data
.vscode
*.gz
*.pt
/src/interface/web/*.jpg
/src/interface/web/*.png