llama-index-readers-memos


Namellama-index-readers-memos JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers memos integration
upload_time2024-11-18 00:19:29
maintainerbubu
docs_urlNone
authorYour Name
requires_python<4.0,>=3.9
licenseMIT
keywords memos note
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Memos Loader

```bash
pip install llama-index-readers-memos
```

This loader fetches text from self-hosted [memos](https://github.com/usememos/memos).

## Usage

To use this loader, you need to specify the host where memos is deployed. If you need to filter, pass the [corresponding parameter](https://github.com/usememos/memos/blob/4fe8476169ecd2fc4b164a25611aae6861e36812/api/memo.go#L76) in `load_data`.

```python
from llama_index.readers.memos import MemosReader

loader = MemosReader("https://demo.usememos.com/")
documents = loader.load_data({"creatorId": 101})
```

This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-memos",
    "maintainer": "bubu",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "memos, note",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/ef/d9cd059f8c9f58c9fe3a44e3c211af1ba98caa40fd9b2d24afa325e0672f/llama_index_readers_memos-0.3.0.tar.gz",
    "platform": null,
    "description": "# Memos Loader\n\n```bash\npip install llama-index-readers-memos\n```\n\nThis loader fetches text from self-hosted [memos](https://github.com/usememos/memos).\n\n## Usage\n\nTo use this loader, you need to specify the host where memos is deployed. If you need to filter, pass the [corresponding parameter](https://github.com/usememos/memos/blob/4fe8476169ecd2fc4b164a25611aae6861e36812/api/memo.go#L76) in `load_data`.\n\n```python\nfrom llama_index.readers.memos import MemosReader\n\nloader = MemosReader(\"https://demo.usememos.com/\")\ndocuments = loader.load_data({\"creatorId\": 101})\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers memos integration",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "memos",
        " note"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3919b028444503c60614ceda678af750589fd80dd7298b17fd33ffc8679a3840",
                "md5": "d8a3f06518058c9093acebca0caf2dc8",
                "sha256": "3652d392d078f3622cd72164d5fdb98dc805fbcd72429b4296d46b21cf83adc4"
            },
            "downloads": -1,
            "filename": "llama_index_readers_memos-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8a3f06518058c9093acebca0caf2dc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 2531,
            "upload_time": "2024-11-18T00:19:28",
            "upload_time_iso_8601": "2024-11-18T00:19:28.467669Z",
            "url": "https://files.pythonhosted.org/packages/39/19/b028444503c60614ceda678af750589fd80dd7298b17fd33ffc8679a3840/llama_index_readers_memos-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0efd9cd059f8c9f58c9fe3a44e3c211af1ba98caa40fd9b2d24afa325e0672f",
                "md5": "1c13ce42ed7ea38b8126edb00f8160b7",
                "sha256": "86dd20e0eced029fff4d7448bf3aabf46212659de01481bec82fba95e75e71a1"
            },
            "downloads": -1,
            "filename": "llama_index_readers_memos-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1c13ce42ed7ea38b8126edb00f8160b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 2302,
            "upload_time": "2024-11-18T00:19:29",
            "upload_time_iso_8601": "2024-11-18T00:19:29.277169Z",
            "url": "https://files.pythonhosted.org/packages/b0/ef/d9cd059f8c9f58c9fe3a44e3c211af1ba98caa40fd9b2d24afa325e0672f/llama_index_readers_memos-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 00:19:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-memos"
}
        
Elapsed time: 0.44196s