@hazeljs/rag 0.2.0-beta.48 → 0.2.0-beta.50
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @hazeljs/rag
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Your docs. Your data. AI that actually knows them.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Semantic search, embeddings, document indexing. Pinecone, Weaviate, Qdrant, ChromaDB — or in-memory for dev. Full RAG pipeline: load, split, embed, retrieve, augment. No PhD required.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@hazeljs/rag)
|
|
8
8
|
[](https://www.npmjs.com/package/@hazeljs/rag)
|
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.50",
|
|
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": "aefca57a74856e3b0055ad65843e2a61681f6b99"
|
|
93
93
|
}
|