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

Enable usage of the local WeaviateDB without a secure connection. #23

Merged
merged 2 commits into from
May 9, 2024

Conversation

nihadtz
Copy link
Contributor

@nihadtz nihadtz commented Apr 22, 2024

The default connection will be https, but in constructor you can set it to be http. This is a good approach to having a vector database inside Docker. There is no need to set up certificates.

@adhityan
Copy link
Collaborator

Thanks for sending this PR in. Can the scheme be only http or https ? Should we be setting the type to 'http' | 'https' instead of string?

@adhityan
Copy link
Collaborator

LGTM. I can merge this but there is now a conflict in the documentation. Could you pull, merge and push back?

The default connection will be https, but in constructor you can set it to be http. This is a good approach to having a vector database inside Docker. There is no need to set up certificates.
@adhityan adhityan merged commit f965536 into llm-tools:main May 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants