| RT @g_korland: This curve is our community 🚀
@falkordb is at 6,000 GitHub stars, and the momentum keeps accelerating.
… |
@falkordb |
Company |
Repost |
2026-09-09 |
35 |
0 |
1 |
0 |
0 |
0 |
| RT @g_korland: Join us at "Shortest Path, Instantly: How to Navigate Millions of Nodes Without the Lag." https://t.co/P… |
@falkordb |
Company |
Repost |
2026-09-07 |
37 |
0 |
1 |
0 |
0 |
0 |
| 1. TLS at the edge is not encryption in transit.
2. Terminate at the LB and every hop after it is plaintext.
3. Graph w… |
@falkordb |
Company |
Original |
2026-09-04 |
140 |
1 |
0 |
0 |
0 |
0 |
| 1. Long-lived JWT credentials for CI/CD and scripts. Your password never touches a third-party integration.
2. Generate… |
@falkordb |
Company |
Original |
2026-09-04 |
128 |
1 |
0 |
0 |
0 |
0 |
| 1. NetworkX is the default because it reads like Python, not because it scales.
2. igraph, graph-tool, NetworKit are th… |
@falkordb |
Company |
Original |
2026-09-04 |
211 |
7 |
0 |
0 |
0 |
0 |
| 1. Relational joins get expensive on deeply connected data — graphs traverse relationships directly.
2. Migration: map … |
@falkordb |
Company |
Original |
2026-09-02 |
151 |
2 |
1 |
0 |
0 |
0 |
| 1. FalkorDB queries via sparse matrices + linear algebra (GraphBLAS), not traversal.
2. Purpose-built for GraphRAG + re… |
@falkordb |
Company |
Original |
2026-09-02 |
196 |
7 |
0 |
0 |
0 |
1 |
| 1. Up to 200x faster than other graph databases.
2. The only graph DB running thousands of isolated graphs in one insta… |
@falkordb |
Company |
Original |
2026-09-01 |
238 |
4 |
1 |
0 |
0 |
0 |
| 1. TigerGraph compiles GSQL down to C++ binaries. Neo4j runs Cypher on a JVM.
2. You pay either way: distributed coordi… |
@falkordb |
Company |
Original |
2026-09-01 |
205 |
3 |
0 |
0 |
0 |
0 |
| 1. Primary takes writes, replicas take reads. One docker run each.
2. FalkorDB v4 replicates query effects, not queries… |
@falkordb |
Company |
Original |
2026-09-01 |
197 |
3 |
1 |
0 |
0 |
0 |
| 1. A state machine is a DAG. Stop pretending it's a table.
2. GRAPH.COPY clones the machine template per execution — ru… |
@falkordb |
Company |
Original |
2026-08-31 |
572 |
2 |
0 |
1 |
1 |
0 |
| 1. Vector DB: nearest neighbors. Good for "similar to this," useless for "how is A connected to B."
2. Knowledge graph:… |
@falkordb |
Company |
Original |
2026-08-31 |
226 |
3 |
1 |
0 |
0 |
0 |
| 1. GPT-5 shipped and the loudest complaint was "no personality."
2. The actual bug is amnesia: no relationships, no sen… |
@falkordb |
Company |
Original |
2026-08-31 |
135 |
1 |
0 |
0 |
0 |
0 |
| 1. Fine-tuning to teach an LLM new facts: slow, expensive, stale again next week.
2. RAG: same general-purpose model, f… |
@falkordb |
Company |
Original |
2026-08-31 |
184 |
1 |
0 |
0 |
0 |
0 |
| 1. Hallucination is a retrieval bug.
2. Chunks lose edges. Graphs keep them.
3. Fix ingest, not the answer.
4. 59% fail… |
@falkordb |
Company |
Original |
2026-08-28 |
223 |
3 |
1 |
1 |
0 |
0 |
| 1. SQL self-joins. Cypher: four lines.
2. (a)-[:KNOWS*1..3]->(b) is the whole language.
3. MERGE. UNWIND. PROFILE. T… |
@falkordb |
Company |
Original |
2026-08-28 |
190 |
2 |
0 |
0 |
0 |
0 |
| 1. GraphRAG follows edges. Vector RAG follows vibes.
2. 26–97% fewer tokens. Same answers, less junk.
3. Use GraphRAG w… |
@falkordb |
Company |
Original |
2026-08-27 |
190 |
2 |
1 |
0 |
0 |
1 |
| 1. KGs store what. Context graphs store why.
2. Your agent doesn’t need a bigger model. It needs memory.
3. Event → pol… |
@falkordb |
Company |
Original |
2026-08-27 |
304 |
9 |
0 |
5 |
0 |
1 |
| 1. Same 5 questions. Vectors: 2/5. Graph: 5/5.
2. One hop away and vector search is blind.
3. Don’t embed the question.… |
@falkordb |
Company |
Original |
2026-08-27 |
287 |
10 |
1 |
7 |
0 |
0 |
| Fraud is no longer a single-transaction problem.
It’s a network problem.
Rings hide in shared devices, IPs, instrumen… |
@falkordb |
Company |
Original |
2026-08-27 |
252 |
4 |
1 |
2 |
0 |
1 |
| AI amplifies bad master data.
When the same customer exists in three systems with three different versions, the LLM do… |
@falkordb |
Company |
Original |
2026-08-26 |
209 |
2 |
0 |
0 |
0 |
0 |
| You’re sitting on connected data. The question is whether you can turn it into decisions.
Fraud rings, supply chains, s… |
@falkordb |
Company |
Original |
2026-08-26 |
181 |
3 |
0 |
0 |
0 |
0 |
| Your agent’s memory problem isn’t the model.
It’s the retrieval architecture.
Vector search finds similar text.
Gra… |
@falkordb |
Company |
Original |
2026-08-25 |
343 |
8 |
1 |
0 |
0 |
0 |
| Hallucinations in RAG aren’t a model problem - they’re a retrieval problem.
Vector search returns similar chunks. The L… |
@falkordb |
Company |
Original |
2026-08-25 |
213 |
4 |
1 |
0 |
0 |
0 |
| On Aug 3, builders spent 8 hours at Frontier Tower SF turning memory into motion, every project had to put @falkordb, @… |
@falkordb |
Company |
Original |
2026-08-18 |
280 |
4 |
1 |
2 |
0 |
0 |
| NFalkorDB v1.2.0 is out!
https://t.co/BILfCpf9r4
#FalkorDB #GraphDB #dotnet |
@falkordb |
Company |
Original |
2026-08-16 |
415 |
6 |
1 |
1 |
0 |
0 |
| RT @g_korland: I case you missed it:
https://t.co/EY8AETiaRe |
@falkordb |
Company |
Repost |
2026-08-16 |
49 |
0 |
2 |
0 |
0 |
0 |
| And if you missed the Blog on how we did it, check:
https://t.co/4Dtb7hDe8K |
@falkordb |
Company |
Quote |
2026-08-15 |
611 |
6 |
0 |
1 |
0 |
0 |
| Want to turn your codebase into a highly visual, queryable Knowledge Graph?
Revisiting this guide from FalkorDB on bu… |
@falkordb |
Company |
Original |
2026-08-14 |
334 |
5 |
0 |
0 |
0 |
0 |
| Revisiting this essential guide: Vector DBs vs. Graph DBs!
If you're building AI agents or RAG systems, knowing when t… |
@falkordb |
Company |
Original |
2026-08-14 |
377 |
4 |
1 |
0 |
0 |
0 |
| 🧠 Your AI agent doesn't need to forget everything between tasks.
We've officially published the FalkorDB GraphRAG Comm… |
@falkordb |
Company |
Original |
2026-08-06 |
540 |
8 |
1 |
0 |
0 |
0 |
| Most chatbots look great in demos… then collapse the second real users show up.
The difference isn’t a better prompt. I… |
@falkordb |
Company |
Original |
2026-07-31 |
926 |
4 |
2 |
0 |
1 |
0 |
| Tomorrow!
We're building agentic workflows utilizing knowledge graphs with @n8n_io and @LangChain!
If GraphRAG has … |
@falkordb |
Company |
Original |
2026-07-28 |
923 |
7 |
2 |
1 |
1 |
0 |
| Webinar: Building agentic workflows with a real knowledge graph
We'll build the same GraphRAG-powered agent end-to-end … |
@falkordb |
Company |
Original |
2026-07-26 |
743 |
5 |
2 |
2 |
0 |
0 |
| A legal team drowning in email isn't a staffing problem. It's a knowledge problem.
See how SERGAS Group fixed theirs w… |
@falkordb |
Company |
Original |
2026-07-21 |
818 |
6 |
1 |
2 |
0 |
0 |
| FalkorDB now runs as a @Snowflake Native App. Graph engine inside your account, zero data export, and a Cortex Agent th… |
@falkordb |
Company |
Original |
2026-07-13 |
1,245 |
10 |
0 |
3 |
0 |
0 |
| Vector search retrieves code that looks similar, not code that is actually connected.
Stop flattening your codebase i… |
@falkordb |
Company |
Original |
2026-06-19 |
27,541 |
94 |
4 |
42 |
1 |
3 |
| FalkorDB is proud to be a Lodge Partner at Snowflake Summit '26 (June 1–4). 🏔️
Stop by our booth #2719 in the Lodge ar… |
@falkordb |
Company |
Original |
2026-05-29 |
3,057 |
10 |
0 |
0 |
0 |
0 |
| GraphRAG-SDK v1.1.0: Better retrieval on complex docs, faster updates on changing data. Anyone ingesting Markdown docum… |
@falkordb |
Company |
Original |
2026-05-14 |
3,415 |
6 |
3 |
1 |
0 |
0 |
| 🛑 20 May, we're walking through a live demo about discovering connections SQL can't w/ Graph Analytics using FalkorDB d… |
@falkordb |
Company |
Original |
2026-05-12 |
2,906 |
3 |
2 |
1 |
0 |
0 |
| SQL hits a wall when your data is deeply interconnected.
FalkorDB brings native graph computation directly into your… |
@falkordb |
Company |
Original |
2026-05-04 |
2,460 |
7 |
1 |
2 |
1 |
0 |
| Token costs spiking. Responses too slow. Users don't trust the answers.
All three are retrieval problems.
GraphRAG SD… |
@falkordb |
Company |
Original |
2026-04-29 |
43,370 |
31 |
5 |
5 |
3 |
27 |
| Checking out @mem0_ai for your memory layer? The mem0-falkordb plugin adds:
✅ Graph-structured memory ✅ Per-user isola… |
@falkordb |
Company |
Original |
2026-04-16 |
1,291 |
3 |
1 |
1 |
0 |
0 |
| 29 APRIL: Learn how to combine @cocoindex_io 's incremental data transformation capabilities with FalkorDB's graph and … |
@falkordb |
Company |
Original |
2026-04-06 |
1,301 |
9 |
3 |
0 |
0 |
3 |
| Your AI coding assistant now knows FalkorDB.
Say good-bye to: Wrong Cypher syntax, missing index types or unsupported … |
@falkordb |
Company |
Original |
2026-03-25 |
1,024 |
7 |
3 |
0 |
0 |
1 |
| NEXT WEEK: The AI-Ready Data Summit - a free, live virtual event on March 31, 2026.
80% of AI projects never make it t… |
@falkordb |
Company |
Original |
2026-03-24 |
855 |
6 |
2 |
0 |
0 |
0 |
| Re-watch FalkorDB cybersecurity webinar: 1) Ransomware spread sim via Monte‑Carlo UDF (host 12 90% infection). 2) Log4S… |
@falkordb |
Company |
Original |
2026-03-19 |
715 |
3 |
1 |
0 |
0 |
1 |
| Join us for a technical session on advanced graph algorithms, with a cyber-security use case, user-defined-functions, a… |
@falkordb |
Company |
Original |
2026-03-16 |
691 |
4 |
1 |
1 |
0 |
0 |
| NEW: FalkorDB now runs as a @Snowflake Native App 🏂❄️ You bind your tables, load data into a graph, and write Cypher q… |
@falkordb |
Company |
Original |
2026-03-12 |
771 |
6 |
4 |
0 |
0 |
0 |
| Vector search treats every fact as an isolated point. A knowledge graph traverses real relationships between entities.
… |
@falkordb |
Company |
Original |
2026-03-03 |
641 |
6 |
2 |
0 |
0 |
3 |
| SAVE THE DATE: Join us for a technical session on advanced graph algorithms, with a cyber-security use case, user-defin… |
@falkordb |
Company |
Original |
2026-02-25 |
582 |
4 |
2 |
1 |
0 |
0 |
| Thanks Gartner for recognizing FalkorDB as a leading GraphRAG vendor!
If you’re building AI applications, combining Kno… |
@falkordb |
Company |
Original |
2026-02-19 |
591 |
7 |
2 |
0 |
0 |
2 |
| Security data is inherently Graph-shaped.
Security data is graph-shaped. Incidents span identity, workload, cloud &… |
@falkordb |
Company |
Original |
2026-02-17 |
616 |
6 |
3 |
0 |
0 |
0 |
| FalkorDB's new canvas web component lets you embed the same graph anywhere: dashboards, docs, or your product UI. Insta… |
@falkordb |
Company |
Original |
2026-02-10 |
656 |
9 |
3 |
2 |
0 |
1 |
| FalkorDBlite 0.8.0 adds UDFs: custom logic inside graph queries. Easier to standardize similarity scoring (e.g., Jaccar… |
@falkordb |
Company |
Original |
2026-02-09 |
456 |
3 |
1 |
0 |
0 |
0 |
| BIG updates coming this month:
1. Context Graphs: Workshop
2. Major announcement on consuming FalkorDB on a major data … |
@falkordb |
Company |
Original |
2026-02-02 |
813 |
5 |
3 |
0 |
0 |
0 |
| Invitation: workshop centered around extending your FalkorDB’s functionality with your own set of functions (UDFs). We… |
@falkordb |
Company |
Original |
2026-01-19 |
390 |
3 |
1 |
0 |
1 |
0 |
| [SAVE THE DATE] Extend your FalkorDB’s functionality with your own set of functions (UDFs); Hands-on workshop + Q&A… |
@falkordb |
Company |
Original |
2026-01-06 |
267 |
2 |
0 |
0 |
0 |
0 |
| New QueryWeaver updates:
- New, friendlier UI
- API + optimized graph generation and query processing for large-scale … |
@falkordb |
Company |
Original |
2026-01-05 |
449 |
5 |
3 |
2 |
0 |
0 |
| #MCP for agent memory: @zep_ai Graphiti + FalkorDB for persistent, multi-tenant knowledge graphs.
https://t.co/YsZy7e… |
@falkordb |
Company |
Original |
2025-12-22 |
904 |
10 |
5 |
0 |
0 |
6 |
| @AiDevTLV 2025 Recap:
- EVERYONE is building an AI agent. Most recognize the need for agentic memory.
- Hybrid (vect… |
@falkordb |
Company |
Original |
2025-12-17 |
326 |
5 |
2 |
0 |
0 |
0 |
| HAPPENING TOMORROW: Text-to-SQL/Cypher Workshop. We'll demo our approach to txt2SQL/Cypher, and feature a #dbt project… |
@falkordb |
Company |
Original |
2025-11-24 |
5,676 |
13 |
5 |
0 |
0 |
3 |
| Catch @g_korland's @Redis + Graph = Agentic Memory’s Secret Sauce talk on 13 Nov at Redis Released!
Joining a great co… |
@falkordb |
Company |
Original |
2025-10-27 |
285 |
3 |
3 |
0 |
0 |
1 |
| Your AI agent may have forgotten you this morning.
Short-term memory dumps everything. Long-term memory (episodic like… |
@falkordb |
Company |
Original |
2025-10-15 |
199 |
3 |
0 |
1 |
0 |
2 |
| https://t.co/ECRJ31CHA7 |
@falkordb |
Company |
Original |
2025-10-11 |
127 |
3 |
0 |
0 |
0 |
0 |
| Grafana's latest integration of knowledge graphs into their product is very promising. A "Bring Your Own Knowledge" app… |
@falkordb |
Company |
Original |
2025-10-09 |
224 |
4 |
1 |
0 |
0 |
0 |
| The team behind FalkorDB's property graph database's holding an #AMA on 21 Oct.
Agentic AI use cases, performance ben… |
@falkordb |
Company |
Original |
2025-09-18 |
573 |
5 |
2 |
1 |
0 |
0 |
| Thanks @Dell & @Arrow for hosting us at the Tech Forum!
One thing's clear: More enterprises are exploring alternat… |
@falkordb |
Company |
Original |
2025-09-15 |
246 |
6 |
1 |
0 |
0 |
0 |
| Catch our 'Implementing Agentic Memory' workshop recording: https://t.co/Mgfl44q4Tl
Special thanks to Zep AI (YC W24) … |
@falkordb |
Company |
Original |
2025-09-12 |
318 |
5 |
1 |
0 |
0 |
0 |
| We’re building #Text2SQL with FalkorDB as the semantic layer for accurate queries, and @zep_ai #Graphiti for chat memor… |
@falkordb |
Company |
Original |
2025-09-11 |
731 |
5 |
2 |
0 |
0 |
0 |
| #QueryWeaver #MCP is out!
Talk with your database(s) with this open-source #Text2SQL tool 👇
Check it out: https://t… |
@falkordb |
Company |
Original |
2025-09-09 |
278 |
3 |
1 |
0 |
0 |
0 |
| 🔴 You're invited: Implementing Agentic Memory workshop (featuring @zep_ai #Graphiti)
Tomorrow (9.9.2025). Sign up: ht… |
@falkordb |
Company |
Original |
2025-09-08 |
696 |
9 |
5 |
0 |
0 |
0 |
| #QueryWeaver, a graph-powered Text2SQL #opensource tool to allow you spend more time acting on your data than fetching … |
@falkordb |
Company |
Original |
2025-09-03 |
2,298 |
13 |
6 |
1 |
0 |
5 |
| NEXT WEEK: Graph-based memory with @zep_ai #Graphiti and FalkorDB workshop.
Solutions to stop your AI agents from mak… |
@falkordb |
Company |
Original |
2025-09-01 |
546 |
5 |
3 |
0 |
0 |
0 |
| Building an agent without a memory layer? How will you stop the agent from hallucinating and suffering from amnesia, wh… |
@falkordb |
Company |
Original |
2025-08-28 |
478 |
6 |
3 |
1 |
0 |
0 |
| Join our workshop: Implementing agentic memory with Graphiti & FalkorDB Sept 9th, 10AM PT. Current AI agents can't … |
@falkordb |
Company |
Original |
2025-08-25 |
303 |
3 |
2 |
1 |
0 |
0 |
| Reason 3/6 you need a graph to store your security data: Security data is inherently graph-shaped! Security incidents s… |
@falkordb |
Company |
Original |
2025-08-21 |
166 |
2 |
1 |
0 |
0 |
0 |
| Talk with your Graph Database in natural language!
We built a powerful tool that lets you chat with your graph database… |
@falkordb |
Company |
Original |
2025-08-18 |
190 |
2 |
1 |
0 |
0 |
0 |
| Constructing knowledge graphs (or entities) from unstructured data? Here are a few tips for your experiments (w/ OpenAI… |
@falkordb |
Company |
Original |
2025-08-13 |
151 |
3 |
1 |
0 |
0 |
0 |
| Reason 1/6 to use a graph for security data: Multi-tenancy without isolation risks data leakage or wasted infra. Graphs… |
@falkordb |
Company |
Original |
2025-08-12 |
376 |
3 |
3 |
0 |
0 |
0 |
| Where context matters, graphs shine.
By removing conventional blockers like working with structured and unstructured … |
@falkordb |
Company |
Original |
2025-08-11 |
602 |
9 |
4 |
0 |
0 |
2 |
| Graphiti (@zep_ai) simplifies building knowledge graphs with real-time, temporal data support. Perfect for LLM agents a… |
@falkordb |
Company |
Original |
2025-08-05 |
3,374 |
18 |
8 |
1 |
1 |
11 |
| Reminder: How to build a knowledge graph workshop w/ @danielchalef from @zep_ai
Tomorrow (29 July) over Zoom!
▪️ Q&… |
@falkordb |
Company |
Original |
2025-07-28 |
3,276 |
20 |
8 |
3 |
0 |
5 |
| If your schema is complex, writing efficient queries is equally so.
Here's a demo of our new text2SQL (graph-powered)… |
@falkordb |
Company |
Original |
2025-07-21 |
278 |
10 |
3 |
1 |
0 |
0 |
| #knowledgegraph per domain or one containing all?
The rest of the conversation can be found here: https://t.co/H46AF29… |
@falkordb |
Company |
Original |
2025-07-17 |
167 |
5 |
0 |
0 |
0 |
0 |
| Thanks to @WeAreDevs Bernhard Kaim for an epic conference! Hundreds of devs joined for the DeLorean, dozens of compani… |
@falkordb |
Company |
Original |
2025-07-16 |
195 |
3 |
0 |
0 |
0 |
0 |
| A great guest has joined our 29 July How to build a knowledge graph workshop: @danielchalef @zep_ai (Graphiti) founder!… |
@falkordb |
Company |
Original |
2025-07-15 |
699 |
10 |
5 |
3 |
1 |
0 |
| GraphRAG is hot at @WeAreDevelopers Berlin! We discussed context-aware products with highly diverse teams shipping inte… |
@falkordb |
Company |
Original |
2025-07-13 |
227 |
7 |
1 |
1 |
0 |
0 |
| We are ready!
#wearedevelopers https://t.co/JpcY08faEl |
@falkordb |
Company |
Original |
2025-07-09 |
245 |
6 |
2 |
0 |
0 |
0 |
| Graphiti + FalkorDB = 💜
Graphiti builds temporally-aware knowledge graphs that represent evolving relationships betwe… |
@falkordb |
Company |
Original |
2025-07-07 |
3,563 |
16 |
4 |
2 |
3 |
1 |
| "Every year, we spotlight the open source projects showing the earliest signs of breakout momentum. These are developer… |
@falkordb |
Company |
Original |
2025-07-04 |
140 |
6 |
0 |
2 |
0 |
0 |
| We're coming to @WeAreDevs Berlin (Booth A31, Hall A). On display:
Text2SQL, production demos, code analysis & 🎉 a… |
@falkordb |
Company |
Original |
2025-07-01 |
173 |
4 |
2 |
0 |
0 |
0 |
| "Defenders think in lists. Attackers think in graphs. As long as this is true, attackers win.” Your data already forms … |
@falkordb |
Company |
Original |
2025-06-24 |
149 |
9 |
3 |
1 |
0 |
0 |
| FalkorDB is now SOC 2 Type II Certified 🔐
This milestone is part of our dedication to maintaining the highest standard… |
@falkordb |
Company |
Original |
2025-06-23 |
150 |
4 |
1 |
0 |
0 |
0 |
| Yesterday's knowledge graph workshop w/ @yoheinakajima was GREAT! How can attribute extraction accuracy be improved for… |
@falkordb |
Company |
Original |
2025-06-19 |
3,451 |
20 |
6 |
2 |
0 |
12 |
| FalkorDB v4.10.0 boosts graph performance with string interning, array indexing, & memory introspection for low-lat… |
@falkordb |
Company |
Original |
2025-06-12 |
144 |
5 |
2 |
0 |
0 |
0 |
| WOW, pitching at #SouthSummit was incredible.
We focused on a growing pain point: LLM hallucinations.
Specifically, … |
@falkordb |
Company |
Original |
2025-06-05 |
266 |
4 |
2 |
0 |
0 |
0 |
| Less than 24h left before we pitch at AWS Summit TLV tomorrow! Come learn what you can do to mitigate LLM #hallucinatio… |
@falkordb |
Company |
Original |
2025-05-27 |
164 |
3 |
0 |
1 |
0 |
0 |
| 🗓️ Join our Knowledge Graph Workshop on June 18, 2025, with @yoheinakajima ! See live builds of Fractal KG & VCPedi… |
@falkordb |
Company |
Original |
2025-05-26 |
2,541 |
15 |
3 |
0 |
0 |
1 |
| Graph-backed text-to-SQL demo at #KGC2025 today! Text-to-SQL boosts productivity: business users query in natural langu… |
@falkordb |
Company |
Original |
2025-05-09 |
292 |
2 |
1 |
0 |
1 |
2 |
| New engineering job? Visualize code as a graph to explore codebases. Codegraph helps analyze monoliths, refactor legacy… |
@falkordb |
Company |
Original |
2025-05-08 |
132 |
4 |
0 |
1 |
0 |
0 |
| Building a knowledge graph? At AWS DevOps day, we discussed #normalization: removing redundancies. E.g., "works_in" &am… |
@falkordb |
Company |
Original |
2025-05-07 |
89 |
2 |
0 |
0 |
0 |
0 |
| Building a knowledge graph? Ask:
Need LLMs with more context, less hallucination?
Want to visualize risk or track asset… |
@falkordb |
Company |
Original |
2025-05-06 |
600 |
11 |
4 |
1 |
0 |
1 |
| “We started with a standalone machine with 16 cores = 26k queries per second. We tripled and then doubled the number of… |
@falkordb |
Company |
Original |
2025-04-23 |
257 |
5 |
3 |
0 |
0 |
0 |
| Here are 4 RAG interview questions that separate surface-level prompt hackers from true retrieval engineers. These are … |
@falkordb |
Company |
Original |
2025-04-22 |
436 |
4 |
2 |
1 |
0 |
1 |
| GraphRAG just got #MCP support via FalkorDB. If you're building tool-augmented AI, this should be on your radar. MCP is… |
@falkordb |
Company |
Original |
2025-04-16 |
95 |
3 |
0 |
0 |
0 |
1 |
| AI that can't spot its own errors doesn't belong in production. Study shows SQL-only LLMs hit 17% accuracy on enterpris… |
@falkordb |
Company |
Original |
2025-04-09 |
112 |
5 |
1 |
1 |
0 |
0 |
| Every sprint you spend patching vector RAG is a sprint your competitor spends replacing it. The KG-LM Accuracy Benchmar… |
@falkordb |
Company |
Original |
2025-04-08 |
283 |
6 |
2 |
0 |
0 |
0 |
| Thousands of workloads want graph access—SaaS clients, internal teams, async jobs.
Monolithic = bottlenecks. Multigrap… |
@falkordb |
Company |
Original |
2025-04-03 |
173 |
5 |
2 |
1 |
0 |
0 |
| GenAI without reasoning across memory & context isn’t an agent—it’s a demo. DEMENTIA-PLAN (dementia care) revealed … |
@falkordb |
Company |
Original |
2025-04-01 |
147 |
4 |
0 |
2 |
0 |
0 |
| AI engineers: Stop burning cash. Focus on accurate, structured data retrieval. Clean, fast retrieval beats parameter co… |
@falkordb |
Company |
Original |
2025-03-31 |
216 |
7 |
1 |
0 |
0 |
0 |
| "With a knowledge graph, you have a lot more power to get just better and more accurate results at the end".
Special t… |
@falkordb |
Company |
Original |
2025-03-24 |
121 |
5 |
1 |
0 |
0 |
2 |
| Struggling to manage complex relationships in your data? Graph databases simplify workflows by storing data as nodes an… |
@falkordb |
Company |
Original |
2025-03-11 |
192 |
3 |
0 |
1 |
0 |
0 |
| Generative AI demands real-time reasoning, but traditional databases struggle with dynamic data. At NVIDIA's AI confere… |
@falkordb |
Company |
Original |
2025-03-06 |
197 |
3 |
1 |
0 |
0 |
1 |
| Scaling graph workloads in SaaS? Multi-tenancy is key. FalkorDB handles it with high throughput and low resource use. S… |
@falkordb |
Company |
Original |
2025-02-27 |
139 |
3 |
2 |
0 |
0 |
0 |
| FalkorDB V4.8 is here, and it’s a game-changer! While competitors need 7x more memory for the same data, our latest rel… |
@falkordb |
Company |
Original |
2025-02-26 |
293 |
8 |
2 |
1 |
1 |
0 |
| Scaling graph workloads in #SaaS? Multi-tenancy is key. This workshop will cover how FalkorDB's architecture handles h… |
@falkordb |
Company |
Original |
2025-02-26 |
108 |
3 |
0 |
0 |
0 |
0 |
| New website, new look, still the fastest.
🔗 https://t.co/pUQOGMNUgI
#GenAI #LLM #KnowledgeGraph #GraphDBMS https://t.… |
@falkordb |
Company |
Original |
2025-02-17 |
203 |
7 |
3 |
0 |
0 |
0 |
| Building knowledge graphs? GraphRAG-SDK’s new string loader lets you preprocess & chunk data with LangChain/LlamaIn… |
@falkordb |
Company |
Original |
2025-02-11 |
185 |
5 |
1 |
1 |
0 |
0 |
| Benchmarking Gemini 2.0 Flash Exp in Graph RAG pipelines, and the improvements are promising! From graph-context retrie… |
@falkordb |
Company |
Original |
2025-02-03 |
524 |
5 |
3 |
0 |
0 |
0 |
| Manually connecting ontologies to KGs? Painful. GraphRAG-SDK 0.5 automates it—just load your KG, and the SDK handles th… |
@falkordb |
Company |
Original |
2025-01-27 |
390 |
2 |
2 |
1 |
0 |
1 |
| Secret sauce: “The way FalkorDB goes about delivering its performant database is by using sparse matrices and sparse li… |
@falkordb |
Company |
Original |
2025-01-22 |
452 |
7 |
2 |
0 |
2 |
1 |