Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 404 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 404 Bytes

Full stack app for basic semantic & neural search

how to use

  1. run qdrant storage using this command
docker run -p 6333:6333 -p 6334:6334 \
    -v $(pwd)/qdrant_storage:/qdrant/storage:z \
    qdrant/qdrant
  1. run backend
python cool_api/main.py
  1. run frontend
cd frontend
pnpm dev
  1. got frontend url to access UI (http://localhost:5173/)

Thanks