amin-kh96
amin-kh96
i deifned this function to not use the LLM calls but it still give me this error: Exception has occurred: AttributeError 'list' object has no attribute 'get_sample_type' File "C:\Users\Amin\OneDrive -...
I wrote this code and I am using a subclass of LLM and BASERAGASEMBEDDINGS. I already have the embeddings and I face the error to set the API key.to solve...
I checked the evaluate function and deep inside there is a function called 'embedding_factory'. by default it use openai I put the whole function here. def embedding_factory( model: str =...
I create a subclass of baseragassembeddings. because I already have all the embeddings for context, query, and question. I did this to not use the openai API key. because it...
API KEY
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** I wrote this code and I get the error: The api_key...