BRAG — Better RAG. Same API. Better results. Gets smarter over time.
Project description
BRAG
Better RAG. Same API. Better results. Gets smarter over time.
Install
pip install brag
Use
from brag import BRAG
brag = BRAG(api_key="brag_...")
results = brag.search("How do vector databases handle scaling?")
for r in results.results:
print(r.name, r.score)
Get a free API key
key = BRAG.signup(email="you@example.com")
# Save it — shown only once
Or visit betarag.com
Pricing
| Tier | Price | Queries/day |
|---|---|---|
| Free | $0 | 100 |
| Builder | $49/mo | 5,000 |
| Oracle | $199/mo | Unlimited |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
betarag-0.1.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file betarag-0.1.0.tar.gz.
File metadata
- Download URL: betarag-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d064e14665b8c538d002eaf106e9b8cd349784b1039c6dfd9387bedca578feb
|
|
| MD5 |
ac82fdf288c39ff056c23b308f647ce2
|
|
| BLAKE2b-256 |
0a716646549339892ff54679398e756b8b959d5d293d9d524e8372b7e5f36615
|
File details
Details for the file betarag-0.1.0-py3-none-any.whl.
File metadata
- Download URL: betarag-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e44b6a9c1cc7fa199b1f4b690c530841f37b5433e9cd741bcdedadb69ae7bfcf
|
|
| MD5 |
6dabd45501a02b92ece30053ba62cf9e
|
|
| BLAKE2b-256 |
6a7165db9a1fc5e09656373d4b7b96903c34948c59eac12a4eb03786881f0bb1
|