# @eggjs/tegg-chromadb

[![NPM version][npm-image]][npm-url]
[![Test coverage][codecov-image]][codecov-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/@eggjs/tegg-chromadb.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@eggjs/tegg-chromadb
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/tegg-chromadb.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/tegg-chromadb?branch=master
[snyk-image]: https://snyk.io/test/npm/@eggjs/tegg-chromadb/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/@eggjs/tegg-chromadb
[download-image]: https://img.shields.io/npm/dm/@eggjs/tegg-chromadb.svg?style=flat-square
[download-url]: https://npmjs.org/package/@eggjs/tegg-chromadb

<!--
Description here.
-->

## Install

```bash
npm i @eggjs/tegg-chromadb
```

## Usage

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

## Configuration

```js
// {app_root}/config/config.default.js
exports.teggChromadb = {
};
```

see [src/config/config.default.ts](src/config/config.default.ts) for more detail.

## Example

<!-- example here -->

## Questions & Suggestions

Please open an issue [here](https://github.com/eggjs/egg/issues).

## License

[MIT](LICENSE)

## Contributors

[![Contributors](https://contrib.rocks/image?repo=eggjs/tegg-chromadb)](https://github.com/eggjs/tegg-chromadb/graphs/contributors)

Made with [contributors-img](https://contrib.rocks).
