-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add llm-rs-python to haystack-integrations #28
Comments
Glad you enjoyed playing around with I already thought about adding it to the haystack-integrations and posting a short message + example in your discords I don't know how much you know about the GGML ecosystem but there will soon (maybe 1-3 weeks) be a change from the current GGJTv3 file format to a new GGUF format which will be a breaking change with all executers ( I see Haystack as a more stable and production ready alternative to LangChain and i don't want to publish an integration that will break in 1-3 weeks. These reoccuring file format changes were one of the reasons why i started contibruting to the I will probably wait until GGUF and embedding generation with BERT-like models is finished and i can switch one of my Retrieval Augmented QA pipelines from pytorch over to |
Hey @LLukas22 - It's great to hear that you are making sure you're building a project that is maintained and are conscious of people being able to use it 🙏 Some thoughts from me, it's totally up to you when and how you do this:
|
Alright, i'll try to post about this via discord when i get back home from work and i'll probably add a little disclaimer hinting that there will be breaking changes soon. Concerning the integrations page, i could create a draft but i would like to wait until GGUF lands in the |
Sounds good @LLukas22 |
Hey @LLukas22 - I just wanted to check back in here and see if you'd like to create a page for Haystack integrations. |
Disregard me :D - You're already in touch with @anakin87 on Discord 🤗 |
@TuanaCelik I haven't forgotten about this, and i'm still planning on adding this after GGUF is finalized. But we still need to integrate full GGUF support into rustformers. And since Philpax (the original GGUF creator) and I are currently quite busy that could take some time. As already stated we will probably need more time on the rust side of things as we are also working on candle a bit and plan to integrate it in the near future, especially for embedding purposes. |
Hey @LLukas22!
I'm Stefano and I work on the Haystack project.
I found
llm-rs-python
by chance and started experimenting with it on my laptop and was really impressed! 💣So I would like you to add your project to haystack-integrations:
if you open a PR there, your project will also appear in the Haystack website.
What do you think? Does this sound good to you?
The text was updated successfully, but these errors were encountered: