Chandrak1907

Results 5 comments of Chandrak1907

Thank you for responding. One follow up question. What was the rationale behind padding characters to a maximum length of 52. There will be 26 upper case letters, 26 lower...

There is some confusion. In my understanding, padding is applied to only **characters** not to words.

I guess this feature is already implemented in ordinal encoding. > Ordinal encoding uses a single column of integers to represent the classes. An optional mapping dict can be passed...

updating langchain-core did not resolve the problem for me: Python version: 3.8 Ragas version==0.1.7 langchain==0.1.1 langchain-community==0.0.16 langchain-core==0.1.40 langchain-openai==0.0.6

is there any resolution to this problem?