rails_chatbot 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
- data/README.md +15 -1
- data/lib/rails_chatbot/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 981a8853491b0793ee73520f15615a11b9c05f0aa86151548df6b23e73807a44
|
|
4
|
+
data.tar.gz: 79b7cee00596db1a4a2eda523090f28abf67187cde121aec1b8f2503986cca40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cc44118e0480afb01980775cc01e5c6677b6468d3f0a287f2d510aecaf887e62056dd1be8e3a8be461b37cd9a2ed7e8e26bf6889c810e775dbfaa810e591b69
|
|
7
|
+
data.tar.gz: 668f95682cd334a946df1d2edb3cb075544e0e2d1580dc2ad113249b55c89cc4ce9993b16cc88d97e2e314e90c6d608dc65e9003d75837cda52c97d37c3067c7
|
data/README.md
CHANGED
|
@@ -266,7 +266,21 @@ Add to `app/assets/stylesheets/rails_chatbot/custom.css`:
|
|
|
266
266
|
|
|
267
267
|
Extend functionality in `app/javascript/rails_chatbot/custom.js`.
|
|
268
268
|
|
|
269
|
-
##
|
|
269
|
+
## ๏ฟฝ Documentation
|
|
270
|
+
|
|
271
|
+
For comprehensive documentation, visit our [Documentation Site](./docs/README.md).
|
|
272
|
+
|
|
273
|
+
### Quick Links
|
|
274
|
+
- ๐ [Quick Start Guide](./docs/quick_start.md) - Get up and running in 5 minutes
|
|
275
|
+
- ๐ [API Reference](./docs/api_reference.md) - Complete API documentation
|
|
276
|
+
- ๐ก [Examples & Use Cases](./docs/examples.md) - Real-world implementation examples
|
|
277
|
+
- ๐งช [Testing Guide](./docs/testing.md) - How to test your integration
|
|
278
|
+
- ๐ [Deployment Guide](./docs/deployment.md) - Production deployment instructions
|
|
279
|
+
- ๐ค [Contributing](./docs/CONTRIBUTING.md) - How to contribute to the project
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
## ๏ฟฝ๐ Requirements
|
|
270
284
|
|
|
271
285
|
- Ruby on Rails 8.0.4 or higher
|
|
272
286
|
- PostgreSQL (for full-text search)
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_chatbot
|
|
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
|
+
- Burraq Ur Rehman
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -55,7 +55,7 @@ description: RailsChatbot is a Rails engine that provides an intelligent chatbot
|
|
|
55
55
|
with knowledge base integration. It can answer questions about your application
|
|
56
56
|
by indexing your models and content, using OpenAI's GPT models for intelligent responses.
|
|
57
57
|
email:
|
|
58
|
-
-
|
|
58
|
+
- burraq@xprolabs.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
@@ -96,13 +96,13 @@ files:
|
|
|
96
96
|
- lib/rails_chatbot/railtie.rb
|
|
97
97
|
- lib/rails_chatbot/version.rb
|
|
98
98
|
- lib/tasks/rails_chatbot_tasks.rake
|
|
99
|
-
homepage: https://github.com/
|
|
99
|
+
homepage: https://github.com/burraqxprolabs/rails_chatbot
|
|
100
100
|
licenses:
|
|
101
101
|
- MIT
|
|
102
102
|
metadata:
|
|
103
|
-
homepage_uri: https://github.com/
|
|
104
|
-
source_code_uri: https://github.com/
|
|
105
|
-
changelog_uri: https://github.com/
|
|
103
|
+
homepage_uri: https://github.com/burraqxprolabs/rails_chatbot
|
|
104
|
+
source_code_uri: https://github.com/burraqxprolabs/rails_chatbot
|
|
105
|
+
changelog_uri: https://github.com/burraqxprolabs/rails_chatbot/blob/main/CHANGELOG.md
|
|
106
106
|
rdoc_options: []
|
|
107
107
|
require_paths:
|
|
108
108
|
- lib
|