An open API service indexing awesome lists of open source software.

https://github.com/oceanswave/weaviate-multimodal-demo

A rewritten frontend for Weaviate's clip-multi-modal-text-image-search example that utilizes NextJS and tailwind.
https://github.com/oceanswave/weaviate-multimodal-demo

vector vector-database weviate

Last synced: 4 months ago
JSON representation

A rewritten frontend for Weaviate's clip-multi-modal-text-image-search example that utilizes NextJS and tailwind.

Awesome Lists containing this project

README

          

# Weviate Multimodal Demo

A rewritten frontend for Weaviate's clip-multi-modal-text-image-search example that utilizes NextJS, Typescript, and tailwind.

The functionality is also improved to also allow for searching by image.

GraphQL-Codegen is used to generate types for the GraphQL queries against the Weaviate schema instead of the weviate-ts-client.

Follow the instructions in Weviate's clip-multi-modal-text-image-search demo to create the necessary schema with your own data.

The NEXT_PUBLIC_WEAVIATE_GRAPHQL_URL envvar will be used to indicate the URL of the Weaviate instance.