quackamollie.model_manager.llama_index.helpers.llama_index_model_entry_point module¶
- quackamollie.model_manager.llama_index.helpers.llama_index_model_entry_point.get_llama_index_models_from_entrypoints(entrypoint_group: str) Dict[str, Type[MetaLlamaIndexQuackamollieModel]][source]¶
Parse entry_points from a group in order to load and make dynamically available MetaLlamaIndexQuackamollieModels through the LlamaIndexQuackamollieModelManager
- Parameters:
entrypoint_group (str) – The entry_point group to iterate over to dynamically find llama_index custom models
- Returns:
A dictionary of MetaLlamaIndexQuackamollieModels indexed by entry_point name
- Return type:
dict