v1.0.10

DocumindHQ/documindv1.0.10Dec 4, 2024by Tammilore

AI Summary

Adds support for custom base URLs and local vision models, allowing users to configure API endpoints and select between Llava and Llama3.2-vision, with LLava set as the default.

Key Highlights

  • Custom base URL support
  • Local model options (Llava and Llama3.2-vision)
  • LLava set as the default model
  • Environment variable configuration via BASE_URL

New Features

  • Custom base URL configuration
  • Local vision model options (Llava, Llama3.2-vision)

Full Release Notes

## What's Changed
* Custom base URL now supported by @Tammilore in https://github.com/DocumindHQ/documind/pull/14
* Local model options are Llava and Llama3.2-vision
* LLava model is used by default. To use Llama3.2-vision, specify it as the model
* Add `BASE_URL` in environment variables to use


**Full Changelog**: https://github.com/DocumindHQ/documind/compare/v1.0.9...v1.0.10