Skip to content

v1.1.10

Latest
Compare
Choose a tag to compare
@dirkbrnd dirkbrnd released this 12 Mar 15:06
· 2 commits to main since this release
b7f1f49

Changelog

New Features:

  • File Prompts: Introduced a new File type that can be added to prompts and will be sent to the model providers. Only Gemini and Anthropic Claude supported for now.
  • LMStudio: Added support for LMStudio as a model provider. See the docs.
  • AgentQL Tools: Added tools to support AgentQL for connecting agents to websites for scraping, etc. See the docs.
  • Browserbase Tool: Added Browserbase tool.
  • Custom API Tool: Added tool that can call any API.

Improvements:

  • Cohere Vision: Added support for image understanding with Cohere models. See this cookbook to try it out.
  • Embedder defaults logging: Improved logging when using the default OpenAI embedder.

Bug Fixes:

  • Ollama Embedder: Fix for getting embeddings from Ollama across different versions.

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.1.10