llama-index-readers-memos


Namellama-index-readers-memos JSON
Version 0.1.2 PyPI version JSON
download
home_page
Summaryllama-index readers memos integration
upload_time2024-02-13 21:16:16
maintainerbubu
docs_urlNone
authorYour Name
requires_python>=3.8.1,<3.12
licenseMIT
keywords memos note
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Memos Loader

This loader fetchs 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 import download_loader

MemosReader = download_loader("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/tree/main/llama_index) and/or subsequently used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent. See [here](https://github.com/emptycrown/llama-hub/tree/main) for examples.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "llama-index-readers-memos",
    "maintainer": "bubu",
    "docs_url": null,
    "requires_python": ">=3.8.1,<3.12",
    "maintainer_email": "",
    "keywords": "memos,note",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/38/1de3e674a4c8beb1ff79b1c2bab966f32416c2a0c48fad35d9d9f7bd03b5/llama_index_readers_memos-0.1.2.tar.gz",
    "platform": null,
    "description": "# Memos Loader\n\nThis loader fetchs 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 import download_loader\n\nMemosReader = download_loader(\"MemosReader\")\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/tree/main/llama_index) and/or subsequently used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent. See [here](https://github.com/emptycrown/llama-hub/tree/main) for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers memos integration",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "memos",
        "note"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506d8176ad27f22cd546e142559d9b238253f3ce02399634093a826472025a15",
                "md5": "040923079a538f710976c498279afa1b",
                "sha256": "ed3907c442afcfe69c22e23ee83499e143932a6d8f14aac627873350d3373e8e"
            },
            "downloads": -1,
            "filename": "llama_index_readers_memos-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "040923079a538f710976c498279afa1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.12",
            "size": 2807,
            "upload_time": "2024-02-13T21:16:14",
            "upload_time_iso_8601": "2024-02-13T21:16:14.638207Z",
            "url": "https://files.pythonhosted.org/packages/50/6d/8176ad27f22cd546e142559d9b238253f3ce02399634093a826472025a15/llama_index_readers_memos-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7381de3e674a4c8beb1ff79b1c2bab966f32416c2a0c48fad35d9d9f7bd03b5",
                "md5": "b7baa5ea39ba04f9fec126d72bd70446",
                "sha256": "8fa09912ec3d9a270ef4162d4fb37dc5a2691c4c76eca71dd89e801b078b4b67"
            },
            "downloads": -1,
            "filename": "llama_index_readers_memos-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b7baa5ea39ba04f9fec126d72bd70446",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.12",
            "size": 2409,
            "upload_time": "2024-02-13T21:16:16",
            "upload_time_iso_8601": "2024-02-13T21:16:16.401295Z",
            "url": "https://files.pythonhosted.org/packages/d7/38/1de3e674a4c8beb1ff79b1c2bab966f32416c2a0c48fad35d9d9f7bd03b5/llama_index_readers_memos-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-13 21:16:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-memos"
}
        
Elapsed time: 0.18457s