v2.1.2

bknd-io/bkndv2.1.2Jan 27, 2025by thomashacker

AI Summary

Introduced the Novita Generator as a new text generation option and resolved critical spaCy language processing issues. Additionally, implemented dynamic model name retrieval for OpenAI and added basic tests for the Document class.

Key Highlights

  • Added Novita Generator support
  • Fixed spaCy Language Issues
  • Dynamic model name retrieval for OpenAI
  • Added basic tests for Document class

New Features

  • Novita Generator integration
  • OpenAI dynamic model naming logic
  • Unit tests for Document class

Full Release Notes

## [2.1.2] Adding Novita!

## Added

- Added Novita Generator (https://www.novita.ai/)
- Added basic tests for Document class

## Fixed

- spaCy Language Issues (https://github.com/weaviate/Verba/issues/359#issuecomment-2612233766) (https://github.com/weaviate/Verba/issues/352)

## [2.1.1] More Bugs!

## Added

- Dynamic model name retrieval for OpenAI Generator based on OpenAI URL and API Key (https://github.com/weaviate/Verba/issues/123) (https://github.com/weaviate/Verba/issues/362)