Releases: Build5Nines/SharpVector
Releases · Build5Nines/SharpVector
v2.0.0
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 withinMemoryDictionaryVectorStoreWithVocabulary
. This simplifies implementation ofMemoryVectorDatabaseBase
, 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 onVectorTextResult
it's properties (without usingvar
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
What's Changed
- Upgrade to .NET 8.x by @crpietschmann in #16
- Nuget v1.0.1 by @crpietschmann in #17
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