docs/integrations/graphs/apache_age/ #29136
Replies: 1 comment 3 replies
-
Hi, i'm trying the examples but i got this error: An error occurred: 1 validation error for GraphCypherQAChain And I have checked that AGEGraph is instance of GraphStore. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/integrations/graphs/apache_age/
Apache AGE is a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine’s fork of PostgreSQL 10, AgensGraph, which is a multi-model database. The goal of the project is to create single storage that can handle both relational and graph model data so that users can use standard ANSI SQL along with openCypher, the Graph query language. The data elements Apache AGE stores are nodes, edges connecting them, and attributes of nodes and edges.
https://python.langchain.com/docs/integrations/graphs/apache_age/
Beta Was this translation helpful? Give feedback.
All reactions