neuralex 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Official TypeScript/JavaScript client library for the [NeuraLex](https://neuralex.ca) API.
|
|
4
4
|
|
|
5
|
+
## What is NeuraLex?
|
|
6
|
+
|
|
7
|
+
NeuraLex is a next-generation embedding API that combines **semantic understanding** with **term-based precision** to deliver superior search and retrieval performance. Unlike traditional embedding models that rely solely on neural networks, NeuraLex uses a hybrid approach that preserves exact keyword matching while capturing semantic meaning.
|
|
8
|
+
|
|
9
|
+
This hybrid architecture delivers:
|
|
10
|
+
- ✅ **Better recall** - Captures both exact terms and semantic meaning
|
|
11
|
+
- ✅ **Reduced false positives (disambiguation)** - Term-based component filters irrelevant semantic matches
|
|
12
|
+
- ✅ **Configurable precision** - Adjust the balance for your use case
|
|
13
|
+
|
|
14
|
+
### Learn More
|
|
15
|
+
|
|
16
|
+
- 📄 [NeuraSearch Whitepaper](https://neuralex.ca/neurasearch-whitepaper) - Technical deep dive into the hybrid approach
|
|
17
|
+
- 📊 [Performance Analysis](https://neuralex.ca/neurasearch-analysis) - Benchmark results and comparisons
|
|
18
|
+
- 📖 [API Documentation](https://neuralex.ca/docs/api) - Complete API reference
|
|
19
|
+
|
|
5
20
|
## Installation
|
|
6
21
|
|
|
7
22
|
```bash
|