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
The example setting for llm factory (text = "my_project.get_text_llm") suggests the function (pythonpath) should be linked by dots, while it needs a colon before function name to work with ragbits (like described in the docstring of subclass_by_factory - factory_path: A string representing the path to the factory in the format of "module.submodule:factory_name".)
Suggestion - just fix the examples to my_project:get_text_llm
How can we reproduce it?
Relevant log output
The text was updated successfully, but these errors were encountered:
patryk-kowalski-ds
changed the title
Misguiding documentation for setting preferred factory functions
bug: misguiding documentation for setting preferred factory functions
Mar 2, 2025
What happened?
The example setting for llm factory (text = "my_project.get_text_llm") suggests the function (pythonpath) should be linked by dots, while it needs a colon before function name to work with ragbits (like described in the docstring of subclass_by_factory -
factory_path: A string representing the path to the factory in the format of "module.submodule:factory_name".
)Suggestion - just fix the examples to my_project:get_text_llm
How can we reproduce it?
Relevant log output
The text was updated successfully, but these errors were encountered: