dwata icon indicating copy to clipboard operation
dwata copied to clipboard

Config structure changes for data_sources - Database

Open brainless opened this issue 1 year ago • 0 comments

Database struct has a field DatabaseAuthentication which is not optional but it should be since some locally hosted databases generally do not need this. Redis, Qdrant are examples.

Also, add API_KEY as a means of authentication instead of username, password for hosted databases with API key based authentication.

brainless avatar May 12 '24 14:05 brainless