Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config structure changes for data_sources - Database #118

Open
brainless opened this issue May 12, 2024 · 0 comments
Open

Config structure changes for data_sources - Database #118

brainless opened this issue May 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers rust Pull requests that update Rust code

Comments

@brainless
Copy link
Owner

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 brainless added bug Something isn't working good first issue Good for newcomers rust Pull requests that update Rust code labels May 12, 2024
@brainless brainless self-assigned this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers rust Pull requests that update Rust code
Projects
Status: In review
Development

No branches or pull requests

1 participant