asktive_record 0.1.4 → 0.1.6
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
- data/README.md +1 -1
- data/lib/asktive_record/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dde35302b0656ed6180794e52f3b09acf89cab1a294fa5e47ee1e7470d66e421
|
4
|
+
data.tar.gz: 412db11b6d3de7fde48a363dc98997dbe970f093277213f5ed5695e44bd83deb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 747fdf99c1bccbc353c919ba2b2fa57cc94241a928509a2ec833d48f082c6705b30eb5a4cb963dd9fd6e401d9c7ad5be12300beb236f3caf883db8a645e8a100
|
7
|
+
data.tar.gz: 9e7188029c3d1284f5735ddc123aef4acd3d61f8d6bb5b343285b28b107482214a8a25da9b33d725d95d858c41afe678b973541f0c017d0645775f94e849d129
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
[](https://badge.fury.io/rb/asktive_record) <!-- Placeholder: Update once published -->
|
4
4
|
[](https://github.com/rpossan/asktive_record/actions/workflows/main.yml) <!-- Placeholder: Update with correct repo path -->
|
5
5
|
|
6
|
-
> **AsktiveRecord** is a Ruby gem designed to bridge the gap between human language and database queries. It lets you interact with your Rails database as if you were having a conversation with a knowledgeable assistant. Instead of writing SQL or chaining ActiveRecord methods, you simply ask questions in plain English—like (or any language) "Who are my newest users?" or "What products sold the most last month?"—and get clear, human-friendly answers. AsktiveRecord translates your questions into database queries behind the scenes, so you can focus on what you want to know, not how to write the query.
|
6
|
+
> **AsktiveRecord** is a Ruby gem designed to bridge the gap between human language and database queries. It lets you interact with your Rails database as if you were having a conversation with a knowledgeable assistant. Instead of writing SQL or chaining ActiveRecord methods, you simply ask questions in plain English—like (or any language) "Who are my newest users?" or "What products sold the most last month?"—and get clear, human-friendly answers. AsktiveRecord translates your questions into database queries using LLM behind the scenes, so you can focus on what you want to know, not how to write the query.
|
7
7
|
|
8
8
|
## Features
|
9
9
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asktive_record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rpossan
|
@@ -5675,5 +5675,5 @@ requirements: []
|
|
5675
5675
|
rubygems_version: 3.5.11
|
5676
5676
|
signing_key:
|
5677
5677
|
specification_version: 4
|
5678
|
-
summary: A Ruby gem that lets your data answer like a human
|
5678
|
+
summary: A Ruby gem that lets your data answer like a human using LLM
|
5679
5679
|
test_files: []
|