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

Freeze During Upload Step in Data Processing Script #62

Open
HyunjunA opened this issue Apr 9, 2024 · 4 comments
Open

Freeze During Upload Step in Data Processing Script #62

HyunjunA opened this issue Apr 9, 2024 · 4 comments

Comments

@HyunjunA
Copy link
Contributor

HyunjunA commented Apr 9, 2024

image
  • Experiencing a Freeze at the Upload Stage
@jay-m-dev
Copy link
Collaborator

Please add the following information:
steps to reproduce
OS

@HyunjunA
Copy link
Contributor Author

I renamed the .env.sample file to .env, updated the OPENAI_API_KEY with my own API key, and set the WEAVIATE_URL to http://mylocalIP:8080. I configured .env files in both the Frontend and Backend folders of the KRAGEN_Dashboard and initialized the config.json in the Backend using config.json.sample. Lastly, I executed the command docker-compose run kragen setup test.csv on my Mac.

@jay-m-dev
Copy link
Collaborator

I've experienced freezing, but so far, only when the WEAVIATE_URL is set to the wrong IP address. I'll add logs on the setup process (to get a better reading on this) when I work on #61

@jay-m-dev
Copy link
Collaborator

Found a related issue in the Weaviate Client Connection (see here).
Perhaps adding a timeout_config as explained here may work. Or we can also try using a different method to get a client as explained here.
Alternatively, we could just migrate to using the weaviate client v4 (issue #53). But resolving #53 may take some time, since the v4 API is very different from v3.

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

2 participants