# @eggjs/tegg-langchain

使用注解的方式来开发 egg 中的 orm

## Install

```shell
npm i --save @eggjs/tegg-orm-plugin
```


## Config

```js
// config/plugin.js
exports.teggOrm = {
  package: '@eggjs/tegg-orm-plugin',
  enable: true,
};
```
