LightRAG icon indicating copy to clipboard operation
LightRAG copied to clipboard

[Feature Request]: Postgres: Creating extensions VECTOR and AGE if not already extended in the Postgres DB

Open acsangamnerkar opened this issue 7 months ago • 0 comments

Do you need to file a feature request?

  • [x] I have searched the existing feature request and this feature request is not already filed.
  • [x] I believe this is a legitimate feature request, not just a question or bug.

Feature Request Description

Request is to create VECTOR extension OR AGE extension in PostgresDB if it is not already extended. This will streamline the operational deployment process of Lightrag server using Docker with Postgres DB.

As of now, the configure_age class method does check the AGE graph if will be a simple change to the method to accomplish the AGE extension creation if it does not exist.

VECTOR extension check and creation can be done when the vector db is created in the postgres implementation.

Additional Context

No response

acsangamnerkar avatar May 25 '25 20:05 acsangamnerkar