Find answers from the community

Updated last year

Embeddings

there is only one line: embed_model = LangchainEmbedding(HuggingFaceEmbeddings())
L
1 comment
Right, that's how simple it is!

  1. Create the embeddings from langchain (could be highingface, google, etc)
  1. Wrap with LangchainEmbedding
Add a reply
Sign up and join the conversation on Discord