https://github.com/weaviate-tutorials/multimodal-workshop
https://github.com/weaviate-tutorials/multimodal-workshop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/weaviate-tutorials/multimodal-workshop
- Owner: weaviate-tutorials
- Created: 2023-11-14T01:31:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:46:59.000Z (about 2 years ago)
- Last Synced: 2025-03-25T05:27:09.584Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 14.1 MB
- Stars: 70
- Watchers: 2
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Instructions on how to run the multimodal part of the workshop with GitHub codespaces
1. Login to your GitHub account.
1. Go to this repository: [https://github.com/weaviate-tutorials/multimodal-workshop](https://github.com/weaviate-tutorials/multimodal-workshop).
1. Run the project with Codespaces
* Click on `"Code"` > `Codespaces`.
* You will see a section labeled "Codespaces" with options "+" and "…" to the right. Click `"…"` and then select `"New with Options."`
* Upgrade the Machine type to `4-core`
* Click `"Create codespace."`
* It may take a few minutes for your Codespaces container to start. Once it does, you will see the IDE, terminal, and repository similar to VSCode.
1. From the terminal in the project, navigate to `2-multimodal`:
```
cd 2-multimodal
```
and start the docker image defined in `docker-compose.yml` by calling:
```
docker compose up
```
1. After a few minutes (depending on the download speed, it might take 5-10 minutes 😅), you should see a message like this:
```
multimodal-workshop-multi2vec-bind-1 | INFO: 172.19.0.3:48294 - "GET /meta HTTP/1.1" 200 OK.
```