pip install -r requirements.txt
cd web && pnpm install && pnpm run build
Output: The project root directory produces a ui
folder, which contains static files for the frontend.
set OPENAI_BASE_URL
, OPENAI_TOKEN
, SERPER_API
before run server
uvicorn search:app --workers 4 --port 8080
ok, now your search app running on http://0.0.0.0:8081