mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Create API interface for Semantic Search
Use FastAPI, Uvicorn to create app with API endpoint at /search Example Query: http://localhost:8000/?q="why sleep?"&t="notes'&n=5
This commit is contained in:
@@ -7,3 +7,5 @@ dependencies:
|
||||
- pytorch
|
||||
- transformers
|
||||
- sentence-transformers
|
||||
- fastapi
|
||||
- uvicorn
|
||||
Reference in New Issue
Block a user