dspy icon indicating copy to clipboard operation
dspy copied to clipboard

feat: FastEmbedVectorizer

Open Anush008 opened this issue 10 months ago • 0 comments

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.

Anush008 avatar Apr 16 '24 06:04 Anush008