Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Nov 14, 2023
1 parent 8e7e417 commit 8649a89
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,22 @@ $ chainlit run demo.py -w

### 🔗 Integrations

Chainlit is compatible with all Python programs and libraries. That being said, it comes with pre-built integrations for [Langchain](https://docs.chainlit.io/integrations/langchain), [Llama Index](https://docs.chainlit.io/integrations/llama-index), [Haystack](https://docs.chainlit.io/integrations/haystack) and [Langflow](https://docs.chainlit.io/integrations/langflow).
Chainlit is compatible with all Python programs and libraries. That being said, it comes with integrations for:

- [Langchain](https://docs.chainlit.io/integrations/langchain)
- [Autogen](https://github.com/Chainlit/cookbook/tree/main/pyautogen)
- [OpenAI Assistant](https://github.com/Chainlit/cookbook/tree/main/openai-assistant)
- [Llama Index](https://docs.chainlit.io/integrations/llama-index)
- [Haystack](https://docs.chainlit.io/integrations/haystack)
- [Langflow](https://docs.chainlit.io/integrations/langflow)

### 📚 More Examples - Cookbook

You can find various examples of Chainlit apps [here](https://github.com/Chainlit/cookbook) that leverage tools and services such as OpenAI, Anthropiс, LangChain, LlamaIndex, ChromaDB, Pinecone and more.

## 🛣 Roadmap

- [ ] Selectable chat profiles (at the beginning of a chat)
- [x] Selectable chat profiles (at the beginning of a chat)
- [ ] One click chat sharing
- New clients:
- [ ] Slack
Expand Down

0 comments on commit 8649a89

Please sign in to comment.