diff --git a/README.md b/README.md index c4264bc5..15d875ea 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ _Structured extraction in Typescript, powered by llms, designed for simplicity, [![Twitter Follow](https://img.shields.io/twitter/follow/jxnlco?style=social)](https://twitter.com/jxnlco) [![Documentation](https://img.shields.io/badge/docs-available-brightgreen)](https://jxnl.github.io/instructor-js) [![GitHub issues](https://img.shields.io/github/issues/jxnl/instructor-js.svg)](https://github.com/jxnl/instructor-js/issues) +[![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/CV8sPM5k5Y) Dive into the world of Python-based structured extraction, by OpenAI's function calling API and Pydantic, the most widely used data validation library for Python. Instructor stands out for its simplicity, transparency, and user-centric design. Whether you're a seasoned developer or just starting out, you'll find Instructor's approach intuitive and steerable. diff --git a/docs/help.md b/docs/help.md index cb20b53b..7be0b9f1 100644 --- a/docs/help.md +++ b/docs/help.md @@ -7,6 +7,10 @@ If you need help getting started with Instructor or with advanced usage, the following sources may be useful. +## :material-discord: Discord + +The [Discord](https://discord.gg/CV8sPM5k5Y) is the best place to get help. You can ask questions, get help with debugging, and discuss Instructor with other users. + ## :material-creation: Concepts The [concepts](concepts/prompting.md) section explains the core concepts of Instructor and how to prompt with models.