kotaemon icon indicating copy to clipboard operation
kotaemon copied to clipboard

[REQUEST] - PG SQLDocStore DocStore

Open monuminu opened this issue 5 months ago • 0 comments

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

monuminu avatar Sep 02 '24 17:09 monuminu