diff --git a/README.md b/README.md index f54cd3514..64cb67bd9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ _Structured extraction in Python, powered by OpenAI's function calling API, desi [![Twitter Follow](https://img.shields.io/twitter/follow/jxnlco?style=social)](https://twitter.com/jxnlco) [![Coverage Status](https://coveralls.io/repos/github/jxnl/instructor/badge.svg?branch=add-coveralls)](https://coveralls.io/github/jxnl/instructor?branch=add-coveralls) [![Instructor](https://img.shields.io/badge/instructor-blog-blue)](https://jxnl.github.io/instructor/blog/) +[![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/CV8sPM5k5Y) Dive into the world of Python-based structured extraction, empowered by OpenAI's cutting-edge function calling API. 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 its results insightful. diff --git a/docs/help.md b/docs/help.md index 7aec1e994..a5a1bdb4f 100644 --- a/docs/help.md +++ b/docs/help.md @@ -2,6 +2,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 a great place to ask questions and get help from the community. + ## :material-creation: Concepts The [concepts](concepts/prompting.md) section explains the core concepts of Instructor and how to prompt with models. diff --git a/docs/index.md b/docs/index.md index 854f20bcd..8eff7b8d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,8 +4,8 @@ _Structured extraction in Python, powered by llms, designed for simplicity, tran --- -[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev) [![Twitter Follow](https://img.shields.io/twitter/follow/jxnlco?style=social)](https://twitter.com/jxnlco) +[![Discord](https://img.shields.io/discord/1192334452110659664?label=discord)](https://discord.gg/CV8sPM5k5Y) [![Downloads](https://img.shields.io/pypi/dm/instructor.svg)](https://pypi.python.org/pypi/instructor) [![Documentation](https://img.shields.io/badge/docs-available-brightgreen)](https://jxnl.github.io/instructor) [![GitHub issues](https://img.shields.io/github/issues/jxnl/instructor.svg)](https://github.com/jxnl/instructor/issues)