From 3c15a2def599c356f9ae54725c303a9c427ce7bd Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 17 Feb 2025 20:37:17 +0100 Subject: [PATCH] linting done --- assets/.keep | 1 - lightrag/api/docs/LightRagWithPostGRESQL.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 assets/.keep diff --git a/assets/.keep b/assets/.keep deleted file mode 100644 index 6c37b163..00000000 --- a/assets/.keep +++ /dev/null @@ -1 +0,0 @@ -empty file to create assets folder diff --git a/lightrag/api/docs/LightRagWithPostGRESQL.md b/lightrag/api/docs/LightRagWithPostGRESQL.md index 96d036e1..75088660 100644 --- a/lightrag/api/docs/LightRagWithPostGRESQL.md +++ b/lightrag/api/docs/LightRagWithPostGRESQL.md @@ -1,6 +1,6 @@ # 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. +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. ## Prerequisites