Skip to content

Commit

Permalink
docs: Add Code Assist AI in README and documentation (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz authored Aug 22, 2024
1 parent 5f983bc commit e752464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [![Code Assist AI](https://img.shields.io/badge/AI-Code%20Assist-EB9FDA)](https://app.commanddash.io/agent?github=https://github.com/davidmigloz/langchain_dart)
- [Get started](README.md)
- [Installation](/get_started/installation.md)
- [Quickstart](/get_started/quickstart.md)
Expand Down
2 changes: 2 additions & 0 deletions packages/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![langchain](https://img.shields.io/pub/v/langchain.svg)](https://pub.dev/packages/langchain)
[![](https://dcbadge.vercel.app/api/server/x4qbhqecVR?style=flat)](https://discord.gg/x4qbhqecVR)
[![MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://github.com/davidmigloz/langchain_dart/blob/main/LICENSE)
[![Code Assist AI](https://img.shields.io/badge/AI-Code%20Assist-EB9FDA)](https://app.commanddash.io/agent?github=https://github.com/davidmigloz/langchain_dart)

Build LLM-powered Dart/Flutter applications.

Expand Down Expand Up @@ -221,6 +222,7 @@ print(res);
## Documentation

- [LangChain.dart documentation](https://langchaindart.dev)
- [Code Assist AI](https://app.commanddash.io/agent?github=https://github.com/davidmigloz/langchain_dart) (Chatbot for LangChain.dart documentation)
- [Sample apps](https://github.com/davidmigloz/langchain_dart/tree/main/examples)
- [LangChain.dart blog](https://blog.langchaindart.dev)
- [Project board](https://github.com/users/davidmigloz/projects/2/views/1)
Expand Down

0 comments on commit e752464

Please sign in to comment.