Skip to content

bugthug404/ask_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published