embeddings-zh


Nameembeddings-zh JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/chatopera/embeddings-zh
SummaryEmbeddings with Chatopera Synonyms for chatbot, RAG.
upload_time2025-08-22 10:14:51
maintainerNone
docs_urlNone
authorHai Liang Wang
requires_pythonNone
licenseChunsong Public License, version 1.0
keywords embeddings nlp
VCS
bugtrack_url
requirements synonyms
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
embeddings-zh
=====================

Embeddings with Chatopera Synonyms for chatbot, RAG.

https://github.com/chatopera/embeddings-zh

Model: https://github.com/chatopera/Synonyms

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("有什么推荐")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chatopera/embeddings-zh",
    "name": "embeddings-zh",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "embeddings, nlp",
    "author": "Hai Liang Wang",
    "author_email": "info@chatopera.com",
    "download_url": "https://files.pythonhosted.org/packages/80/3e/80f51ed4b023755107016595c1f0179b50c4699a6ba8791a1997f893f8ac/embeddings_zh-0.0.6.tar.gz",
    "platform": null,
    "description": "\r\nembeddings-zh\r\n=====================\r\n\r\nEmbeddings with Chatopera Synonyms for chatbot, RAG.\r\n\r\nhttps://github.com/chatopera/embeddings-zh\r\n\r\nModel: https://github.com/chatopera/Synonyms\r\n\r\npip install -U embeddings-zh\r\n\r\nUsage::\r\n\r\n    from embeddings_zh import EmbeddingsZh\r\n\r\n    emb = EmbeddingsZh()\r\n    vector1 = emb.embed_documents([texts]) # e.g. emb.embed_documents([\"\u4eca\u5929\u5929\u6c14\u600e\u4e48\u6837\", \"\u6709\u4ec0\u4e48\u63a8\u8350\"])\r\n    vector2 emb.embed_query(texts) # e.g. emb.embed_documents(\"\u6709\u4ec0\u4e48\u63a8\u8350\")\r\n",
    "bugtrack_url": null,
    "license": "Chunsong Public License, version 1.0",
    "summary": "Embeddings with Chatopera Synonyms for chatbot, RAG.",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/chatopera/embeddings-zh"
    },
    "split_keywords": [
        "embeddings",
        " nlp"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "803e80f51ed4b023755107016595c1f0179b50c4699a6ba8791a1997f893f8ac",
                "md5": "7664ff3d72bf63ee9c354ecc91e62202",
                "sha256": "9e17ce451b4fdccc55d7786d6a2327fc113043c70ebdffff77349758d23ddeb8"
            },
            "downloads": -1,
            "filename": "embeddings_zh-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7664ff3d72bf63ee9c354ecc91e62202",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3653,
            "upload_time": "2025-08-22T10:14:51",
            "upload_time_iso_8601": "2025-08-22T10:14:51.278901Z",
            "url": "https://files.pythonhosted.org/packages/80/3e/80f51ed4b023755107016595c1f0179b50c4699a6ba8791a1997f893f8ac/embeddings_zh-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 10:14:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chatopera",
    "github_project": "embeddings-zh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "synonyms",
            "specs": [
                [
                    "==",
                    "3.23.10"
                ]
            ]
        }
    ],
    "lcname": "embeddings-zh"
}
        
Elapsed time: 0.98512s