Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKIP embedding model for Traditional Chinese ? #33

Open
rkuo2000 opened this issue May 14, 2024 · 0 comments
Open

CKIP embedding model for Traditional Chinese ? #33

rkuo2000 opened this issue May 14, 2024 · 0 comments

Comments

@rkuo2000
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant