@hazeljs/rag 0.2.0-beta.39 → 0.2.0-beta.41
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Build powerful AI applications with semantic search, document retrieval, and LLM-augmented responses.
|
|
6
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/@hazeljs/rag)
|
|
8
|
+
[](https://www.npmjs.com/package/@hazeljs/rag)
|
|
9
|
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
10
|
+
|
|
7
11
|
## Features
|
|
8
12
|
|
|
9
13
|
- 🔍 **Vector Search** - Semantic similarity search using embeddings
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/rag",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.41",
|
|
4
4
|
"description": "Retrieval-Augmented Generation (RAG) and vector search for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
90
90
|
},
|
|
91
91
|
"homepage": "https://hazeljs.com",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "b50699eaa4847a8cfe9c346d7e4464b4af7f3120"
|
|
93
93
|
}
|