Kùzu Profile Banner
Kùzu Profile
Kùzu

@kuzudb

Followers
525
Following
0
Media
124
Statuses
368

Kùzu is an embeddable property graph database management system (GDBMS) built for query speed and scalability. Built by Kùzu Inc.

Waterloo, ON
Joined November 2022
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
@kuzudb
Kùzu
3 months
In this next video of our graph databases fundamentals, @semihsalihoglu is back with a comprehensive account of the history of graph databases. Another part follows this, coming soon! 1/5
1
8
59
@kuzudb
Kùzu
1 year
📢📢We are happy to announce the release of Kùzu () v0.0.9! As usual, the Kùzu team was busy implementing many new features this time with a particular focus on performance 🚀🚀: Direct scan of tables from raw files, new BEGIN/COMMIT/ROLLBACK Cypher
1
10
32
@kuzudb
Kùzu
1 year
We had to see how easy it was to build things with LLMs as well 😀! 📣Check out this experimental integration of @kuzudb with @LangChainAI 🤝🎉! You can ask your questions in plain English, and KuzuDB-LangChain integration converts it to a Cypher query and the results back into
0
11
27
@kuzudb
Kùzu
5 months
Byte #11 Last week, we released @kuzudb 0.4.0. In this byte, we feature one of our exciting new capabilities: we extend Kùzu to be able to scan data from PostgreSQL or DuckDB (with more databases & formats to be connected in the future!) 🧵👇🏽
1
6
22
@kuzudb
Kùzu
1 year
📣📣 @kuzudb now integrates with @llama_index as a Graph Store 🤝! If you are extracting knowledge graphs/triples from using @llama_index 's Knowledge Graph Index, you can now directly store them in Kùzu for further processing, querying, visualizing and more! Check out the
1
8
22
@kuzudb
Kùzu
4 months
Our next video is out! This is the first of a 2-part video in which @semihsalihoglu explains Resource Description Framework (RDF), a popular data model in graph DBMSs. If you're curious about graphs but are intimidated by the terminology used, enjoy!
2
6
20
@kuzudb
Kùzu
2 months
A common question during data modeling is: "When do I need a graph database?" Our earlier series on graph database fundamentals answered this question conceptually. In our latest video, @tech_optimist provides a *practical* explanation with code examples.
1
6
17
@kuzudb
Kùzu
11 months
📢 Meet KùzuExplorer! Kùzu gets its own browser-based frontend to interactively visualize your database schemas and query results. Deploy as a Docker image with a single shell command and get started!👇 Blog: Docs: Github :
Tweet media one
Tweet media two
0
6
17
@kuzudb
Kùzu
2 months
It's the start of another month in the summer of 🇨🇦, and it's time for another release of @kuzudb ! This is a big one. In v0.5.0, we added a host of new features and improvements, from extensions to data types, enhancing usability and performance! 🧵👇🏽
1
5
16
@kuzudb
Kùzu
6 months
Byte #9 Visualization is an important component of any graph analysis. On this front, @kuzudb 's explorer tool continues to expand its functionality and aesthetics based on user feedback. See below for some new features. 👇🏽🧵 1/5
Tweet media one
1
4
16
@kuzudb
Kùzu
6 months
Our CEO & co-founder @semihsalihoglu recently spoke to @thegeeknarrator on all things @kuzudb . Listen to it for a deep dive into the history of Kùzu and graph databases, the benefits of graph data modeling, and the core features that make Kùzu different from other systems. 👇🏽 1/
@thegeeknarrator
Kaivalya Apte - The Geek Narrator
6 months
Yet another Saturday and Yet another Database episode 😎 This time it is a highly scalable, extremely fast and easy to use embeddable graph database called Kùzu DB. @kuzudb . I talk to @semihsalihoglu about Graph Databases, how they compare with other databases and all about
Tweet media one
0
7
31
1
6
15
@kuzudb
Kùzu
3 months
We just released Part 2 of Prof. Semih Salihoğlu's video series on the history of databases with graph-based models! This video covers 3 classes of systems: (i) document stores (ii) RDF systems, and (iii) property graph systems, such as @kuzudb and Neo4j.
1
4
15
@kuzudb
Kùzu
1 month
Byte 13: One of the goals of @kuzudb is to make graphs accessible to a wider audience. To help with this, we've just released a new feature: An "import data" panel in our browser-based UI, Kùzu Explorer. Read on, to learn more! 🧵👇🏽
1
5
14
@kuzudb
Kùzu
1 month
📣We're excited to support in-memory graphs in our new release of @kuzudb ! When you need ephemerality rather than persistence, and you're looking to run a few queries, a few times, you can expect good performance benefits from using in-memory mode.
1
7
15
@kuzudb
Kùzu
5 months
Byte #12 In this byte, we will showcase the new similarity search functions from our latest release of @kuzudb . The aim is to answer questions the question: "Who is the youngest person who bought a coffee maker?" The items (blue) are "espresso machine" and "yoga mat". 🧵👇🏽
Tweet media one
1
1
14
@kuzudb
Kùzu
8 months
Here's a sneak peak of our #FOSDEM 2024 talk on @kuzudb 's vision and goals for graph data science by @tech_optimist . In a nutshell, our vision at Kùzu, Inc is to build a #graph database that represents the state-of-the-art of how graphs should be stored, indexed and queried.
Tweet media one
1
5
14
@kuzudb
Kùzu
2 months
A lot of our users have been asking about #golang bindings for @kuzudb . It's now being actively worked on - watch out for our announcement on the Go API in the next release of Kùzu! We want more #golang users to know about Kùzu and graph databases, so please spread the word!
@burdiyan
Alex Burdiyan
2 months
I've been looking for an embedded graph database for years! Just stumbled across @kuzudb and was amazed by the fact that I haven't seen it before, because I was running this google search not so long ago and haven't seen it. Shame they don't have Go bindings yet.
1
0
3
1
1
13
@kuzudb
Kùzu
5 months
Thanks for writing! @kuzudb is indeed an embedded DB with a novel & fast query processor. We're not designed for edge computing, but rather for high scalability on a single machine (think billions of nodes). We support Property Graph + RDF data models & interop with RDBMS tools!
@heycesr
cesar.wtf
5 months
My co-founder @geclos just wrote this piece on the best embedded databases out there. Embedded databases are simpler to set up and manage, need less resources, and deliver superior performance. These are the ones we talk about in the article: SQLite @duckdb @RocksDB @trychroma
0
7
25
2
1
12
@kuzudb
Kùzu
3 months
Part 2 of our #RDF video series is out - in this video, @semihsalihoglu discusses why RDF and the standards around it form a knowledge representation and reasoning (KRR) system, and how one can do automatic reasoning with these standards. 1/5
1
2
13
@kuzudb
Kùzu
1 month
Let's kick off a new week with a new video in our "Getting started with @kuzudb " series: This one is a deep dive into our web-based UI, Kùzu Explorer. Watch @tech_optimist uncover in depth how to import data, query and visualize it via the UI. 👇🏽
1
3
12
@kuzudb
Kùzu
7 months
Byte #6 Kùzu is a graph database that implements a structured property graph model, making it very friendly towards tabular data structures like DataFrames. In our recent release, we provide zero-copy access to Pandas DataFrames. 🧵👇🏽 1/6
1
3
12
@kuzudb
Kùzu
6 months
1.0K ⭐️. Onward and beyond! There's a lot more to be done, and we're looking forward to it! Thank you to all our users! 🙏 #starhistory #GitHub #OpenSource via @StarHistoryHQ
Tweet media one
0
3
12
@kuzudb
Kùzu
10 months
📢📢We are happy to announce the release of Kùzu v0.1.0, which comes with many performance-oriented and user-facing features: - Compressed relationship tables & additional string dictionary compression algorithm - Direct scan of Pandas DataFrames - Exporting query results to
0
3
12
@kuzudb
Kùzu
1 year
📢📢We are happy to announce the release of Kùzu () v0.0.7! The release comes with many new features taking Kùzu closer to becoming Cypher-compliant 🚀🚀: Macro and UDF Capabilities, Implementation of Cypher's Merge clause, Set/Delete of multi-label node
0
3
12
@kuzudb
Kùzu
6 months
We just released a detailed blog post describing why the Resource Description Framework (RDF) data model is often misunderstood or under-utilized in practice, and highlight some of its virtues in our increasingly AI-dominated world. Loads to unpack!
1
2
12
@kuzudb
Kùzu
3 months
Over the next few weeks, we'll be making tutorials on how to get started using @kuzudb for your graph modeling. tasks. Join @tech_optimist in this first video, on how to use COPY FROM, a powerful method to rapidly ingest large amounts of data into Kùzu.
1
4
11
@kuzudb
Kùzu
8 months
Our latest release of Kùzu includes a complete rewrite of our storage engine with compression. Over the coming days, we will go over some of the key ideas. The first of these is called "Node Groups" 🧵 👇
1
2
11
@kuzudb
Kùzu
8 months
📣 We are very happy to announce the release of Kùzu 0.2.0! This is a major release with several new features and improvements at the core that make @kuzudb faster. 🔥 See our release blog post, and some more details below 👇🏽🧵 1/8
1
3
10
@kuzudb
Kùzu
3 months
Exciting news! On 11 July, @kuzudb will be hosting an in-person workshop as part of this year's excellent TMLS agenda. If you're interested in knowledge graphs, from a scalability, ease-of-use, and interoperability perspective, sign up for this workshop and spread the word! 🇨🇦
@TMLS_TO
Toronto Machine Learning Society (TMLS)
3 months
Excited for TMLS 2024! 🌟 Join @tech_optimist from @kuzudb as he introduces 'Kùzu - A fast, scalable graph database for analytical workloads'. Explore transforming relational data into a graph, running Cypher queries, and more!
Tweet media one
0
0
3
1
3
10
@kuzudb
Kùzu
7 months
Byte #8 @kuzudb is an embedded DB that runs in-process. However, sometimes you may just want to run it as a "server", where you want to connect the database to a front end. We just published some REST API boilerplate for this:
1
3
10
@kuzudb
Kùzu
9 months
Happy new years to everyone! 🥳🥳 Here is a SIGMOD Record column by @semihsalihoglu , written a while ago to articulate Kùzu's vision as a system and share his thoughts on good PhD theses to write on graph databases in the era of modern AI:  Apparently it
Tweet media one
1
3
10
@kuzudb
Kùzu
9 months
📢📢 Here's the second post on RAG by Semih Salihoğlu, now covering RAG using unstructured data (RAG-U) focusing on the envisioned role of knowledge graphs: The post covers the design spectrum of RAG-U along two dimensions: 1) What additional data to put
0
3
9
@kuzudb
Kùzu
8 months
In our latest blog post, we discuss on how to transform data that might exist in a typical relational system to a graph and load it into @kuzudb for graph analysis. We also showcase how to query, visualize and refine the graph data model.
1
2
9
@kuzudb
Kùzu
7 months
Our next blog post is out! In this post, we focus on the analysis and data science aspects of graph thinking on a client/merchant transaction network.
1
1
9
@kuzudb
Kùzu
1 year
📢 Exciting news! 🚀 We are happy to release Kùzu () v0.0.5! 🌟 The release comes with: Rust and Java APIs, named paths, all shortest paths, filters on recursive patterns, Call clause, BLOB data type, and more 🎉 Check out our blog post for all the
0
3
9
@kuzudb
Kùzu
9 months
🎉 Happy new year everyone! Here's a post I ( @semihsalihoglu ) am starting on the Kùzu blog on the role graphs play in LLM applications and some of the work in text-to-SQL using LLMs. All of this is based on some reading I did over the holiday season. These blogs have two goals:
0
3
9
@kuzudb
Kùzu
5 months
We're very happy to announce the release v0.4.0 of @kuzudb ! This one is a feature packed release with a host of features and improvements - over the coming days, we'll highlight them in more detail. For now, enjoy reading our release blog post here 👇🏽
1
1
9
@kuzudb
Kùzu
11 months
📢📢 We will be releasing Kùzu v0.1.0 early next week. To go over our changes since v0.0.7 and discuss our roadmap for the rest of the year, we are going to hold a user meeting on Nov 21st (Tue) or Nov 22nd (Wed). If you are interested in Kùzu and joining our user meeting,
0
2
9
@kuzudb
Kùzu
6 months
Byte #10 : In this byte, we'll go over building a simple GraphQAChain using @LangChainAI & @kuzudb to answer questions via an LLM on top of a graph. Consider this simple dataset of the Godfather movies: 1/14
Tweet media one
1
4
9
@kuzudb
Kùzu
5 months
📣 New blog post on #RDF In this post, we showcase an extension to the well-known RDFLib Python library written by @pacoid , that allows you to use @kuzudb as the backend to store and query the RDF graph. Many thanks to @pacoid for his contribution!
1
5
7
@kuzudb
Kùzu
8 months
Byte #4 Tabular data typically exists in relational databases, which can be exported easily to CSV or parquet. In this byte, we explore how/why we *very rapidly* ingest such data into a Kùzu database to analyze it as a #graph . See the ingestion times for LDBC100 🤯 🧵👇 1/8
Tweet media one
1
3
6
@kuzudb
Kùzu
8 months
For Python users: Here's how amazing it feels to install kuzu via @astral_sh 's new tool uv (it manages virtual environments too). pip install uv uv venv uv pip install kuzu Under 1 ms to resolve and install your very on local embedded graph DB!
@charliermarsh
Charlie Marsh
8 months
Announcing uv: an extremely fast Python package installer and resolver, written in Rust. uv is designed as a drop-in alternative to pip, pip-tools, and virtualenv. With a warm cache, uv installs are near-instant. Here, it's > 75x faster than pip and pip-tools.
Tweet media one
201
1K
7K
0
2
8
@kuzudb
Kùzu
1 year
Our next blog post is on how to use Kùzu as a PyG Remote Backend ( @PyG_Team ) to scale your GNN models out of memory! tldr; If you have very large graphs that don't fit on your machine's memory, store your graphs on Kùzu and with 1 line of change on your
0
2
8
@kuzudb
Kùzu
7 months
Byte #6 The beauty of open source software is that sometimes, great integrations can come from the community. Very soon, we will provide zero-copy access (via Arrow) to @DataPolars (Polars) DataFrames. If you use Polars in your workflows, read on! 🧵 1/
1
2
8
@kuzudb
Kùzu
2 months
Happy Friday! It's time for another hands-on tutorial with @tech_optimist on the 3 ways you can interact with @kuzudb . We show how to use the Python and Rust client APIs, the command line interface (CLI), and Kùzu Explorer, a visual, web-based UI.
1
1
8
@kuzudb
Kùzu
9 months
If you're interested in RAG on unstructured data but are intimidated because of the flurry of activity, DON't BE - the area is easier to digest than it may look! #KnowledgeGraphs can lead to interesting directions: KG construction, linking text chunks for retrieval and more.
@TheYotg
The Year of the Graph
9 months
RAG using unstructured data, the role of #KnowledgeGraphs & #GraphDB Overview & future work by @semihsalihoglu Design decisions when preparing a RAG using unstructured data: What additional data to put in prompts How to store and fetch additional data
Tweet media one
0
2
14
1
3
8
@kuzudb
Kùzu
8 months
Our FOSDEM 2024 lightning talk's video recording is up live at the link below. Have a look, and reach out to us with any comments or questions! (1/2)
1
2
8
@kuzudb
Kùzu
8 months
@kuzudb is at @fosdem 2024, presenting an overview on graph database management systems and how Kùzu can help make graph data science easier. Come and listen if you're interested to know more about graphs!
1
2
8
@kuzudb
Kùzu
4 months
📣 In the coming weeks, we will be releasing a series of videos (prepared by @semihsalihoglu ) that introduce key concepts of #graph databases and their feature set as applies to @kuzudb . The first video in this series is out! 👇🏽🧵
1
2
7
@kuzudb
Kùzu
1 year
Kùzu v0.0.4 is released & comes with: (i) Node.js, C bindings, Windows support; (ii) Shortest path & undirected relationship queries; (iii) Struct and SERIAL data types (iv) Improvements to data loading speed! Release post: #graphdatabase #kuzudb #kuzu
0
5
6
@kuzudb
Kùzu
8 months
Byte #5 Recent versions of @kuzudb allow direct scanning from CSV or parquet files. With these, you can inspect your data before inserting it to a graph. The scan function is accessed with the LOAD FROM statement, as described in our docs. 🧵👇🏽
1
3
7
@kuzudb
Kùzu
25 days
Attn: #golang users! Kùzu's officially supported Go API is now out! Check out the installation steps here: For now, it's Linux and macOS only, but we are actively looking at adding Windows support.
1
3
7
@kuzudb
Kùzu
5 months
At yesterday's lightning talk @KGConference in #NYC , @tech_optimist presented some of @kuzudb 's standout features. 5 glorious minutes just flew by! Check out our recent version's release notes on our GitHub repo and give us a ⭐️ pip install kuzu
Tweet media one
Tweet media two
0
2
7
@kuzudb
Kùzu
8 months
Kùzu byte #2 We recently introduced more compression in Kùzu's storage engine. Let’s start with bit-packing, a common integer compression algorithm. In the LDBC SF100 comments table, we note a 42.5% reduction in size, and a 72% improvement in full table scan time! 🧵👇
1
3
7
@kuzudb
Kùzu
24 days
In this byte #14 , we'll showcase a recent feature in @kuzudb : Python UDFs. Say you have a node table `Product` in your graph, containing the original and discounted prices of a product as properties on the node. The image below shows such a node table with 3 products: 🧵👇🏽
Tweet media one
1
2
7
@kuzudb
Kùzu
4 months
We just published another video by @semihsalihoglu that addresses the burning question of "When do you need a graph database?", and how GDBMSs are different from RDBMSs. If you're coming from the world of RDBMSs, we think you'll find some answers here :)
1
2
7
@kuzudb
Kùzu
1 year
📽️📽️Here is our 2nd user meeting's video: Thanks to Xiyang and @guodongjin_ for the presentation of latest features and our roadmap and thanks to all users for joining and giving feedback! Enjoy 😀! #kuzudb #graphdatabase
0
1
6
@kuzudb
Kùzu
8 months
We just released some preloaded example databases to make it easier for users to get comfortable playing with RDFGraphs in Kùzu! Popular RDF datasets like DBPedia, EWordnet, Geonames and Yago knowledge graphs are available to experiment with 👇🏽
1
2
6
@kuzudb
Kùzu
3 months
Secure your tickets to @theaiconference now! We will be there 🤝🏽
@AIconference
The AI Conference
3 months
Meet Prashanth Rao, an accomplished AI engineer at @kuzudb , an innovative embedded graph database startup in Ontario, Canada. With dual master's degrees in Aerospace Engineering from the University of Michigan and Computer Science from Simon Fraser University, @tech_optimist
Tweet media one
1
1
8
0
0
6
@kuzudb
Kùzu
10 months
📽️Here is the video of our user meeting from yesterday: Thanks to Xiyang and Chang for the presentation and thanks to all users for joining and giving feedback! Enjoy 📽️ #kuzu #kuzudb #graphdatabase
0
0
6
@kuzudb
Kùzu
1 year
🚀 Excited to announce our latest blog post on @kuzudb , featuring @CommonFateTech and @chr_norm ! 🙌 Discover how they harness the power of @kuzudb and #Graphviz to analyze complex #AWS identity and access management permissions. Check it out:
0
3
6
@kuzudb
Kùzu
1 year
📢📢Join Kùzu engineer Xiyang Feng explain why and when developers need graph database management systems and an overview of Kùzu tonight in Toronto Modern Data Stack Meetup:
0
2
5
@kuzudb
Kùzu
8 months
Kuzu byte #3 We continue our exploration of Kùzu's storage engine: this time, dictionary compression, common in many database systems. Dictionary data structures allow higher compression ratios by not storing duplicate strings, but rather, a dictionary and an index. 🧵👇
1
4
5
@kuzudb
Kùzu
5 months
Join @tech_optimist and many like-minded professionals in New York City on 8 May, for the Knowledge Graph Conference 2024! We will be presenting on modern graph databases and knowledge graph management using @kuzudb 🚀. See you there! #KGC2024
Tweet media one
0
1
5
@kuzudb
Kùzu
8 months
To kick off our development in 2024, we're starting a series of short posts/threads that describe key concepts introduced in recent versions of @kuzudb , which we're calling "Kùzu bytes". Here's byte #1 , the first of many more to come!
@kuzudb
Kùzu
8 months
Our latest release of Kùzu includes a complete rewrite of our storage engine with compression. Over the coming days, we will go over some of the key ideas. The first of these is called "Node Groups" 🧵 👇
1
2
11
0
0
5
@kuzudb
Kùzu
7 months
Here's our recording for our fourth user group meeting. We discuss our new RDFGraphs support, extension framework, and our upcoming roadmap for the next releases of @kuzudb . Have a watch and reach out to us with any questions/comments!
0
2
5
@kuzudb
Kùzu
7 months
Attention all #graph enthusiasts: Join our next user group meeting on 27 February, 2024, where we'll discuss some of our new features such as RDFGraphs, our storage layer features and more. More details on Discord:
1
1
5
@kuzudb
Kùzu
5 months
Using the Kùzu plugin for RDFLib with these libraries, you can build more complex pipelines than the one shown here. Check out the examples in @derwen_ai 's kglab repo to see a variety of other RDFLib plugins you get access to in Python.
1
1
4
@kuzudb
Kùzu
11 months
📢 We will be hosting our next user meeting on Wednesday Nov 22nd at 11:00am-12:00pm EST. The Zoom link is in the announcement channel of our Slack: Hope to see some of you there! 📢
@kuzudb
Kùzu
11 months
📢📢 We will be releasing Kùzu v0.1.0 early next week. To go over our changes since v0.0.7 and discuss our roadmap for the rest of the year, we are going to hold a user meeting on Nov 21st (Tue) or Nov 22nd (Wed). If you are interested in Kùzu and joining our user meeting,
0
2
9
0
0
4
@kuzudb
Kùzu
2 years
kuzu> RETURN 'Hello World!'; 😀
0
0
4
@kuzudb
Kùzu
1 year
We have a long way to go but great to see @kuzudb highlighted by @StarHistoryHQ ! 🥳 (didn't know 650 stars was a milestone).
@StarHistoryHQ
Star History
1 year
650 ⭐️ Kùzu is a graph database management system (GDBMS). @kuzudb 🍊 #starhistory #GitHub #OpenSource
Tweet media one
0
0
2
0
1
4
@kuzudb
Kùzu
1 year
Kùzu v0.0.3 is released and comes with: @PyG_Team Remote Backend support to train GNNs out of memory, data ingestion from multiple files, improvements to query optimization, a new state-o-art buffer manager, new data types including FIXED-LIST for storing node features.
0
3
4
@kuzudb
Kùzu
3 months
It's a busy week for Kùzu Inc. in Toronto! Join us for the first of three meetups we'll be at: @MindstoneHQ 's AI Meetup in Toronto on 9 July @ 6 PM, MaRS Discovery District, 101 College St.
1
1
4
@kuzudb
Kùzu
6 months
It's yet another day and it's time for yet another excellent podcast! Recently, @semihsalihoglu spoke with @bigdata where he discusses knowledge graphs, LLMs, @kuzudb , and more 👇🏽
@bigdata
Ben Lorica 罗瑞卡
6 months
🆕💡🎧 @semihsalihoglu of KuzuDB on - LLMs for text-to-SQL / text-to-Cypher systems - LLMs for automatic knowledge graph construction - do knowledge graphs boost retrieval augmented generation #LLM #GenAI
2
1
5
3
5
4
@kuzudb
Kùzu
1 year
📢We will be holding our 2nd user meeting this Wednesday (August 23rd) at 1-2pm EDT (so Waterloo time). If you would like to join please join our Slack workspace to obtain the Zoom link and see the announcements channel: See you all there!📢
0
2
4
@kuzudb
Kùzu
2 months
New features to enhance functionality: - Remote Kùzu databases - Python UDFs - List lambda functions - Scan and copy directly from Polars and Pandas DataFrames - Scan arrow-backed Pandas DataFrames - Decimal data type And more! ...
1
1
4
@kuzudb
Kùzu
1 year
An excellent blog post on @kuzudb 's internals and positioning as a graph database from one of our users @tech_optimist ! 🚀 Aside from great performance demonstrations, we hope it convinces people about the serious engineering that is going into the system and that @kuzudb at
@tech_optimist
Prashanth Rao
1 year
One of the more exciting developments in graph DBs in recent times is @kuzudb , a modern, lightweight, blazing fast 🔥 graph database written in C++ that’s emerging as a powerful option for analytically querying very large graphs. Thread 🧵👇🏼
2
12
69
0
0
4
@kuzudb
Kùzu
1 year
@hsinskip @tb_tomaz @hwchase17 @neo4j Looking forward to hearing more about this! Also consider trying out @kuzudb 😀! It should be much easier to use than developing on server/client systems.
0
0
4
@kuzudb
Kùzu
2 months
For users of @DataPolars , this release of @kuzudb comes with significant enhancements to usability: You can now directly scan and copy the contents of Polars DataFrames to Kùzu. All with an improved, easier to use syntax - no need to use a subquery - you can COPY directly!
Tweet media one
1
0
3
@kuzudb
Kùzu
3 months
Our website has some updates! Towards the bottom, we include some information on the support options offered by Kùzu Inc. If you are interested in taking your graph-based applications to production using @Kuzudb , we encourage you to reach out to us!
1
0
3
@kuzudb
Kùzu
2 years
The third post by @semihsalihoglu to cover our CIDR paper! In case you missed it, the first post is here () on Kùzu’s goals and vision as a system , and the second post is on factorization (). Enjoy reading!
@semihsalihoglu
Semih Salihoğlu
2 years
Why Graph DBMSs Need New Join Algorithms: Story of Worst-case Optimal Joins: I wrote a post on "worst-case optimal" join algorithms: a core algorithm in Kùzu & a topic that has kept me busy for long. Tldr; 👇 #kuzudb #graphdatabase #graphdb #gdbms 1/5
1
6
17
1
0
3
@kuzudb
Kùzu
2 months
New extensions: - Scan @sqlite tables and copy them into @kuzudb tables (this is in addition to the pre-existing DuckDB and Postgres scanners) - Support for scanning/copying from and copying to JSON files
1
1
3
@kuzudb
Kùzu
6 months
Recent releases have also improved the default color palette and drawing styles. We actively welcome user feedback, so feel free to docker pull kuzudb/explorer and begin visually exploring your graphs in @kuzudb ! 5/5
0
0
3
@kuzudb
Kùzu
4 months
If you're in the Bay Area, join @tech_optimist at GitHub HQ for the @aicampai meetup on June 4th! In our talk, we'll be exploring some of the ways in which knowledge graphs are used in conjunction with LLMs and graph DBs to power RAG applications.
1
0
3
@kuzudb
Kùzu
7 months
You can now launch a Docker container that wraps a Kùzu server and some convenience endpoints to query it. To access a local Kùzu database, simply mount its path to the container's /database directory as follows:
Tweet media one
1
0
1
@kuzudb
Kùzu
9 months
It's a new year, and it's time for a fresh look to our online community! Like many others, we have settled upon #discord to build our growing community of knowledge graph enthusiasts and graph database users.
1
0
3
@kuzudb
Kùzu
8 months
For the LDBC benchmark SF100, we now see a 25% reduction in our Kùzu database’s size, going down from 125 GB to 94 GB! In upcoming releases, we hope to further improve the storage engine’s compression capabilities. Join our Discord to learn more!
0
0
3
@kuzudb
Kùzu
10 months
📢 Don't forget to join our user meeting tomorrow! We'll discuss latest features in Kùzu and the upcoming major features we are working on! Date/Time: Nov 22nd, 11am-12pm EST. Zoom: See the announcement channel in our Slack: See you all there! 📢
0
0
3
@kuzudb
Kùzu
7 months
Future versions of Kùzu will support even more convenience features, such as the ability to natively scan PostgreSQL tables, as well as native support for Arrow tables. Give it a try on your own data and let us know how you use Kùzu! pip install kuzu
0
0
2
@kuzudb
Kùzu
8 months
All #fosdem talks are recorded and the slides are made available for free after the event, so look for another update when the recording becomes available. In the meantime, feel free to reach out to us online or on Discord! URLs in the event link page above 👆🏽.
0
0
2
@kuzudb
Kùzu
1 year
@tb_tomaz @llama_index @tb_tomaz : We support labeled property graphs with a schema, i.e., dbs consist of node & rel records with predefined properties. But we are extending the system with better support for RDF: (). You can see our roadmaps in our repo:
0
0
2
@kuzudb
Kùzu
8 months
In summary, @kuzudb offers users a convenient means to transfer their knowledge graphs into an RDF form that can then be conveniently queried via Cypher and shared with others. See our docs for a much deeper dive on this, and enjoy this new feature!
0
1
1
@kuzudb
Kùzu
6 months
As many know, RDF has its roots in knowledge representation and reasoning (KRR), a field of AI known as "good-old-fashioned" symbolic AI. The blog discusses several directions to improve LLMs with RDF-based or more broadly KRR-based technology. Enjoy!
0
0
2
@kuzudb
Kùzu
5 months
To summarize, you can now perform similarity search in @kuzudb using cosine similarity, dot product, inner product and cross product. See our docs for the syntax used, and reach out to us with any questions on the approach shown here! pip install kuzu
1
0
2