Skip to content

chatopera/embeddings-zh

Repository files navigation

embeddings-zh

Embeddings with Chatopera Synonyms for chatbot, RAG.

GitHub | Gitee

Model: GitHub | Gitee

pip install -U embeddings-zh

Usage::

from embeddings_zh import EmbeddingsZh

emb = EmbeddingsZh()
vector1 = emb.embed_documents([texts]) # e.g. emb.embed_documents(["今天天气怎么样", "有什么推荐"])
vector2 emb.embed_query(texts) # e.g. emb.embed_documents("有什么推荐")

Tutorials

  • Build a chabot with langchain: demo

License

LICENSE

About

Embeddings with Chatopera Synonyms for chatbot, RAG.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published