weaviate_record 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.
- checksums.yaml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d763c92aedebf48af6010dd279b83e50505efd1c2d754588826d90316bf0e71
|
|
4
|
+
data.tar.gz: ee07e2f4a8fba0243802c28383084cd0aa76a4259e780e3623c983a6a6475106
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65de891828ef016b2fff0a2971d765b140e2f0e573503feeb4e1ec2cc9a930410db22836bc9935681e4b1490851b76e66f99c1673840a56a274212f83666e064
|
|
7
|
+
data.tar.gz: cc284a067506e2fee9ddf45cbae30722d2e77caef7303ef68aa4fcfd283dfddc134728c8d6c2e0259aa501cf0e20ced0556a4647b8cf9782cae11b143ef56225
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weaviate_record
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sriram V
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06
|
|
11
|
+
date: 2024-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.4'
|
|
55
55
|
description: An ORM for Weaviate vector database that follows the same conventions
|
|
56
|
-
as the ActiveRecord
|
|
56
|
+
as the ActiveRecord and brings the power of Vector database and Retrieval augmented
|
|
57
57
|
generation (RAG) to your Ruby application.
|
|
58
58
|
email: srira.venkat@gmail.com
|
|
59
59
|
executables: []
|