From e6bc1cb851a34303e4ea7379cab50aeccd727d84 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 17 Feb 2025 20:27:35 +0100 Subject: [PATCH] Removed AI message --- lightrag/api/docs/LightRagWithPostGRESQL.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/lightrag/api/docs/LightRagWithPostGRESQL.md b/lightrag/api/docs/LightRagWithPostGRESQL.md index 9fc0dd89..96d036e1 100644 --- a/lightrag/api/docs/LightRagWithPostGRESQL.md +++ b/lightrag/api/docs/LightRagWithPostGRESQL.md @@ -1,5 +1,3 @@ -Certainly! Below is an updated version of the guide with instructions that ensure the `pgvector` extension is activated specifically within the database intended for use with LightRAG. - # Installing and Using PostgreSQL with LightRAG This guide provides step-by-step instructions on setting up PostgreSQL for use with LightRAG, a tool designed to enhance large language model (LLM) performance using retrieval-augmented generation techniques.