kotaemon
kotaemon copied to clipboard
[REQUEST] - PG SQLDocStore DocStore
Reference Issues
Adding SQLDocstore for Postgres as Docstore
Summary
Adding SQLDocstore for Postgres as Docstore
Basic Example
COLLECTION_NAME = "test"
store = SQLDocStore(
collection_name=COLLECTION_NAME,
connection_string=os.environ['POSTGRES_CONNECTION_STRING'])
Drawbacks
NA
Additional information
No response