rags
jq
rags | jq | |
---|---|---|
3 | 78 | |
6,426 | 31,352 | |
0.8% | 1.0% | |
6.2 | 8.7 | |
12 months ago | 7 days ago | |
Python | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rags
- SuperDuperDB - how to use it to talk to your documents locally using llama 7B or Mistral 7B?
-
No-code AI: OpenAI MyGPTs, LlamaIndex rags, or LangChain OpenGPTs?
git clone https://github.com/run-llama/rags.git && cd rags pip install -r requirements.txt
-
No-Code AI: OpenAI My GPTs or LlamaIndex rags?
LlamaIndex recently released the rags project to create a similar experience. It's still in its early stages, but I couldn't resist testing it.
jq
-
jq VS rcl - a user suggested alternative
2 projects | 15 Mar 2025
-
Overengineer your CV
Then the content of the YAML is passed to a program called yq which takes a jq-filter as an input and returns a json with the filter applied to it as an output.
-
Using a YubiKey with AWS CLI Sessions
The jq utility
-
Ultimate Guide to JSON Parsing in Python
For command-line parsing of JSON, jq command line tool is a widely used. Its expressive query language allows detailed manipulations of JSON data. To access jq in Python the pyjq package can be used.
-
17 Essential CLI Tools to Boost Developer Productivity
jq
-
Running Raspberry Pi OS in a Docker Container
We can mount those partitions using the loop device with mount, sfdisk, and jq in one line:
-
Monitoring PM2 in production
This configuration is simply calling the PM2 jlist API and sanitizing the JSON output data using JQ. JQ is a command line utility that's used to process, query, and transform JSON data. Flex has support for JQ built in, which makes sanitizing and transforming the data easier.
-
Command Line Tools I Like (2022)
Eternal Terminal when we worked from an office where our connection would drop regularly was a life saver. It's like Mosh but less opinionated and doesn't interfere with scrollback.
https://eternalterminal.dev/
Goes without saying, but for anyone who doesn't know about it, jq is life changing, was kind of surprised not to see it.
https://jqlang.github.io/jq/
-
It is never too later to write your own C/C++ command-line utilities
In this case, the best tool for the job is the one that will let you:
1. Continue to easily iterate on the solution now and in the future (compiled languages have a built-in hinderance, in that you never know when a given binary corresponds to some state of the source tree)
2. Allow you to trivially talk to inotify/ReadDirectoryChangesW /FSEvents/kqueue/etc so that you only need to read the file when it actually changes
3. Minimise maintenance (installing third-party headers/libraries, setting up a project, etc etc)
I think the answer here is the shell, fswatch, and jq.
https://github.com/emcrisostomo/fswatch https://github.com/jqlang/jq http://man.openbsd.org/sh
-
Amend Location Changer not working with macOS Sequoia (macOS 15.0 (24A335))
1. Install jq for the next step:
What are some alternatives?
opengpts
yq - Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Director - AI video agents framework for next-gen video interactions and workflows.
gojq - Pure Go implementation of jq
pipe-rename - Rename your files using your favorite text editor
dasel - Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.