Kirushikesh DB

Results 15 comments of Kirushikesh DB

If you using pickle library to save the model. you can use pickle.load() to access it later. https://www.geeksforgeeks.org/understanding-python-pickling-example/

@joy13975, when initialising the OpenAI LLM we are providing the temperature right `llm = ChatOpenAI(temperature=0)` and temperature in . generate_prompt() is also an optional parameter.

@jjmachan ,I was facing the same problem, i even tried with ragas v0.0.22 but getting an different error ``` from ragas.metrics import faithfulness, answer_relevancy, context_relevancy, context_recall from ragas.langchain.evalchain import RagasEvaluatorChain...

@jjmachan, I was getting an different error when executing the above code with non-OpenAI LLM, can you look on that #656

@dmpiergiacomo which LLM are you using and what is the error?

Hello @marklysze , for the first question no its not about langchain-huggingface instead its how to use Langchain with Autogen. Currently Langchain supports atmost all the LLM's out there from...

Hello @marklysze, unfortunately i don't have anthropic api-keys may be you can help me with this. For Meta Llama do you mean using the model through HuggingFace? If yes, the...

@marklysze i am not sure what's the issue, its literally loading the model from huggingface. I have tried with `mistralai/Mistral-7B-Instruct-v0.1` model as well it worked. Btw i am running it...