This is a demo of similar image search based on OceanBase Vector Store.
- Build docker image.
docker build -t ob_img2img .
- Run docker image with docker-compose.
docker-compose up
- After
boot success!
, visitlocalhost:8501
- Select the image you want to import. (Here are some sample images in the
img
directory)
- Waiting for image embedding & vector insertion into OceanBase.
- Do similar image search.