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

Connecting to Weaviate issue using the local runner #41

Open
mrchtr opened this issue Dec 14, 2023 · 0 comments
Open

Connecting to Weaviate issue using the local runner #41

mrchtr opened this issue Dec 14, 2023 · 0 comments

Comments

@mrchtr
Copy link
Collaborator

mrchtr commented Dec 14, 2023

We identified a bug in the indexing pipeline, which appears to be confined to a specific docker and linux version. To address this issue, when encountering a similar problem, follow these steps to resolve the bug:

When running the index_weaviate component with the local runner, there may be issues connecting to a local weaviate instance. To resolve this, note that we typically use http://host.docker.internal to determine the correct address of the database. However, in the specific setup where the issue arises, the host name is not recognised in the operating system.

In such cases, a workaround is to use the IP address 172.17.0.1 directly instead of relying on http://host.docker.internal to ensure successful connectivity.

Docker version: Docker version 20.10.17, build 100c701
OS: Debian GNU/Linux 11 (bullseye)

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