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

Allow to point custom api/grpc url/port for Weaviate local #365

Open
gurobokum opened this issue Feb 1, 2025 · 0 comments
Open

Allow to point custom api/grpc url/port for Weaviate local #365

gurobokum opened this issue Feb 1, 2025 · 0 comments

Comments

@gurobokum
Copy link

I'd like to be able to point custom endpoints for Weaviate instance

with connect_to_local(
additional_config=AdditionalConfig(timeout=self.get_timeout())
) as weaviate_client:
yield weaviate_client

similar to

with connect_to_embedded(
hostname=self.hostname,
port=self.port,
grpc_port=self.grpc_port,
persistence_data_path=self.data_path,
additional_config=AdditionalConfig(timeout=self.get_timeout()),
) as weaviate_client:
yield weaviate_client

And it would be great to pass auth_credentials as well
https://github.com/weaviate/weaviate-python-client/blob/62985c43934cd4dadb5e5e30f436231bf330cfe1/weaviate/connect/helpers.py#L157

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

No branches or pull requests

1 participant