dleemiller / WordLlama

Things you can do with the token embeddings of an LLM
MIT License
1.21k stars 35 forks source link

A example of using WordLlama for a RAG pipeline #25

Closed dinhanhx closed 1 hour ago

dinhanhx commented 1 week ago

https://github.com/dinhanhx/cpu-ish-rag

I recently implement a RAG pipeline with WordLlama, FAISS, gpt-4o-mini. You can copy my code for your own example as you wanted in your roadmap.

SSobol77 commented 1 week ago

Hello, Thank you for information. Do you have a script for FreeBSD without Linux emulation? Regards, Siergej Sobolewski

Wysłano z programu Outlook dla systemu Androidhttps://aka.ms/AAb9ysg


From: dinhanhx @.> Sent: Wednesday, September 25, 2024 10:14:50 AM To: dleemiller/WordLlama @.> Cc: Subscribed @.***> Subject: [dleemiller/WordLlama] A example of using WordLlama for a RAG pipeline (Issue #25)

https://github.com/dinhanhx/cpu-ish-rag

I recently implement a RAG pipeline with WordLlama, FAISS, gpt-4o-mini. You can copy my code for your own example as you wanted in your roadmap.

— Reply to this email directly, view it on GitHubhttps://github.com/dleemiller/WordLlama/issues/25, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ54EX6OQIFRNF76YRC2MHTZYJWHVAVCNFSM6AAAAABOZ6MROOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DOMRZGU3DINY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

dinhanhx commented 1 week ago

@SSobol77 sorry sir, I think you mistake me with someone else. I don't do anything with FreeBSD

SSobol77 commented 1 week ago

Oh, I'm so sorry, I really didn't write this to you, it's from overwork. You have a very interesting project, I'll look at it a little later, there are no free capacities yet, everything is in progress. Once again, I apologize very much and wish you luck in your project.

Regards, Siergej Sobolewski

Wysłano z programu Outlook dla systemu Androidhttps://aka.ms/AAb9ysg


From: dinhanhx @.> Sent: Wednesday, September 25, 2024 2:21:04 PM To: dleemiller/WordLlama @.> Cc: Siergej Sobolewski @.>; Mention @.> Subject: Re: [dleemiller/WordLlama] A example of using WordLlama for a RAG pipeline (Issue #25)

@SSobol77https://github.com/SSobol77 sorry sir, I think you mistake me with someone else. I don't do anything with FreeBSD

— Reply to this email directly, view it on GitHubhttps://github.com/dleemiller/WordLlama/issues/25#issuecomment-2373931552, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ54EX64OQXQQZV7PUOTNRDZYKTDBAVCNFSM6AAAAABOZ6MROOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZTHEZTCNJVGI. You are receiving this because you were mentioned.Message ID: @.***>

dleemiller commented 1 hour ago

This is cool! Thanks for sharing. I'll add it to the community projects.