MikewasG

Results 6 comments of MikewasG

I got the same error, is there any solution?

For you reference,I update the version of Ollama to latest and the issue been fixed,but still not sure why this issue happened. OS:Windows10 WSL2

This is really a fantastic project, thank you for your effort! On the other hand, I'm also curious to know if you will provide methods for training or fine-tuning this...

Wonderful project! I have same question, can I use other LLM model?

@NielsRogge This is truly an amazing project! I have a few questions I would like to ask: 1. Can I still use the approach provided in this project for fine-tuning...

I have same issue. I try to add some import as below: ```Python from langchain.embeddings import HuggingFaceBgeEmbeddings from langchain.embeddings import HuggingFaceEmbeddings ``` but the issue still happen.