Тёмный
No video :(

Graph RAG with Ollama - Save $$$ with Local LLMs 

Prompt Engineering
Подписаться 168 тыс.
Просмотров 17 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@programwithpradhan
@programwithpradhan Месяц назад
Definitely waiting for fully customisation of graph RAG using open source models
@JohnBoen
@JohnBoen Месяц назад
Great discussion. I am tackling things differently, and it seems to work pretty well. I use ChatGPT to manually construct subject-predicate-target statements from a document. Instructions to infer root names from prepositional references, etc... I feed this into a graph database. User-entered text is passed to a local Llama3 instance to construct a graph query - this query is executed against the graph database. This result set is added to the initial user text and passed to an appropriate LLM.
@_shikh4r_
@_shikh4r_ Месяц назад
That's interesting
@engineerprompt
@engineerprompt Месяц назад
that's a really interesting approach. Would love to learn more if you can share.
@JohnBoen
@JohnBoen Месяц назад
@engineerprompt I am using this to create story context. Convert a 3 paragraph randomly generated bio into a bunch of subject-predicate-target statements like Zahlar - loves - Dhardor city. Dhardor city - has - slums. Generate a random paragraph about all targets. Add more subject-predicate-target statements where the target is now the subject. Do this for 30 people. I am having so much fun reading story ideas that I am not making progress on the code!
@mohammadchegini57
@mohammadchegini57 Месяц назад
@@JohnBoen Are you planning to publish anything in GitHub?
@maxs6128
@maxs6128 Месяц назад
Hey! Cool video. I actually built a full local solution using Ollama, no need for LM Studio at all. Here's what I did: I created a proxy that translates between OpenAI API embeddings and Ollama's format, both ways. The cool thing is, it works flawlessly for both global and local queries. I'd be happy to share the script with you if you're interested!
@athomas7347
@athomas7347 Месяц назад
Would love to see this!
@maxs6128
@maxs6128 Месяц назад
ollama embeddings proxy on git hub
@engineerprompt
@engineerprompt Месяц назад
Awesome. Would love to have a look at the code. Please do share.
@tofani-pintudo
@tofani-pintudo Месяц назад
If you're comfortable, why not open source it man!
@whlau6191
@whlau6191 Месяц назад
Thanks, could you share the GitHub link? Thank you very much for the effort!
@MeinDeutschkurs
@MeinDeutschkurs Месяц назад
Yeah! Prompting is key. Llama3 is very good at step by step instructions. Print this, write that, do this and combine 12:08 that, finally this. The good thing is that larger models are also able to understand this, but most of the time it does not work in the other direction.
@maxs6128
@maxs6128 Месяц назад
ollama embeddings proxy on git hub. This script bridges the gap between OpenAI's embedding API and Ollama, making it compatible with the current version of Graphrag
@jasmeetsingh6121
@jasmeetsingh6121 Месяц назад
Hey, great video, A couple questions 1. Can I create the Graph using Llama3-70B and then use a different LLM (which doesn't have a rate limit) to answer RAG queries ? 2. Can I create a partial Graph, and update it as more data comes in (rather than create the Graph all over again) ?
@BrandonFoltz
@BrandonFoltz Месяц назад
Yea I tried using llama-3 in LM Studio and using OpenAI embeddings since its cheap. GraphRAG detonated (after waiting an hour of course). It seems like it did all the LLM stuff OK and embeddings OK, but at the end when trying to put everything together it just went to crap. Too specific to using OpenAI for everything. Even using 4o it was more expensive than a six pack of beer and I ain't giving that up.
@engineerprompt
@engineerprompt Месяц назад
I agree. Hopefully the community will be able to modify the code to add real support for open weight models.
@mrchongnoi
@mrchongnoi Месяц назад
Definitely have to use this with local models. I burned $46.00 in tokens. I waited 10 minutes before I could test the application. Your text files have to be 8-bit clean, or the app will blow up. Graph Rag is not a gift from microsoft.
@engineerprompt
@engineerprompt Месяц назад
I agree, its very expensive. Great a proof of concept but not yet ready for real use-cases. Local models is the way to go, if you can make it work properly.
@awakenwithoutcoffee
@awakenwithoutcoffee Месяц назад
what about Lamini fine-tuning ? this might just be the best of both worlds. Would be really interesting to see comparisons between traditional RAG (optimized techniques), graphRAG and fine-tuning (lamini).
@nguyenanhnguyen7658
@nguyenanhnguyen7658 Месяц назад
May work with English-only and not even work with vLLM due to buggy parameters !
@WeirdoPlays
@WeirdoPlays Месяц назад
CrewAI vs AutoGen vs Langgraph
@engineerprompt
@engineerprompt Месяц назад
or create your own agents :) working on a series on how to do that.
@awakenwithoutcoffee
@awakenwithoutcoffee Месяц назад
LangGraph since it abstracts the minimum and is made to fill the gaps of LangChain.
@MrAhsan99
@MrAhsan99 Месяц назад
Does this RAG provides better results compared to semantic chunking?
@TranKiet-pj9mw
@TranKiet-pj9mw Месяц назад
actually , when going with entity extraction , people can extract Noun and adj as a text fiile then make a cluster , using it in struct to send a request to bigger model such as chat GPT , the struct is well defined , accoding 5 topic of science so it always return a value you want to looking and decreasing the complexity . my structure is simple , define , formulate , it s shortcut of which ? ( looking for enpoint ) , middle point ( by tracking respond then sending again) ,.. the structure will depend on user . Let define "Noun" , is that Noun using for approximating a thing as a word ? . so when we now Noun and define for that word, we know the relevant topic around it , and because synonym is limited , so just respond over time , it would get the converge information , and luckily , we could use a little trick to get 1000 account for free . but my method is still limit when i dont define math formulate , and other language except english , some define still not unclear enough and fragment information only sense when take big sample . your method is great too , why have to stick in one idea , the more would be better . thanks
@readmarketings9061
@readmarketings9061 Месяц назад
If Graphrag can’t match the quality of Diffbot while being cheaper, it’s currently not useful.
@engineerprompt
@engineerprompt Месяц назад
didn't know about it, will check it out.
@user-wr4yl7tx3w
@user-wr4yl7tx3w Месяц назад
great content and analysis
@engineerprompt
@engineerprompt Месяц назад
thanks
@meelanc1203
@meelanc1203 Месяц назад
Thanks for the video, but are you, by chance, sharing the code modifications? I did not see any links.
@engineerprompt
@engineerprompt Месяц назад
The code is available when you create the graph rag repo. Watch the previous video for how to do that.
@shameekm2146
@shameekm2146 Месяц назад
For embedding model as well can't we use ollama? I see that mixedbread mxbai is available.
@engineerprompt
@engineerprompt Месяц назад
I haven't had much success with it yet.
@xinzhang3502
@xinzhang3502 Месяц назад
So compared to GPTs, his search generation effect will be better?
@engineerprompt
@engineerprompt Месяц назад
that will depend on your hardware.
@takshitmathur2761
@takshitmathur2761 Месяц назад
if my data size is larger(say 1000 pdfs) then the embedding cost will be too high, even if we use local models the time taken is too high right now. what do you think about using gemini pro model for doing that, as google charges no cost up to 300$ for AI projects. Maybe you can suggest your views and make a video on this in future?
@_shikh4r_
@_shikh4r_ Месяц назад
Not sure about how accurate it would be. You will definitely have to craft your own prompts and experimenting with different prompts till you get a decent graph rag as a result would also cost you some money. It would take cycles, how much time do you have?
@SethCohn23
@SethCohn23 Месяц назад
chromadb FTW
@engineerprompt
@engineerprompt Месяц назад
:)
@Sceptic850
@Sceptic850 Месяц назад
Could you use gemini Flash or Claude Haiku or DeepSpeed V2 to keep costs down??
@engineerprompt
@engineerprompt Месяц назад
That is possible as long as they use the same standard as openai api. For embeddings, its a very different story.
@brucewayne2480
@brucewayne2480 Месяц назад
Have you tried to use it with an existing neo4j graph ?
@engineerprompt
@engineerprompt Месяц назад
Not this specific project.
@lesptitsoiseaux
@lesptitsoiseaux Месяц назад
Doesn't work on PC. I'll try on Mac. I haven't found a video that actually makes it work on PC locally.
@Sri_Harsha_Electronics_Guthik
@Sri_Harsha_Electronics_Guthik Месяц назад
Much appreciated!
Далее
Multi-modal RAG: Chat with Docs containing Images
17:40
💀СЛОМАЛ Айфон за 5 СЕКУНД😱
00:26
Graph RAG: Improving RAG with Knowledge Graphs
15:58
Просмотров 50 тыс.
I Analyzed My Finance With Local LLMs
17:51
Просмотров 466 тыс.
This AI Agent with RAG Manages MY LIFE
10:52
Просмотров 11 тыс.
Is This the End of RAG? Anthropic's NEW Prompt Caching
18:50
How does function calling with tools really work?
10:09
Agentic RAG: Make Chatting with Docs Smarter
16:11
Просмотров 12 тыс.
You've been using AI Wrong
30:58
Просмотров 478 тыс.