module documentation
Undocumented
Class |
|
No class docstring; 0/3 property, 0/7 class variable, 1/5 method documented |
Class |
|
No class docstring; 0/3 property, 0/1 instance variable, 0/6 class variable, 1/6 method documented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Function | ollama |
Undocumented |
Function | ollama |
Undocumented |
Function | ollama |
Undocumented |
Variable | logger |
Undocumented |
def ollama_embedding(endpoint:
str
, model: str
, input_features_versions: str
, prompt_template: str
, embedding_name: str | None
= None, precomputed_prompt_key: str
= 'full_prompt') -> OllamaEmbeddingPredictor
:
(source)
¶
Undocumented
def ollama_generate(endpoint:
str
, model: str
, prompt_template: str
, input_features_versions: str
) -> OllamaGeneratePredictor
:
(source)
¶
Undocumented
def ollama_generate_contract(prompt:
FeatureReferencable
, contract_name: str
, endpoint: str
, model: str
, entities: list[ FeatureFactory] | FeatureFactory
, output_source: CodableBatchDataSource | None
= None, contacts: list[ str] | None
= None, tags: list[ str] | None
= None) -> ModelContractWrapper[ OllamaGeneration]
:
(source)
¶
Undocumented