Anush008 / fastembed-rs

Library for generating vector embeddings, reranking in Rust
https://docs.rs/fastembed
Apache License 2.0
264 stars 36 forks source link

Support for vector to text #100

Closed Himasnhu-AT closed 2 months ago

Himasnhu-AT commented 2 months ago

Currently fastembed have resource to convert text to vector, rerank text.

But it doesn't support conversion of vectors to text

@Anush008 is it in development plan? Lemme know if I can contribute to it in any way

Anush008 commented 2 months ago

Not planned really.

Himasnhu-AT commented 2 months ago

I think this feature would greatly improve the package.

I'm new to embedding as a whole, implementing stuff, learned how embeddings are generated and all that.

Lemme know I can help in any way to build this feature

Anush008 commented 2 months ago

Usually, we don't do vector to text. But instead store the original text separately for later use.