Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Feb 29, 2024
1 parent 89d6b3f commit ffbc777
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🚧 Under Active Development 🚧

Please expect breaking changes!
Please expect breaking changes, a bunch of additional features. We're just getting started.

# 🦜⛏️ LangChain Extract

Expand All @@ -10,9 +10,12 @@ Please expect breaking changes!
[![](https://dcbadge.vercel.app/api/server/6adMQxSpJS?compact=true&style=flat)](https://discord.gg/6adMQxSpJS)
[![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langchain-extract)](https://github.com/langchain-ai/langchain-extract/issues)

This repo is an implementation of a locally hosted extraction service.
Langchain-extract is an implementation of a locally hosted extraction service built with LangChain, FastAPI and Postgresql.

It's build with LangChain, FastAPI and Postgresql.
It follows closely the [extraction use-case documentation](https://python.langchain.com/docs/use_cases/extraction) and is meant to provide
a reference implementation of an app that helps to do extraction over data using LLMs.

Feel free to adapt this application to your own needs.

## ✅ Running locally

Expand Down Expand Up @@ -85,4 +88,4 @@ Testing and formatting is done using a Makefile inside `[root]/backend`

```sh
make format
```
```

0 comments on commit ffbc777

Please sign in to comment.