> ## Documentation Index
> Fetch the complete documentation index at: https://chatformers.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

<img className="block dark:hidden" src="https://mintcdn.com/chatformers/KBwbsbECPh13L0J-/images/hero-light.svg?fit=max&auto=format&n=KBwbsbECPh13L0J-&q=85&s=86a253e2df25d4033dda319d0d4f58e4" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/chatformers/KBwbsbECPh13L0J-/images/hero-dark.svg?fit=max&auto=format&n=KBwbsbECPh13L0J-&q=85&s=0321add83f421ad6a68f437a53b6d194" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

## Chatformers

⚡ Chatformers is a Python package designed to simplify the development of chatbot applications that use Large Language Models (LLMs). It offers automatic chat history management using a local vector database (ChromaDB, Qdrant or Pgvector), ensuring efficient context retrieval for ongoing conversations.

GitHub: [https://github.com/Dipeshpal/chatformers](https://github.com/Dipeshpal/chatformers)

## Install-

Pypi: [https://pypi.org/project/chatformers](https://pypi.org/project/chatformers)

```
pip install chatformers
```
