graph-retriever


Namegraph-retriever JSON
Version 0.4.2 PyPI version JSON
download
home_pageNone
SummaryRetriever combining unstructured similarity and structured document traversal.
upload_time2025-02-07 21:00:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords rag graph rag
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Graph Retrievers

Retrievers combining vector (similarity search over unstructured data) and graph
(structured relationships).
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "graph-retriever",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "RAG, graph RAG",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a8/26/985937538b929bb841d41053fca7a7d889bc0ee62eb2983590ad727a3d64/graph_retriever-0.4.2.tar.gz",
    "platform": null,
    "description": "# Graph Retrievers\n\nRetrievers combining vector (similarity search over unstructured data) and graph\n(structured relationships).",
    "bugtrack_url": null,
    "license": null,
    "summary": "Retriever combining unstructured similarity and structured document traversal.",
    "version": "0.4.2",
    "project_urls": {
        "Bug Reports": "https://github.com/datastax/graph-rag/issues",
        "GitHub": "https://github.com/datastax/graph-rag",
        "Homepage": "https://datastax.github.io/graph-rag"
    },
    "split_keywords": [
        "rag",
        " graph rag"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d9e5016faeb323d08e5b6ddd1f48bb3b85d019b4b960328a615912f8a1fe589",
                "md5": "4b4ae108769b42cae87b3508b38f4da1",
                "sha256": "8e42a6486fc3cdf325e64eb5de6e7a7ae33ef8f7d6c989188990bcd4606f0dca"
            },
            "downloads": -1,
            "filename": "graph_retriever-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b4ae108769b42cae87b3508b38f4da1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 34095,
            "upload_time": "2025-02-07T21:00:41",
            "upload_time_iso_8601": "2025-02-07T21:00:41.921141Z",
            "url": "https://files.pythonhosted.org/packages/2d/9e/5016faeb323d08e5b6ddd1f48bb3b85d019b4b960328a615912f8a1fe589/graph_retriever-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a826985937538b929bb841d41053fca7a7d889bc0ee62eb2983590ad727a3d64",
                "md5": "f60944a46156405444ef07ca4fede24d",
                "sha256": "a64b0b00e00efdbaad148fde8cbef17b7069b4dceb6f52fac4c3f6dc02de807d"
            },
            "downloads": -1,
            "filename": "graph_retriever-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f60944a46156405444ef07ca4fede24d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31760,
            "upload_time": "2025-02-07T21:00:43",
            "upload_time_iso_8601": "2025-02-07T21:00:43.092936Z",
            "url": "https://files.pythonhosted.org/packages/a8/26/985937538b929bb841d41053fca7a7d889bc0ee62eb2983590ad727a3d64/graph_retriever-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-07 21:00:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datastax",
    "github_project": "graph-rag",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "graph-retriever"
}
        
Elapsed time: 0.56321s