issues
search
BoxcarsAI
/
boxcars
Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
434
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
make a new type of prompt that uses conversations
#38
francis
closed
1 year ago
0
Update token counting
#37
francis
closed
11 months ago
2
use structured results internally and bring SQL up to parity with ActiveRecord boxcar.
#36
francis
closed
1 year ago
0
Default to chatgpt
#35
francis
closed
1 year ago
0
return JSON from the Active Record boxcar
#34
francis
closed
1 year ago
0
validate return values from Open AI API
#33
francis
closed
1 year ago
0
add the ability to use the ChatGPT API - a ChatGPT Boxcar::Engine
#32
francis
closed
1 year ago
1
return a structure from boxcars instead of just a string
#31
francis
closed
1 year ago
0
simplify prompting and parameters used. refs #29
#30
francis
closed
1 year ago
0
Prompt simplification
#29
francis
closed
1 year ago
1
For ActiveRecord - add current context to the prompt for hints
#28
francis
opened
1 year ago
0
[infra] Added sample .env file and updated the lookup to save the key
#27
AKovtunov
closed
1 year ago
1
Fix typos in README concepts
#26
MasterOdin
closed
1 year ago
0
Add approval callback function for Boxcars::ActiveRecord for changes to the data
#25
francis
closed
1 year ago
0
Add a callback function for Boxcars::ActiveRecord to approve changes
#24
francis
closed
1 year ago
0
[fix] Fixed specs which required a key
#23
AKovtunov
closed
1 year ago
1
Support Sequel connection type
#22
francis
closed
1 year ago
3
Active Record readonly
#21
francis
closed
1 year ago
0
Make Boxcars::ActiveRecord read_only by default
#20
francis
closed
1 year ago
0
modify SQL boxcar to take a list of Tables. Handy if you have a large database with many tables.
#19
francis
closed
1 year ago
0
first pass at an ActiveRecord boxcar
#18
francis
closed
1 year ago
0
change Boxcars::default_train to Boxcars::train to improve code reada…
#17
francis
closed
1 year ago
0
rename class Serp to GoogleSearch
#16
francis
closed
1 year ago
0
Update README.md
#15
tabrez-syed
closed
1 year ago
0
Fix: change SQL Boxcar to use the name of the database in the prompt
#14
francis
closed
2 months ago
1
Notion Q&A
#13
francis
closed
1 year ago
2
generate changelog automatically
#12
francis
closed
1 year ago
0
use sample sql data in the prompts
#11
francis
closed
2 months ago
1
figure out logging
#10
francis
closed
1 year ago
0
Extend Sql concept to produce and run ActiveRecord code instead of SQL
#9
francis
closed
1 year ago
0
Add test coverage
#8
francis
closed
1 year ago
0
Make sure the yard docs are up to date and have coverage
#7
francis
closed
1 year ago
1
Name changes and code movement.
#6
francis
closed
1 year ago
0
Get GitHub Actions to green
#5
petergoldstein
closed
1 year ago
0
Specs need environment variables to be set to run green
#4
petergoldstein
closed
1 year ago
3
Fix typo introduced by merge. Pull publish-rubygem into its own job
#3
petergoldstein
closed
1 year ago
0
Run GitHub Actions against multiple Rubies
#2
petergoldstein
closed
1 year ago
0
[infra] Added deployment step for the RubyGems
#1
AKovtunov
closed
1 year ago
0
Previous