Skip to content

sunny0183/demo-midlibrary-explorer-nextjs

 
 

Repository files navigation

Midlibrary Explorer

Screenshot 2024-07-25 at 6 14 46 PM

This is a demo of Discovery Search powered by Qdrant. It demonstrates how you can use vector similarity search in a scenario, where it is hard to construct a search query.

The demo uses the following major components

Quick Start

Set up a Qdrant instance

You can create a free instance at https://cloud.qdrant.io/.

OR

For local deployment

docker run -p 6333:6333 qdrant/qdrant

Prepare Qdrant Collection

Download the Midjourney dataset snapshot using the Qdrant dashboard.

Untitled

Run The Project

Deploy with Vercel

OR

For local deployment

$ npm install

$ npm run dev

The application should now be accessible at http://localhost:3000

⚖️ LICENSE

Apache 2.0 © Qdrant

About

Exploration of Midjourney Library styles using Qdrant and NextJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • Python 14.4%
  • CSS 4.0%