Skip to content

CKIP embedding model for Traditional Chinese ? #33

@rkuo2000

Description

@rkuo2000

from langchain.embeddings import HuggingFaceEmbeddings
from llama_index.embeddings.langchain import LangchainEmbedding

lc_embed_model = HuggingFaceEmbeddings(model_name="GanymedeNil/text2vec-large-chinese")
embed_model = LangchainEmbedding(lc_embed_model)

The above embedding model works for Chinese,
I wonder if there is a CKIP version of embedding model for Traditonal Chinese ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions