New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neural-sentence-search

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neural-sentence-search - npm Package Compare versions

Comparing version

to
1.0.3

9

package.json
{
"name": "neural-sentence-search",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple neural sentence search.",

@@ -20,3 +20,8 @@ "main": "index.js",

"knn",
"embeddings"
"embeddings",
"chatbot",
"intent",
"classification",
"ai",
"machine learning"
],

@@ -23,0 +28,0 @@ "author": "John Loverich",

@@ -7,2 +7,4 @@ # Neural Sentence Search

The module can be used for simple search with small data sets, intent classification or the first step in a larger machine learning pipeline. My target application is chatbots that are easy to create with small data (and one shot learning) and can run entirely in the browser. If you are interested in big data, you could instead investigate gnes (Generic Neural Elastic Search) https://gnes.ai/.
## Using

@@ -9,0 +11,0 @@