You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update explanations and add comments for example.rb
Update explanations and add comments for example_multiple.rb
A new example script for server parameter usage on single parsing
A new example script for server parameter usage on multiple parsing
A new example script for debugging single parsing
A new example script for debugging multiple parsing
Update Gemfile with json gem
Update Gemfile.lock
Update gemspec to add dependencies
Update gemspec to bump the version
Add 2 new parameters for debugging debug, and no_cache in main library code
Fix a minor issue with broken_css and iteration parameters not working with parse_multiple function. (The default values are enough, so no problems were detected in prototyping)
Fix the results hash structure for production-ready inference endpoints to look like free inference endpoints (not present in google-local-results-ai-server)
Fix the issue with production-ready inference endpoints serving only the results with top key (not present in google-local-results-ai-server)
Remove pry gem requirement from the main library code.