Skip to content

Commit df9ba68

Browse files
committed
rebrand: TriBridRAG → ragweld (UI header, tab title, README)
1 parent 8cb4c2b commit df9ba68

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
> **This project has been renamed to ragweld.** The internal codebase still references "tribrid" in many places — config keys, interfaces, variable names — and that will stay as-is. The product name, repo, and website are now **[ragweld](https://ragweld.com)**.
2+
13
<p align="center">
2-
<img src="web/public/favicon.svg" alt="TriBridRAG" width="200" />
4+
<img src="web/public/ragweld-wordmark.png" alt="ragweld" width="320" />
35
</p>
46

5-
<h1 align="center">TriBridRAG</h1>
7+
<h1 align="center">ragweld</h1>
68

79
<p align="center">
810
<strong>Production-grade Retrieval-Augmented Generation combining Vector, Sparse, and Graph search</strong>

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Tri-Brid RAG</title>
6+
<title>ragweld</title>
77
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
88
<link rel="preconnect" href="https://fonts.googleapis.com" />
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

web/public/ragweld-wordmark.png

6.62 KB
Loading

web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function App() {
182182
</svg>
183183
</button>
184184
<h1>
185-
<span className="brand">TriBrid RAG</span>
185+
<span className="brand">ragweld</span>
186186
<span className="tagline">Vector + Sparse + Graph</span>
187187
</h1>
188188
<div className="top-actions">

0 commit comments

Comments
 (0)