-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] remove unused for mindsearch (#210)
- Loading branch information
1 parent
4ff9ca3
commit d1a06ec
Showing
44 changed files
with
214 additions
and
13,854 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<div id="top"></div> | ||
<div align="center"> | ||
<img src="docs/imgs/lagent_logo.png" width="450"/> | ||
|
||
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://lagent.readthedocs.io/en/latest/) | ||
[![PyPI](https://img.shields.io/pypi/v/lagent)](https://pypi.org/project/lagent) | ||
[![license](https://img.shields.io/github/license/InternLM/lagent.svg)](https://github.com/InternLM/lagent/tree/main/LICENSE) | ||
[![issue resolution](https://img.shields.io/github/issues-closed-raw/InternLM/lagent)](https://github.com/InternLM/lagent/issues) | ||
[![open issues](https://img.shields.io/github/issues-raw/InternLM/lagent)](https://github.com/InternLM/lagent/issues) | ||
|
||
English | [简体中文](README_zh-CN.md) | [日本語](README_ja_JP.md) | [हिंदी](README_in_HIN.md) | [বাংলা](README_in_beng.md) | [한국어](README_KR_Kr.md) | ||
|
||
</div> | ||
|
||
<div align="center"> | ||
|
||
https://github.com/InternLM/lagent/assets/24622904/cb851b31-6932-422e-a776-b1aa68f2a64f | ||
|
||
</div> | ||
|
||
## शुरू करना | ||
|
||
लैजेंट के सामान्य परिचय के लिए कृपया [अवलोकन](docs/in/get_started/overview.md) देखें। इस बीच, हम त्वरित शुरुआत के लिए अत्यंत सरल कोड प्रदान करते हैं। अधिक जानकारी के लिए आप [उदाहरण](examples/) अधिक जानकारी के लिए। | ||
|
||
### इंस्टालेशन | ||
|
||
pip के साथ स्थापित करें (अनुशंसित)। | ||
|
||
```bash | ||
pip install lagent | ||
``` | ||
|
||
### वेब डेमो चलाएँ | ||
|
||
```bash | ||
# You need to install streamlit first | ||
# pip install streamlit | ||
streamlit run examples/internlm2_agent_web_demo.py | ||
``` | ||
|
||
## परिचय | ||
|
||
Lagent एक हल्का ओपन-सोर्स फ्रेमवर्क है जो उपयोगकर्ताओं को बड़े भाषा मॉडल (एलएलएम)-आधारित एजेंटों को कुशलतापूर्वक बनाने की अनुमति देता है। यह एलएलएम को बढ़ाने के लिए कुछ विशिष्ट उपकरण भी प्रदान करता है। हमारे ढांचे का अवलोकन नीचे दिखाया गया है: | ||
|
||
![image](https://github.com/InternLM/lagent/assets/24351120/cefc4145-2ad8-4f80-b88b-97c05d1b9d3e) | ||
|
||
## लाइसेंस | ||
|
||
यह प्रोजेक्ट [Apache 2.0 license](LICENSE) के तहत जारी किया गया है। | ||
|
||
<p align="right"><a href="#top">🔼 Back to top</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<div id="top"></div> | ||
<div align="center"> | ||
<img src="docs/imgs/lagent_logo.png" width="450"/> | ||
|
||
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://lagent.readthedocs.io/en/latest/) | ||
[![PyPI](https://img.shields.io/pypi/v/lagent)](https://pypi.org/project/lagent) | ||
[![license](https://img.shields.io/github/license/InternLM/lagent.svg)](https://github.com/InternLM/lagent/tree/main/LICENSE) | ||
[![issue resolution](https://img.shields.io/github/issues-closed-raw/InternLM/lagent)](https://github.com/InternLM/lagent/issues) | ||
[![open issues](https://img.shields.io/github/issues-raw/InternLM/lagent)](https://github.com/InternLM/lagent/issues) | ||
|
||
English | [简体中文](README_zh-CN.md) | [日本語](README_ja_JP.md) | [हिंदी](README_in_HIN.md) | [বাংলা](README_in_beng.md) | [한국어](README_KR_Kr.md) | ||
|
||
</div> | ||
|
||
<p align="center"> | ||
👋 <a href="https://twitter.com/intern_lm" target="_blank">Twitter</a>, <a href="https://discord.gg/xa29JuW87d" target="_blank">Discord</a> এবং <a href="https://r.vansin.top/?r=internwx" target="_blank">WeChat</a> সাথে আমাদের সাথে যোগদান করুন | ||
</p> | ||
|
||
<div align="center"> | ||
|
||
https://github.com/InternLM/lagent/assets/24622904/cb851b31-6932-422e-a776-b1aa68f2a64f | ||
|
||
</div> | ||
|
||
## শুরু করা | ||
|
||
লেজেন্টের সাধারণ পরিচিতির জন্য [অবলো](docs/en/get_started/overview.md) দেখ | ||
|
||
## ইনস্টলেশন | ||
|
||
পিপ দিয়ে ইনস্টল করুন (সুপারিশ). | ||
|
||
```bash | ||
pip install lagent | ||
``` | ||
|
||
### ওয়েব ডেমো চালান | ||
|
||
```bash | ||
# You need to install streamlit first | ||
# pip install streamlit | ||
streamlit run examples/internlm2_agent_web_demo.py | ||
``` | ||
|
||
## পরিচিতি | ||
|
||
লেজেন্ট হল একটি হালকা ওপেন-সোর্স ফ্রেমওয়ার্ক, যা ব্যবহারকারীদের দ্বারা প্রশাসক ভাষা মডেল (LLM) ভিত্তিক এজেন্ট সৃজনশীলভাবে তৈরি করতে দেয়। এটি লেজেন্ট যেসব প্রধান সরঞ্জাম সরবরাহ করে, সেটি নীচে দেখানো হয়: | ||
|
||
![image](https://github.com/InternLM/lagent/assets/24351120/cefc4145-2ad8-4f80-b88b-97c05d1b9d3e) | ||
|
||
## লাইসেন্স | ||
|
||
এই প্রকল্পটি [Apache 2.0 license](LICENSE) অনুসরণ করে প্রকাশিত হয়। | ||
|
||
<p align="right"><a href="#top">🔼 Back to top</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<div id="top"></div> | ||
<div align="center"> | ||
<img src="docs/imgs/lagent_logo.png" width="450"/> | ||
|
||
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://lagent.readthedocs.io/en/latest/) | ||
[![PyPI](https://img.shields.io/pypi/v/lagent)](https://pypi.org/project/lagent) | ||
[![license](https://img.shields.io/github/license/InternLM/lagent.svg)](https://github.com/InternLM/lagent/tree/main/LICENSE) | ||
[![issue resolution](https://img.shields.io/github/issues-closed-raw/InternLM/lagent)](https://github.com/InternLM/lagent/issues) | ||
[![open issues](https://img.shields.io/github/issues-raw/InternLM/lagent)](https://github.com/InternLM/lagent/issues) | ||
|
||
English | [简体中文](README_zh-CN.md) | [日本語](README_ja_JP.md) | [हिंदी](README_in_HIN.md) | [বাংলা](README_in_beng.md) | [한국어](README_KR_Kr.md) | ||
|
||
</div> | ||
|
||
<p align="center"> | ||
👋 <a href="https://twitter.com/intern_lm" target="_blank">Twitter</a>, <a href="https://discord.gg/xa29JuW87d" target="_blank">Discord</a> そして <a href="https://r.vansin.top/?r=internwx" target="_blank">WeChat</a> に参加する | ||
</p> | ||
|
||
<div align="center"> | ||
|
||
https://github.com/InternLM/lagent/assets/24622904/cb851b31-6932-422e-a776-b1aa68f2a64f | ||
|
||
</div> | ||
|
||
## はじめに | ||
|
||
Lagent の概要については[概要](docs/ja/get_started/overview.md)をご覧ください。また、クイックスタートのために非常にシンプルなコードを用意しています。詳細は [examples](examples/) を参照してください。 | ||
|
||
### インストール | ||
|
||
pip でインストールする(推奨)。 | ||
|
||
```bash | ||
pip install lagent | ||
``` | ||
|
||
### ウェブデモの実行 | ||
|
||
最初に streamlit をインストールする必要があります | ||
|
||
```bash | ||
# pip install streamlit | ||
streamlit run examples/internlm2_agent_web_demo.py | ||
``` | ||
|
||
## はじめに | ||
|
||
Lagent は、大規模言語モデル(LLM)ベースのエージェントを効率的に構築できる軽量なオープンソースフレームワークです。また、LLM を拡張するための典型的なツールも提供します。我々のフレームワークの概要を以下に示します: | ||
|
||
![image](https://github.com/InternLM/lagent/assets/24351120/cefc4145-2ad8-4f80-b88b-97c05d1b9d3e) | ||
|
||
## ライセンス | ||
|
||
このプロジェクトは [Apache 2.0 license](LICENSE) の下でリリースされています。 | ||
|
||
<p align="right"><a href="#top">🔼 Back to top</a></p> |
Oops, something went wrong.