Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 663 Bytes

File metadata and controls

26 lines (17 loc) · 663 Bytes

Multimodal search with MAX Engine

Published blog post: Multimodal Search Snowflake Embedding with MAX Engine

Versions used in this blog

max 24.2.1 (58157dc0)
Modular version 24.2.1-58157dc0-release

Installations

  1. Install the MAX SDK.

  2. git clone this repo and

python3 -m venv venv && source venv/bin/activate
python3 -m pip install --find-links "$(modular config max.path)/wheels" max-engine
python3 -m pip install -r requirements.txt

Jupyter notebook

Follow the cells in blog.ipynb