openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
MIT License
20.96k stars 3.68k forks source link

[Refactor] convert postgres delete implementation to parameterized query #434

Open kurt-r2c opened 2 months ago

kurt-r2c commented 2 months ago

Pull Request (PR) Checklist

Short Description:

Refactor the Postgres datastore delete implementation to use parameterized queries.

Issue(s) Linked: N/A

Branch:

Branch in fork: https://github.com/kurt-r2c/chatgpt-retrieval-plugin/tree/kb/postgres-delete-parameterized-query

Code Changes & Tests:

Minimal changes - existing Postgres test suite passed.