Skip to content

Releases: Build5Nines/SharpVector

v2.0.0

23 Feb 14:26
7ccaf1d
Compare
Choose a tag to compare

What's Changed

Added:

  • Add data persistence capability to save/load from a file or to/from a Stream (Both SharpVector and SharpVector.OpenAI)
  • Add Chinese language/character support

Breaking Change:

  • Refactor IVocabularyStore to be used within MemoryDictionaryVectorStoreWithVocabulary. This simplifies implementation of MemoryVectorDatabaseBase, and helps to enable data persistence capability.

Notes:

  • The breaking change only applies if the base classes are being used. If the BasicMemoryVectorDatabase is being used, this will likely not break applications that depend on this library. However, in some instances where explicitly depending on VectorTextResult it's properties (without using var in consuming code) there might be minor code changes needed when migrating from previous versions of the library.

Full Changelog: v1.0.1...v2.0.0

v1.0.1

06 Feb 20:26
b83b49f
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Build5Nines/SharpVector/commits/v1.0.1

Nuget

dotnet add package Build5Nines.SharpVector --version 1.0.1

https://www.nuget.org/packages/Build5Nines.SharpVector/1.0.1