Krits

Results 17 comments of Krits

AttributeError: 'LLMTestCase' object has no attribute 'items' data = LLMTestCase( question=query, answer=actual_output, ground_truth="Vector databases store and provide access to unstructured data", contexts=retrieval_context, )

ValueError: Dataset feature "contexts" should be of type Sequence[string], got data = { 'question': [query], # List with a single question 'answer': [actual_output], # List with a single answer 'contexts':...

KeyError('summary') Exception raised in Job[2]: TypeError(CustomOllama.agenerate_text() got an unexpected keyword argument 'n')

AttributeError('CustomOllama' object has no attribute 'model_name')

Object of type PromptValue is not JSON serializable ragas evaluation

Mean answer_correctness Score N/A

Error in str.on_chain_start callback: AttributeError("'str' object has no attribute 'ignore_chain'") AttributeError in AnswerSimilarity callback: 'str' object has no attribute 'raise_error'