v0.7.0

a16z-infra/llm-app-stackv0.7.0Mar 28, 2026by paulosalem

AI Summary

A minor release focused on adding vision modality support and improving the caching mechanism by switching from pickle to JSON.

Key Highlights

  • Support for vision modality with example notebook.
  • Switched LLM API caching from pickle to JSON.

New Features

  • Vision modality support
  • JSON-based LLM API caching

Full Release Notes

  - Take a look at example [Vision for Product, Diagnosis and Appreciation Feedback (image modality)](./examples/Vision%20for%20Product%2C%20Diagnosis%20and%20Appreciation%20Feedback%20%28image%20modality%29.ipynb) notebook.
  - LLM API caching now uses JSON instead of pickle.