dspy
dspy copied to clipboard
feat: FastEmbedVectorizer
Description
This PR adds an implementation of BaseSentenceVectorizer
using FastEmbed - A lightweight, CPU-first library to generate embeddings locally.
This PR will be followed by https://github.com/Anush008/dspy/pull/1, which updates QdrantRM
to support any BaseSentenceVectorizer
. The default being the new FastEmbedVectorizer
.