Kaby Lake

Results 2 comments of Kaby Lake

ok, thanks for your help, I may end up with creating 3 different components with 3 static controlTypes

@MikhailKozineHBS try wrapping a LangchainEmbeddingsWrapper: ``` embeddings = SentenceTransformerEmbeddings(model_name="maidalun1020/bce-embedding-base_v1", model_kwargs={"device": torch_device()}) embeddings = LangchainEmbeddingsWrapper(embeddings) ```