ragstack-ai-knowledge-graph


Nameragstack-ai-knowledge-graph JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/datastax/ragstack-ai
SummaryDataStax RAGStack Knowledge Graph
upload_time2024-05-22 19:48:26
maintainerNone
docs_urlNone
authorDataStax
requires_python<3.12,>=3.9
licenseBUSL-1.1
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RAGStack Knowledge Store

> [!WARNING]
> This is a proof-of-concept showing how knowledge graphs can be stored in Astra
> / Cassandra and retrieved via traversal. There are a variety of planned improvements
> including benchmarking, evaluation, and possible schema changes.

This includes some code (`CassandraGraphStore`) which could be added to
LangChain or RAGStack to write LangChain's `GraphDocuments` to Cassandra tables.
It also includes code to create a runnable for retrieving knowledge triples from
Cassandra.

The file `notebook.ipynb` shows this working on an example snippet from
LangChain's docs.

To run, copy `env.template` to `.env`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/datastax/ragstack-ai",
    "name": "ragstack-ai-knowledge-graph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "DataStax",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/86/71/4a00c416f27690e2774b3c22b68fdebdfe6d197ee2333cb9026cfb92f22d/ragstack_ai_knowledge_graph-0.0.1.tar.gz",
    "platform": null,
    "description": "# RAGStack Knowledge Store\n\n> [!WARNING]\n> This is a proof-of-concept showing how knowledge graphs can be stored in Astra\n> / Cassandra and retrieved via traversal. There are a variety of planned improvements\n> including benchmarking, evaluation, and possible schema changes.\n\nThis includes some code (`CassandraGraphStore`) which could be added to\nLangChain or RAGStack to write LangChain's `GraphDocuments` to Cassandra tables.\nIt also includes code to create a runnable for retrieving knowledge triples from\nCassandra.\n\nThe file `notebook.ipynb` shows this working on an example snippet from\nLangChain's docs.\n\nTo run, copy `env.template` to `.env`.\n",
    "bugtrack_url": null,
    "license": "BUSL-1.1",
    "summary": "DataStax RAGStack Knowledge Graph",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://docs.datastax.com/en/ragstack",
        "Homepage": "https://github.com/datastax/ragstack-ai",
        "Repository": "https://github.com/datastax/ragstack-ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "247e13353314f98568909723936800544e43eb9449fd677480dc72e14c1231fc",
                "md5": "e8853d8d56bb35d59a295ffbb66d9ab0",
                "sha256": "321dfbd1b7e06f1023e3d5849c6c151e3683529dd2f6a9b9710613cd59f60538"
            },
            "downloads": -1,
            "filename": "ragstack_ai_knowledge_graph-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8853d8d56bb35d59a295ffbb66d9ab0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 17725,
            "upload_time": "2024-05-22T19:48:24",
            "upload_time_iso_8601": "2024-05-22T19:48:24.439192Z",
            "url": "https://files.pythonhosted.org/packages/24/7e/13353314f98568909723936800544e43eb9449fd677480dc72e14c1231fc/ragstack_ai_knowledge_graph-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86714a00c416f27690e2774b3c22b68fdebdfe6d197ee2333cb9026cfb92f22d",
                "md5": "a29e5519288cdf1faa957a58801da560",
                "sha256": "27f7df4aa79fd263b2038e2f8d138ff983735a75e713203c8b0ef60e57832cae"
            },
            "downloads": -1,
            "filename": "ragstack_ai_knowledge_graph-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a29e5519288cdf1faa957a58801da560",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 13776,
            "upload_time": "2024-05-22T19:48:26",
            "upload_time_iso_8601": "2024-05-22T19:48:26.192794Z",
            "url": "https://files.pythonhosted.org/packages/86/71/4a00c416f27690e2774b3c22b68fdebdfe6d197ee2333cb9026cfb92f22d/ragstack_ai_knowledge_graph-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 19:48:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datastax",
    "github_project": "ragstack-ai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ragstack-ai-knowledge-graph"
}
        
Elapsed time: 0.24216s