Compare commits

...

3 Commits

Author SHA1 Message Date
aryankhanna475
fee2d54da6 Merge a72503ed26 into 1599ab9871 2024-04-09 19:12:05 -04:00
Sindre Sorhus
1599ab9871 Meta tweaks 2024-04-09 23:20:55 +09:00
aryankhanna475
a72503ed26 Adding EmbedchainJS framework to NLP 2023-08-30 09:35:19 +05:30

View File

@@ -75,6 +75,22 @@
<br>
<br>
<br>
<a href="https://logto.io/ref=sindre">
<div>
<picture>
<source width="200" media="(prefers-color-scheme: dark)" srcset="https://sindresorhus.com/assets/thanks/logto-logo-dark.svg?x">
<source width="200" media="(prefers-color-scheme: light)" srcset="https://sindresorhus.com/assets/thanks/logto-logo-light.svg?x">
<img width="200" src="https://sindresorhus.com/assets/thanks/logto-logo-light.svg?x" alt="Logto logo">
</picture>
</div>
<b>The better identity infrastructure for developers</b>
<div>
<sup>Logto is an open-source Auth0 alternative designed for every app</sup>
</div>
</a>
<br>
<br>
<br>
</p>
<hr>
<br>
@@ -731,6 +747,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