Skip to content

Commit

Permalink
chore: update project metadat (#33)
Browse files Browse the repository at this point in the history
* 🔧 update project metadata

* 📝 update README
  • Loading branch information
ajndkr authored May 10, 2023
1 parent 2fdcde8 commit a9083a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ajndkr/fastapi-async-langchain/blob/main/LICENSE)
[![PyPI version](https://badge.fury.io/py/fastapi-async-langchain.svg)](https://pypi.org/project/fastapi-async-langchain/)

Ship production-ready [LangChain](https://github.com/hwchase17/langchain) projects with [FastAPI](https://github.com/tiangolo/fastapi).
Ship production-ready [LangChain](https://github.com/hwchase17/langchain) projects with
[FastAPI](https://github.com/tiangolo/fastapi).

## 🚀 Features

Expand All @@ -12,6 +13,13 @@ Ship production-ready [LangChain](https://github.com/hwchase17/langchain) projec
- simple gradio chatbot UI for fast prototyping
- follows FastAPI responses naming convention

## ❓ Why?

There are great low-code/no-code solutions in the open source to deploy your Langchain projects. However,
most of them are opinionated in terms of cloud or deployment code. This project aims to provide FastAPI 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`.
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tool.poetry]
name = "fastapi-async-langchain"
version = "0.5.0"
description = "FastAPI async components for streaming LLM chains."
description = "Ship production-ready LangChain projects with FastAPI"
authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"]
readme = "README.md"
homepage = "https://github.com/ajndkr/fastapi-async-langchain"
repository = "https://github.com/ajndkr/fastapi-async-langchain"
license = "MIT"
packages = [{include = "fastapi_async_langchain"}]

[tool.poetry.dependencies]
Expand Down

0 comments on commit a9083a0

Please sign in to comment.