Replies: 1 comment
-
pipeline_wrapper.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, I am struggling setting up a custom pipeline with qdrant, chromadb and ollama.
Could someone please have a look? 🙂
Attached is the pipeline, Dockerfile, requirements.txt and docker-compose.yml
Any hint is really appreciated.
`2025-05-20 17:09:45 | WARNING | hayhooks.settings:check_cors_settings:74 | Using default CORS settings - All origins, methods, and headers are allowed.
INFO: Started server process [1]
INFO: Waiting for application startup.
2025-05-20 17:09:45 | INFO | hayhooks.server.app:deploy_pipelines:103 | Pipelines dir set to: /pipelines
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:1416/ (Press CTRL+C to quit)
2025-05-20 17:09:57 | ERROR | hayhooks.server.utils.deploy_utils:load_pipeline_module:176 | Error loading pipeline module: Failed to load 'chat_pipeline' pipeline module spec
INFO: 127.0.0.1:46674 - "POST /deploy_files HTTP/1.1" 422 Unprocessable Entity`
requirements.txt
[Dockerfile.txt](https://github.com/user-attachments/files/20
docker-compose.txt
353221/Dockerfile.txt)
pipeline_wrapper.txt
Beta Was this translation helpful? Give feedback.
All reactions