Skip to content

Commit 8649a89

Browse files
committed
update readme
1 parent 8e7e417 commit 8649a89

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,22 @@ $ chainlit run demo.py -w
8181

8282
### 🔗 Integrations
8383

84-
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).
84+
Chainlit is compatible with all Python programs and libraries. That being said, it comes with integrations for:
85+
86+
- [Langchain](https://docs.chainlit.io/integrations/langchain)
87+
- [Autogen](https://github.com/Chainlit/cookbook/tree/main/pyautogen)
88+
- [OpenAI Assistant](https://github.com/Chainlit/cookbook/tree/main/openai-assistant)
89+
- [Llama Index](https://docs.chainlit.io/integrations/llama-index)
90+
- [Haystack](https://docs.chainlit.io/integrations/haystack)
91+
- [Langflow](https://docs.chainlit.io/integrations/langflow)
8592

8693
### 📚 More Examples - Cookbook
8794

8895
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.
8996

9097
## 🛣 Roadmap
9198

92-
- [ ] Selectable chat profiles (at the beginning of a chat)
99+
- [x] Selectable chat profiles (at the beginning of a chat)
93100
- [ ] One click chat sharing
94101
- New clients:
95102
- [ ] Slack

0 commit comments

Comments
 (0)