|
1 | 1 | <script lang="ts"> |
2 | 2 | const testimonials = [ |
| 3 | +
|
| 4 | + { |
| 5 | + text: "Ever wish your AI could show its work instead of guessing in a black box? With graph databases like Kuzu and AI-generated Cypher queries, you get exactly that.", |
| 6 | + author: "Nick Talwar", |
| 7 | + role: "CTO of", |
| 8 | + company: "Bottega8, Ex-Microsoft", |
| 9 | + image: "/community/nicktalwar.jpg", |
| 10 | + }, |
3 | 11 | |
4 | 12 | { |
5 | 13 | text: "🚀 Build Real-Time Knowledge Graphs with kuzudb + LLMs. Production-grade, ultra-performant, step-by-step. ✅ Kuzu: high-performance graph DB, written in C++ Perfect for anyone building a real-time knowledge base.", |
|
15 | 23 | company:"AcreHedge Inc.", |
16 | 24 | image: "/community/todd.jpg" |
17 | 25 | }, |
18 | | - { |
19 | | - text: "We were looking for an in-process graph database to run lineage queries: Kuzu is very fast and has great foundations as the team behind it, and handles all the strange inferences we throw at it.", |
20 | | - author: "Jacopo Tagliabue", |
21 | | - role: "Founder of", |
22 | | - company: "Bauplan Labs", |
23 | | - image: "/community/jacopo.jpg" |
24 | | - }, |
25 | | - { |
26 | | - text: "Ever wish your AI could show its work instead of guessing in a black box? With graph databases like Kuzu and AI-generated Cypher queries, you get exactly that.", |
27 | | - author: "Nick Talwar", |
28 | | - role: "CTO of", |
29 | | - company: "Bottega8, Ex-Microsoft", |
30 | | - image: "/community/nicktalwar.jpg", |
31 | | - }, |
32 | 26 | { |
33 | 27 | text: "Embedded DBs are having a renaissance. RDBMS: SQLite OLAP: DuckDB Graph: KuzuDB Search: Chroma The developer experience is so good on these. Things just work. Really cool to see.", |
34 | 28 | author: "Chris Riccomini", |
35 | 29 | role: "Software Engineer, Author, Investor, Advisor", |
36 | 30 | company: "", |
37 | 31 | image: "/community/criccomini.jpg", |
38 | 32 | }, |
| 33 | +
|
| 34 | + { |
| 35 | + text: "We were looking for an in-process graph database to run lineage queries: Kuzu is very fast and has great foundations as the team behind it, and handles all the strange inferences we throw at it.", |
| 36 | + author: "Jacopo Tagliabue", |
| 37 | + role: "Founder of", |
| 38 | + company: "Bauplan Labs", |
| 39 | + image: "/community/jacopo.jpg" |
| 40 | + }, |
39 | 41 | { |
40 | 42 | text: "1. KuzuDB seems faster than Neo4j across the board! (Upto 188x). 2. Features like vectorized query execution, morsel-driven parallelism, worst-case optimal joins, and factorized execution perhaps contribute to this. 3. Embeddability is a big usability win.", |
41 | 43 | author: "ttanay666", |
42 | 44 | role: "HackerNews", |
43 | 45 | company: "", |
44 | 46 | image: "", |
45 | 47 | }, |
46 | | - { |
47 | | - text: "Knowledge graphs are infinitely better than vector search for building the memory of AI agents. With five lines of code, you can build a knowledge graph with your data. When you see the results, you'll never go back to vector-mediocrity-land.", |
48 | | - author: "Santiago Valdarrama", |
49 | | - role: "Founder of", |
50 | | - company: "Tideily", |
51 | | - image: "/community/santiago.jpg" |
52 | | - }, |
53 | 48 | ]; |
54 | 49 | </script> |
55 | 50 |
|
|
0 commit comments