Update README.md

pull/755/head
wangzhihong 2024-07-04 20:15:07 +08:00 committed by GitHub
parent 20ab77be99
commit 58c3d98d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ It is worth mentioning that regardless of which model in the InternLM series you
If you want to build your own RAG application, you don't need to first start the inference service and then configure the IP and port to launch the application like you would with LangChain. Refer to the code below, and with LazyLLM, you can use the internLM series models to build a highly customized RAG application in just ten lines of code, along with document management services:
<details>
<summary>点击获取import和prompt</summary>
<summary>Click here to get imports and prompts</summary>
```python