You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys,
I understand that the examples doesn't need to be perfect, but at least working. They're meant to be a trace to implement more stuff but how can be a starting point be broken?
None of the lama index rag pipelines install properly. I've two suggestions, first is to have all the examples working and installable, the second is to build a database of trusted pipelines which are verified and safe to be installed
The text was updated successfully, but these errors were encountered:
I encountered an issue where the pipelines function is required. Specifically, when loading models, the code expects a pipelines function to exist and be callable.
The relevant error trace is:
File "/app/main.py", line 216, in load_modules_from_directory PIPELINES = get_all_pipelines()
File "/app/main.py", line 53, in get_all_pipelines if callable(pipeline.pipelines):
As you can see, the pipelines function is called using callable, but the interface or documentation for this is unclear.
Proposed Solution
To resolve this, I suggest implementing a pipelines function (for self.id="pipe") in the module as shown below:
Hello guys,
I understand that the examples doesn't need to be perfect, but at least working. They're meant to be a trace to implement more stuff but how can be a starting point be broken?
None of the lama index rag pipelines install properly. I've two suggestions, first is to have all the examples working and installable, the second is to build a database of trusted pipelines which are verified and safe to be installed
The text was updated successfully, but these errors were encountered: