docs: replace ASCII box art with prose in Before/After section
Code blocks with Unicode box-drawing characters render poorly in web doc viewers — font alignment breaks and the styled container creates a visual box-in-a-box. Replaced with a bullet list (before) and a bold statement (after) that render cleanly at any size and theme.
This commit is contained in:
parent
1a9cacd5fc
commit
6003e2b1a2
1 changed files with 6 additions and 22 deletions
28
docs/eli5.md
28
docs/eli5.md
|
|
@ -95,29 +95,13 @@ Most applications that need to store and search knowledge end up stitching toget
|
||||||
|
|
||||||
### Before and After
|
### Before and After
|
||||||
|
|
||||||
**Before Brainy:**
|
**Before Brainy** — a pile of services:
|
||||||
|
- Pinecone (vectors) + Neo4j (graph) + MongoDB (docs)
|
||||||
|
- Algolia (search) + Redis (cache) + PostgreSQL + pgvector
|
||||||
|
- Plus glue code, sync jobs, ETL pipelines, and 3am incidents
|
||||||
|
|
||||||
```
|
**After Brainy** — one thing:
|
||||||
┌──────────┐ ┌──────────┐ ┌──────────┐
|
Search, graph, filter, files, branches, and imports — unified in a single query.
|
||||||
│ Pinecone │ │ Neo4j │ │ MongoDB │
|
|
||||||
│ vectors │ │ graph │ │ docs │
|
|
||||||
└──────────┘ └──────────┘ └──────────┘
|
|
||||||
┌──────────┐ ┌──────────┐ ┌──────────┐
|
|
||||||
│ Algolia │ │ Redis │ │ pgvector │
|
|
||||||
│ search │ │ cache │ │ SQL+vecs │
|
|
||||||
└──────────┘ └──────────┘ └──────────┘
|
|
||||||
|
|
||||||
...plus glue code, sync jobs, ETL pipelines, and 3am incidents.
|
|
||||||
```
|
|
||||||
|
|
||||||
**After Brainy:**
|
|
||||||
|
|
||||||
```
|
|
||||||
┌──────────────────────────────────────────┐
|
|
||||||
│ Brainy │
|
|
||||||
│ search · graph · filter · files · … │
|
|
||||||
└──────────────────────────────────────────┘
|
|
||||||
```
|
|
||||||
|
|
||||||
### What Each Tool Is Missing
|
### What Each Tool Is Missing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue