age
age copied to clipboard
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
Integrated datum_image_hash and datum_image_eq to the logic for the VLE edge property datum match. Additionally, both were added to agtype_eq and agtype_ne. The hope is that, for large datums, these...
**Describe the bug** When execute 'create table as select * from cypher(...)' using pgsql, the sql will return an error, if I create table xxx first, and then insert into...
Added logic to support returnless unions in subqueries. Added regression tests to support this addition. Modified regression tests to capture more cases.
I currently found a pull request that seems to be AGE integrated into PostgreSQL. [[PROPOSAL] Integrated age extension into the postgresql database #1801](https://github.com/apache/age/pull/1801) I want to know if the Apache...
Add support for multiple labels in CREATE, MERGE and MATCH clause. **Important Notes:** - Before merging, please rerun the workflow again. Any tests that were added after this branch was...
**Is your feature request related to a problem? Please describe.** Vector usage is very skyrocketing now. so, market wants to handle with them using database. but we didnt. exactly, the...
**Describe the bug** Warning when building AGE on MacOS **How are you accessing AGE (Command line, driver, etc.)?** Accessing AGE through command line. **What data setup do we need to...
I removed the duplicate abstract field from the provides.ApacheAGE section, as it's already present at the root level.
Since graph-based RAG frameworks have gained attention recently, I propose integrating AGE into AI development frameworks such as LangChain or LlamaIndex to increase AGE's utility in the AI industry. Below...
As a user and developer exploring graph databases, I've been actively using Apache AGE and have found it to be a valuable tool for leveraging graph capabilities within PostgreSQL. However,...