Compare commits

...

3 Commits

Author SHA1 Message Date
aryankhanna475
3f073183e8 Merge a72503ed26 into 6fe3a59327 2023-10-21 05:30:43 -07:00
Mathieu KIM ROBIN
6fe3a59327 Replace listr with listr2 (#1259) 2023-10-19 03:37:18 +07:00
aryankhanna475
a72503ed26 Adding EmbedchainJS framework to NLP 2023-08-30 09:35:19 +05:30

View File

@@ -304,7 +304,7 @@
- [get-stdin](https://github.com/sindresorhus/get-stdin) - Easier stdin.
- [log-update](https://github.com/sindresorhus/log-update) - Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
- [Ink](https://github.com/vadimdemedes/ink) - React for interactive command-line apps.
- [listr](https://github.com/samverschueren/listr) - Terminal task list.
- [listr2](https://github.com/listr2/listr2) - Terminal task list.
- [conf](https://github.com/sindresorhus/conf) - Simple config handling for your app or module.
- [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) - ANSI escape codes for manipulating the terminal.
- [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols for various log levels.
@@ -734,6 +734,7 @@
- [leven](https://github.com/sindresorhus/leven) - Measure the difference between two strings using the Levenshtein distance algorithm.
- [natural](https://github.com/NaturalNode/natural) - Natural language facility.
- [nlp.js](https://github.com/axa-group/nlp.js) - Building bots, with entity extraction, sentiment analysis, automatic language identify, and more.
- [Embedchain-JS](https://github.com/embedchain/embedchainjs) - Framework to easily create LLM powered bots over any dataset.
### Process management