Open rajuptvs opened 1 month ago
I have tried other embedding models like nomic too..
This is a duplicate of https://github.com/explodinggradients/ragas/issues/1170 - sadly we don't support ollama model right now and we are working to fix this issue
do keep an eye on the root issue for update
@jjmachan, is it ollama specific issue, and is there a way to use local llms through other methods.. like vllm/huggingface for test set generation.
@rajuptvs vllm works really well. Just ref https://docs.vllm.ai/en/v0.6.1/serving/serving_with_langchain.html to create the langchain llm object and you can pass it through to the llm argument
[X] I have checked the documentation and related resources and couldn't resolve my bug.
Describe the bug I am unable to create test data set, using Ollama models , it is getting stuck at the Generating common concepts and timing out
Ragas version: 0.2.2 Python version: 3.11.5
Code to Reproduce Share code to reproduce the issue
Error trace
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.