LangStream / documentation

LangStream handbook of how to create AI applications. Batteries included.

Home Page:https://docs.langstream.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand Hugging Face Documentation

mendonk opened this issue · comments

Need more usage and context, specifically around e5-xxx-v2 embeddings.

In this patch we added a sample application for text embeddings, computed locally
LangStream/langstream#584

Here it is
https://github.com/LangStream/langstream/tree/main/examples/applications/compute-hugging-face-embeddings

It works only on 0.2.1+ (not up to 0.2.0, because we needed some fixes, committed with LangStream/langstream#584)