Lexi is a local LLM-based solution - includes Chat UI, RAG, LLM Proxy, and Document importing
Project description
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
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lexi-0.1.1.tar.gz
(12.1 kB
view hashes)
Built Distribution
lexi-0.1.1-py3-none-any.whl
(16.5 kB
view hashes)