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.
- Host: GitHub
- URL: https://github.com/oceanswave/weaviate-multimodal-demo
- Owner: Oceanswave
- Created: 2023-04-20T06:34:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T15:18:07.000Z (over 2 years ago)
- Last Synced: 2025-02-21T12:45:21.680Z (8 months ago)
- Topics: vector, vector-database, weviate
- Language: TypeScript
- Homepage: https://weaviate-multimodal-demo.vercel.app
- Size: 248 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.