Skip to main content
lanarky-logo

Lanarky

stars Documentation PyPI version Supported Python Versions Code Coverage License: MIT

Lanarky is an open-source framework to deploy LLM applications in production. It is built on top of FastAPI and comes with batteries included.

🚀 Features

  • supports LangChain
  • simple gradio chatbot UI for fast prototyping

See Roadmap for upcoming features.

❓ Why?

There are great low-code/no-code solutions in the open source to deploy your LLM projects. However, most of them are opinionated in terms of cloud or deployment code. This project aims to provide users with a cloud-agnostic and deployment-agnostic solution which can be easily integrated into existing backend infrastructures.

💾 Installation

The library is available on PyPI and can be installed via pip.

pip install lanarky

You can find the full documentation at https://lanarky.readthedocs.io/en/latest/.

🔥 Build your first Langchain app

from dotenv import load_dotenv
from fastapi import FastAPI
from langchain import ConversationChain
from langchain.chat_models import ChatOpenAI

from lanarky.routing import LangchainRouter

load_dotenv()
app = FastAPI()

langchain_router = LangchainRouter(
    langchain_object=ConversationChain(
        llm=ChatOpenAI(temperature=0), verbose=True
    )
)
app.include_router(langchain_router)

See examples/ for list of available demo examples.

Create a .env file using .env.sample and add your OpenAI API key to it before running the examples.

demo

📍 Roadmap

🤩 Stargazers

Leave a ⭐ if you find this project useful.

Star History Chart

🤝 Contributing

Code check Publish

Contributions are more than welcome! If you have an idea for a new feature or want to help improve lanarky, please create an issue or submit a pull request on GitHub.

See CONTRIBUTING.md for more information.

Contributors

⚖️ License

The library is released under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lanarky-0.7.0.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lanarky-0.7.0-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

Details for the file lanarky-0.7.0.tar.gz.

File metadata

  • Download URL: lanarky-0.7.0.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.9.16 Linux/5.15.0-1037-azure

File hashes

Hashes for lanarky-0.7.0.tar.gz
Algorithm Hash digest
SHA256 59c9fb0fe37c1326d2c8c65c44079cfbc006560ccddb67c6e384b05cf86f094b
MD5 02275dedcc32f5e7f21813b08b1c29a6
BLAKE2b-256 648600a0efa2f6282a7fa0f7387e09380fa6183a1e0d3c40c303c24cff77ce23

See more details on using hashes here.

File details

Details for the file lanarky-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: lanarky-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 15.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.9.16 Linux/5.15.0-1037-azure

File hashes

Hashes for lanarky-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 192dee6c5c0a26556263aba59c32523d8e47ed57d5ec239d030a1037ef35c5dd
MD5 095da2538b8d97ba76f6c1419a8dc350
BLAKE2b-256 18679b0aa913fdc83f43783236bfda526d43bde86c507c5c04cd855a6e7cda4e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page