raggy


Nameraggy JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
Summaryscraping stuff
upload_time2024-04-04 18:08:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords scraping nlp ai document-processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## `raggy`

```python
pip install raggy
```

Read the [docs](https://zzstoatzz.github.io/raggy/)

### examples
- scraping the web to produce rich documents
- putting these documents in vectorstores
- querying the vectorstores to find documents similar to a query

see this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/refresh_tpuf/refresh_namespace.py) I use to refresh a chatbot that knows about `prefect`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "raggy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "scraping, nlp, ai, document-processing",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1f/7e/00dfede74664149766497dc5e188a89677c7d9077837b3a8a50a3b62f567/raggy-0.1.3.tar.gz",
    "platform": null,
    "description": "## `raggy`\n\n```python\npip install raggy\n```\n\nRead the [docs](https://zzstoatzz.github.io/raggy/)\n\n### examples\n- scraping the web to produce rich documents\n- putting these documents in vectorstores\n- querying the vectorstores to find documents similar to a query\n\nsee this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/refresh_tpuf/refresh_namespace.py) I use to refresh a chatbot that knows about `prefect`.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "scraping stuff",
    "version": "0.1.3",
    "project_urls": {
        "Code": "https://github.com/zzstoatzz/raggy"
    },
    "split_keywords": [
        "scraping",
        " nlp",
        " ai",
        " document-processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94e80ce81a04e4847e45245b4ca5607e06a3490369d3b982905c49cc80014d1e",
                "md5": "8610b2735534a69b1dbba536c54f7deb",
                "sha256": "0fc03140f0b50ebf3168d430affa75211908a15a20969ce46e3c9637a3fa8bcf"
            },
            "downloads": -1,
            "filename": "raggy-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8610b2735534a69b1dbba536c54f7deb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 27344,
            "upload_time": "2024-04-04T18:08:19",
            "upload_time_iso_8601": "2024-04-04T18:08:19.182574Z",
            "url": "https://files.pythonhosted.org/packages/94/e8/0ce81a04e4847e45245b4ca5607e06a3490369d3b982905c49cc80014d1e/raggy-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f7e00dfede74664149766497dc5e188a89677c7d9077837b3a8a50a3b62f567",
                "md5": "d553879974fe56b7fd6a325cd878c445",
                "sha256": "b6d630bdda25fe1ce4dd6b42840fa1f0fbd624d01c71d97ce95eb0314548473a"
            },
            "downloads": -1,
            "filename": "raggy-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d553879974fe56b7fd6a325cd878c445",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 524708,
            "upload_time": "2024-04-04T18:08:20",
            "upload_time_iso_8601": "2024-04-04T18:08:20.907381Z",
            "url": "https://files.pythonhosted.org/packages/1f/7e/00dfede74664149766497dc5e188a89677c7d9077837b3a8a50a3b62f567/raggy-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 18:08:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zzstoatzz",
    "github_project": "raggy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "raggy"
}
        
Elapsed time: 0.21842s