{"id":24972985,"url":"https://github.com/weaviate-tutorials/nuxt-multimodal-search","last_synced_at":"2026-02-09T20:44:17.011Z","repository":{"id":244251811,"uuid":"814545822","full_name":"weaviate-tutorials/nuxt-multimodal-search","owner":"weaviate-tutorials","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-09T12:31:32.000Z","size":49314,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T12:41:12.467Z","etag":null,"topics":["weaviate-starter"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaviate-tutorials.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-13T08:11:16.000Z","updated_at":"2025-01-02T11:04:41.000Z","dependencies_parsed_at":"2024-06-13T17:31:21.615Z","dependency_job_id":"1e3ab170-496f-4c8a-8014-aef8e3e908bd","html_url":"https://github.com/weaviate-tutorials/nuxt-multimodal-search","commit_stats":null,"previous_names":["weaviate-tutorials/nuxt-multimodal-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weaviate-tutorials/nuxt-multimodal-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fnuxt-multimodal-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fnuxt-multimodal-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fnuxt-multimodal-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fnuxt-multimodal-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaviate-tutorials","download_url":"https://codeload.github.com/weaviate-tutorials/nuxt-multimodal-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fnuxt-multimodal-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29280437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["weaviate-starter"],"created_at":"2025-02-03T18:11:05.441Z","updated_at":"2026-02-09T20:44:16.997Z","avatar_url":"https://github.com/weaviate-tutorials.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## This is a Multimodal Search demo built with [Weaviate](https://weaviate.io), [Vertex](https://cloud.google.com/vertex-ai) and [Nuxt.js](https://nuxt.com/) \n\n![Cover](cover.png)\n\n## 🐥 Getting Started\n\nFirst, clone the project with the command below\n\n```bash\ngit clone https://github.com/weaviate-tutorials/nuxt-multimodal-search\n```\n\nThe repository lets us do three things\n1. Run the Nuxt.js Web App.\n2. Import images, and text into your Weaviate database.\n3. Search like it's 2034! \n\n\n\n### 🏗️ Create a Weaviate Instance\n\nCreate a Weaviate instance on Weaviate Cloud Services as described in [this guide](https://weaviate.io/developers/weaviate/quickstart#step-2-create-an-instance)\n\n### 🦿 Create a `.env` file and add the following keys\n\n- your Google Vertex API key as `NUXT_GOOGLE_API_KEY` (you can get this in your [Vertex AI settings](https://console.cloud.google.com/apis/credentials))\n- your Weaviate API key as `NUXT_WEAVIATE_ADMIN_KEY` (you can get this in your [Weaviate dashboard](https://console.weaviate.cloud/dashboard) under sandbox details)\n- your Weaviate host URL as `NUXT_WEAVIATE_HOST_URL` (you can get this in your [Weaviate dashboard](https://console.weaviate.cloud/dashboard) under sandbox details)\n\n### 📩 Importing Data\n\u003e Before you can import data, add any files to their respective media type in the `public/` folder. You will have to download a dataset of [random images](https://drive.google.com/drive/folders/17QwLNUY2nB9FhKffBD0OIpDI2C0QKdqY?usp=sharing) and place them in `/public/image`. Feel free to use your images too.\n\nWith your data in the right folder, run `yarn install` to install all project dependencies and to import your data into Weaviate and initialize a collection, run:\n```bash\nyarn run import\n```\n\nthis may take a minute or two.\n\n\n### 🚀 Running your Nuxt.js Application.\n\u003e Make sure you have your Weaviate instance running with data imported before starting your Nuxt.js Web App.\n\nTo run the Web App\n```bash\nyarn dev\n```\n\n... and you can search away!! \n\n\n### 📚 Resources\n\nLearn more about multimodal applications\n- [Multimodal Retrieval Augmented Generation(RAG)](https://weaviate.io/blog/multimodal-rag)\n- [Multimodal Embedding Models](https://weaviate.io/blog/multimodal-models)\n\n\n### 🤷🏾‍♂️ Troubleshooting\n\n- Check out the [Weaviate Docs](https://weaviate.io/developers/weaviate)\n- [Open an Issue](https://github.com/malgamves/next-multimodal-search-demo/issues)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaviate-tutorials%2Fnuxt-multimodal-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaviate-tutorials%2Fnuxt-multimodal-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaviate-tutorials%2Fnuxt-multimodal-search/lists"}