/mini-search

mini search system with Sentence BERT and Vector Database

Primary LanguagePython

mini-search

mini search system based on pgvector and sentence transformer

Environments

  • Python 3.9.4
  • Docker

Run

docker-compose up --build

URL

UI

Demo UI

Docs


TODO

  • implement batch which loads embedding vectors to db
  • implement pgvector orm
  • implement search api
  • implement UI
  • execute app on docker container