{"id":24972977,"url":"https://github.com/weaviate-tutorials/angular-search","last_synced_at":"2025-03-29T06:11:02.151Z","repository":{"id":245432421,"uuid":"816274840","full_name":"weaviate-tutorials/angular-search","owner":"weaviate-tutorials","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-08T10:03:44.000Z","size":2530,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T18:11:21.494Z","etag":null,"topics":["weaviate-starter"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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}},"created_at":"2024-06-17T12:07:18.000Z","updated_at":"2025-01-02T11:03:16.000Z","dependencies_parsed_at":"2024-06-22T04:36:49.454Z","dependency_job_id":"ea6ebafa-a891-42e1-a16a-733514dede23","html_url":"https://github.com/weaviate-tutorials/angular-search","commit_stats":null,"previous_names":["weaviate-tutorials/angular-search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fangular-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fangular-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fangular-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaviate-tutorials%2Fangular-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaviate-tutorials","download_url":"https://codeload.github.com/weaviate-tutorials/angular-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145079,"owners_count":20730495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:02.068Z","updated_at":"2025-03-29T06:11:02.131Z","avatar_url":"https://github.com/weaviate-tutorials.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is a Vector Search, RAG and Multimodal Search demo built with [Weaviate](https://weaviate.io/), [Cohere](https://cohere.com/), [Open AI](https://openai.com/en-GB/) and [Angular 18](https://angular.dev/).\n\nThis repo should help get you started developing with Weaviate and Angular.\n\n![Logo Gif](https://github.com/weaviate-tutorials/angular-search/blob/main/angular.gif)\n\n## 🐥 Get Started\n\nFirst, clone the project with the command below\n\n```bash\ngit clone https://github.com/weaviate-tutorials/angular-search\n```\n\nThe repository lets you do three things\n\n1. Run the Angular frontend and Nest.js backend.\n2. Create a Weaviate Sandbox\n3. Import images, audio and videos into your Weaviate database.\n4. Search 🔍\n\n## 🚀 Run your Angular Application.\n\n### Angular CLI\n\n```\nnpm install -g @angular/cli@latest\n```\n\n### Nest.js\n\n```\nnpm i -g @nestjs/cli\n```\n\n## 🏗️ Create a Weaviate Instance (Using Vertex AI)\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\n### Get VertexAI token with GCloud CLI\n\n```bash\ngcloud auth print-access-token\n```\n\nAnd update `GOOGLE_API_KEY` in `backend/.env` file.\n\n\n### 🦿 Create a `.env` file and add the following keys\n\nAdd `.env` file to the backed folder with the following values:\n\n```\nexport WEAVIATE_HOST_URL=your-weaviate-cloud-url\nexport WEAVIATE_ADMIN_KEY=your-weaviate-cloud-apikei\nexport WEAVIATE_READ_KEY=your-weaviate-cloud-apikei\nexport COHERE_API_KEY=your-cohere-key\nexport GOOGLE_API_KEY=your-google-vertex-key\n```\n\n\u003e note: you can skip `GOOGLE_API_KEY` if you are not going to use multimodal search.\n\n- You can get your Google keys in your [Vertex AI settings](https://console.cloud.google.com/apis/credentials)\n- You can get your Weaviate details in your [Weaviate dashboard](https://console.weaviate.cloud/dashboard) under sandbox details\n- You can get your Open AI keys in your [Open AI settings](https://platform.openai.com/account/api-keys)\n- You can get your Cohere keys in your [Cohere settings](https://dashboard.cohere.com/api-keys)\n\n## 🏃🏽‍♂️Run the project\n\n### Backend\n\n```\ncd backend\n```\n\n**Run in dev mode with livereload.**\n\n```\nyarn start:dev\n```\n\n## 📩 Importing Data\n\u003e Before you can import data, add media files to their respective media type folder in the `public/assets` folder. \n\nWith your data in the right folder, run the backend and call `http://localhost:3000/setup/createWiki` to create a collection and then  `http://localhost:3000/setup/importData` to import data. \n\n\nThis may take a minute or two.\n\n\n### Frontend\n\n```\ncd frontend\nng serve -o\n```\n\naaannd search away!!\n\n\n## 📚 Resources\nLearn more about Weaviate applications\n- [Weaviate Generative Search](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-openai)\n- [Vector Search](https://weaviate.io/developers/weaviate/search/similarity)\n  \n## 🤷🏾‍♂️ Troubleshooting\n- Check out the [Weaviate Docs](https://weaviate.io/developers/weaviate)\n- Open an [Issue](https://github.com/malgamves/vue-vector-search-demo/issues/new)\n   \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaviate-tutorials%2Fangular-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaviate-tutorials%2Fangular-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaviate-tutorials%2Fangular-search/lists"}