Description
I have a self hosted weaviate instance consisting of 4 nodes running on a k8s cluster on azure. This is behind a spring cloud gateway and accessed from outside through a path /weaviate and gets routed to the the running weaviate instance.
Python client V3 accepts a url parameter, but V4 client is not using the base path.
How can i connect to the weaivate instance from outside the cluster by using the path ? eg. https://app.example.com/weaviate
Server Setup Information
- Weaviate Server Version: 1.26.1
- Deployment Method: k8s
- Multi Node? Number of Running Nodes: 4
- Client Language and Version: Python and Java
- Multitenancy?: No