lexi


Namelexi JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryLexi is a local LLM-based solution - includes Chat UI, RAG, LLM Proxy, and Document importing
upload_time2024-03-04 16:24:44
maintainer
docs_urlNone
authorMatthew Thompson
requires_python>=3.10,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Lexi

Lexi is a local LLM-based solution - includes Chat UI, RAG, LLM Proxy, and Document importing

Currently supports Atlasian's Cloud Confluence.

## Pre-requistes

- Python 3.8 upwards
- Docker (with Docker Compose)

## Installation

`pip install lexi`

## Configuration

```bash
lexi system create_envrc \
    --confluence-url "https://some-company.atlassian.net/wiki" \
    --confluence-space-key "some-company" \
    --confluence-email "user@some-company.com" \
    --confluence-space-name "" \
    --compose-project-name "lexi-system" \
    --litellm-log "INFO"
```

It will ask for your Confluence and OpenAIs API Keys

## Start the system

`lexi system up`

## Stop the system

`lexi system down`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lexi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthew Thompson",
    "author_email": "thompsonson@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/2c/b20db1b8dcfbe1fb4d841b05fec4a3f1d9474f6877c2ebc08dc18ac7cb42/lexi-0.1.1.tar.gz",
    "platform": null,
    "description": "\n# Lexi\n\nLexi is a local LLM-based solution - includes Chat UI, RAG, LLM Proxy, and Document importing\n\nCurrently supports Atlasian's Cloud Confluence.\n\n## Pre-requistes\n\n- Python 3.8 upwards\n- Docker (with Docker Compose)\n\n## Installation\n\n`pip install lexi`\n\n## Configuration\n\n```bash\nlexi system create_envrc \\\n    --confluence-url \"https://some-company.atlassian.net/wiki\" \\\n    --confluence-space-key \"some-company\" \\\n    --confluence-email \"user@some-company.com\" \\\n    --confluence-space-name \"\" \\\n    --compose-project-name \"lexi-system\" \\\n    --litellm-log \"INFO\"\n```\n\nIt will ask for your Confluence and OpenAIs API Keys\n\n## Start the system\n\n`lexi system up`\n\n## Stop the system\n\n`lexi system down`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Lexi is a local LLM-based solution - includes Chat UI, RAG, LLM Proxy, and Document importing",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdbdc7c26c1f75d0fb20963ab67b2038be0da489cde5118a1d8758f9f70d2599",
                "md5": "5b3798726bc81c6ccb2a28c0362d5686",
                "sha256": "2012100cb49dcbf66175ff092381b3d9e4187b0d4eb762eed846afc6ec69804f"
            },
            "downloads": -1,
            "filename": "lexi-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b3798726bc81c6ccb2a28c0362d5686",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 16538,
            "upload_time": "2024-03-04T16:24:43",
            "upload_time_iso_8601": "2024-03-04T16:24:43.228044Z",
            "url": "https://files.pythonhosted.org/packages/cd/bd/c7c26c1f75d0fb20963ab67b2038be0da489cde5118a1d8758f9f70d2599/lexi-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea2cb20db1b8dcfbe1fb4d841b05fec4a3f1d9474f6877c2ebc08dc18ac7cb42",
                "md5": "ea968bfbee3ffaf6e49b2ec16d13eb04",
                "sha256": "8e90594a1a199d2a933c7a90aeec373b30e658e4caed1f77158a998bc405f436"
            },
            "downloads": -1,
            "filename": "lexi-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea968bfbee3ffaf6e49b2ec16d13eb04",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 12089,
            "upload_time": "2024-03-04T16:24:44",
            "upload_time_iso_8601": "2024-03-04T16:24:44.557645Z",
            "url": "https://files.pythonhosted.org/packages/ea/2c/b20db1b8dcfbe1fb4d841b05fec4a3f1d9474f6877c2ebc08dc18ac7cb42/lexi-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 16:24:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lexi"
}
        
Elapsed time: 0.33205s