Rig 0.5.0 release! #139
cvauclair
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rig 0.5.0 is here!
VectorStore
traitEmbeddingsBuilder
struct and embedding flow in general #120simple_document
,document
,tool
andjson_document
builder methods in favor of a singledocument
method that accepts anything that implements theEmbed
traitEmbeddingsBuilder::build()
now returns the initial documents with their embeddings separately instead of a list ofDocumentEmbeddings
that holds bothDocumentEmbeddings
structInMemoryVectorStore
#130🔥New features
Embed
trait to represent types that can be embeddedEmbed
trait (available in rig-core under thederive
feature flag)rig-sqlite
crate, big thanks to @tarrencev for his contribution 🙌) #122🚧 Bug fixes
Beta Was this translation helpful? Give feedback.
All reactions