BRAG — Better RAG. Same API. Better results.
Project description
BRAG
Better RAG. Same API. Better results.
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.1.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.1.tar.gz.
File metadata
- Download URL: betarag-0.1.1.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 |
92aeb818af1de91077b60dad8cb97f1ea4bdf1849f6b04ef139b069e654019f3
|
|
| MD5 |
6b37f205b0d9d8ef4b45b3f3ce145188
|
|
| BLAKE2b-256 |
454f399f380eed1229493c5f519e8b04ee402d53a7ce983afd85e3bd1deec4ee
|
File details
Details for the file betarag-0.1.1-py3-none-any.whl.
File metadata
- Download URL: betarag-0.1.1-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 |
2840fcb2ef24d936f9b3549a9844c0ac2369fe76fc3c4984bb35e2ca106ef435
|
|
| MD5 |
f7ac6c4fe3f34e4ba7825f2e5aa2b72c
|
|
| BLAKE2b-256 |
34b2af4fccc223e9d1504e35afe137c849345fb5833cb608c6eba5f305c9e926
|