Тёмный
Kamalraj M M
Kamalraj M M
Kamalraj M M
Подписаться
Machines with processors that can crunch 250+ GFlops are accessible to everyone who has access to a mail account, and a browser. I believe that making these machines work for you will be best thing to work on at this moment. I enable you to do that.

From the Other Side...
Insight Builder
Комментарии
@user-wr4yl7tx3w
@user-wr4yl7tx3w 2 дня назад
Is this free?
@insightbuilder
@insightbuilder 2 дня назад
Its open source server that you can use on your own machine. So yep its free in that sense. Video has full information...
@lakshmipanguluri6939
@lakshmipanguluri6939 5 дней назад
Hi Kamalaraj, when using the unstructured library for extracting images and text,tables from the scanned pdf files in windows. I got the error, poppler is not found and in path?. i'm installed poppler in the program files and add the path in the system variables also.. stll im getting the same error... can i install poppler in local or vs code ? please help me in this issue sir...
@insightbuilder
@insightbuilder 4 дня назад
@@lakshmipanguluri6939 I reviewed the challenge you are facing, and it's most likely you are using windows. stackoverflow.com/questions/53481088/poppler-in-path-for-pdf2image The above SO post provides different solutions for your issue. Try them out and update. The most easiest solution is to move to Ubuntu OS.... WSL creates some weird challenges...
@lakshmipanguluri6939
@lakshmipanguluri6939 4 дня назад
@@insightbuilder Thanks for your response. Will try and update you… still if it is not working then I’ll move to ubuntu os… thank you so much for your valuable advice…🙂
@rehsan8141
@rehsan8141 6 дней назад
Thank you, the explanation was very clear and simple. I will finish the entire series.
@thannon72
@thannon72 20 дней назад
You cannot fine tune the models using DSPy.
@ruidinis75
@ruidinis75 22 дня назад
If I wanted to use Groq to improve the embeddings and better LLM what would be the change? And wouldn't the vector database be local to be used as RAG?
@insightbuilder
@insightbuilder 21 день назад
@@ruidinis75 endpoints will change. The location of vector DB can be local or remote
@ruidinis75
@ruidinis75 22 дня назад
Very good
@2dapoint424
@2dapoint424 24 дня назад
what are you running to "start the langchain server"?
@prashanthkolaneru3178
@prashanthkolaneru3178 27 дней назад
can I integrate dspy with qwen72B?
@insightbuilder
@insightbuilder 23 дня назад
@@prashanthkolaneru3178 You can do that using hugging face endpoints.. I discuss how to use them in the vids
@prashanthkolaneru3178
@prashanthkolaneru3178 22 дня назад
@@insightbuilder thank you
@ridhimasehgal618
@ridhimasehgal618 27 дней назад
Could you please tell me how can we get source documents in vector store router toolkit?
@mohammedsuhail1500
@mohammedsuhail1500 28 дней назад
Hi sir, open ai API key is been shown will not be a problem for you if someone uses it?
@insightbuilder
@insightbuilder 23 дня назад
@@mohammedsuhail1500 I have changed the key, so it's not an issue. Good observation
@hariharasudhan9127
@hariharasudhan9127 Месяц назад
Thank you sir it is an excellent playlist
@kusumapothapragada8163
@kusumapothapragada8163 Месяц назад
Very detailed explaination. I have gone thru almost 15 videos before this. But none of them were so detailed to the point. Thank you
@genuine643
@genuine643 Месяц назад
Great 👌
@AmanIndia-m5l
@AmanIndia-m5l Месяц назад
Can you help me understand, how the examples being chosen out of trainset provided in Botstrapfewshot. Also, I understand that it add rationale in the questions but like how Bootstrapfewshot works. Can you go in the code and try to gather the information, the teacher and student model, it was not clear.
@insightbuilder
@insightbuilder Месяц назад
@@AmanIndia-m5l github.com/stanfordnlp/dspy/blob/main/dspy%2Fteleprompt%2Fbootstrap.py The above script implements the bootstrapwitheandomsearch and there is random_search in the same path which implements the BsFsWRs algo. To understand the working, you have to get comfortable with how metrics works, and how bootstrap withfewshots works..try that first.
@AmanIndia-m5l
@AmanIndia-m5l Месяц назад
Can you show the input it goes to LLM's, is it the same being shown in last videos. Well if then it is just re writing the signature in a certain way, not optimizing it or generating new one!
@AmanIndia-m5l
@AmanIndia-m5l Месяц назад
I have been working on DSPy from a month, and truly saying, I uncover that, it just we write the stuff in a certain format LLM better understand, nothing much, can you please comment your views!
@insightbuilder
@insightbuilder Месяц назад
@@AmanIndia-m5l DSPy framework's primary objective is to automatically tune the prompts for better reply from the LLM. LLMs give better reply when good examples outputs are provided in the prompts. So DSPy adds these examples to the signature when you compile the Modules. I hope the above makes sense. The compilation, and it's optimization are the keys that you have to dive deep and understand.
@noobonplay7596
@noobonplay7596 Месяц назад
Hey man can't we just do all this on a docker container? Rather than getting an ec2 instance?
@insightbuilder
@insightbuilder Месяц назад
docker is possible, and there are tutorials provided by matrix team themselves. Much of the configuration is automated there. My intention is provide in depth understanding for any one who might need alternate route.
@HarshGajera-f4f
@HarshGajera-f4f Месяц назад
Hi Kamalraj, I need your help with a project I'm working on. The project involves storing dataset records that come from different sources like Hugging Face, imports, etc. I have stored these dataset records on GCP, and now I need to send these records to Argilla. I noticed that to push records to Argilla, we need to convert the data into Argilla's data structure. The problem is that I don't have a specific record format because Hugging Face uses different record formats for different models. Could you please help me with this? Thank you!
@insightbuilder
@insightbuilder Месяц назад
@@HarshGajera-f4f I remember argilla has some integration with HF datasets, could you share your git repo I can review when time permits.
@HarshGajera-f4f
@HarshGajera-f4f Месяц назад
Hi Kamalraj, I need your help with a project I'm working on. The project involves storing dataset records that come from different sources like Hugging Face, imports, etc. I have stored these dataset records on GCP, and now I need to send these records to Argilla. I noticed that to push records to Argilla, we need to convert the data into Argilla's data structure. The problem is that I don't have a specific record format because Hugging Face uses different record formats for different models. Could you please help me with this? Thank you!
@sesburg
@sesburg Месяц назад
Could you teach me how the "trace" argument can be used to improve training? All it says on the official document is that trace is turned off during evaluation and optimization, but turned on during compiling and bootstrapping. Can trace be used to monitor the evaluation metric somehow?
@insightbuilder
@insightbuilder Месяц назад
@@sesburg During metrics calculation, you can add traces that you want, when you are going to make your own metrics. There are some community examples that touch this idea
@sesburg
@sesburg Месяц назад
@@insightbuilder Thank you. What keyword should I use to find such community examples? Or could you give me some links? Much appreciated!
@insightbuilder
@insightbuilder Месяц назад
@@sesburg DSPy is AI framework, so the ecosystem surrounding it will have such examples. Weaviate has here in their cookbook github.com/weaviate/recipes/blob/main/integrations/llm-frameworks/dspy/ Also search for "DSPy receipe" that might provide some links.
@VaibhaviSavani-q3g
@VaibhaviSavani-q3g Месяц назад
Why download the model? Can I directly run from the HF? something like - 'HF_MODEL_ID':'distilbert/distilbert-base-uncased-finetuned-sst-2-english', instead of storing in s3? Wouldnt that automatically download model into s3?
@rahulcn1314
@rahulcn1314 Месяц назад
Thank you for this video
@SamuelDevdas
@SamuelDevdas Месяц назад
Thanks! It would be really helpful if the print output cells colours are better visible.
@user-nu1xf9dh6p
@user-nu1xf9dh6p Месяц назад
can i add a project using pandas and fastapi to my resume? Is it a good project for resume ?
@sayeedafatimajabeen6895
@sayeedafatimajabeen6895 Месяц назад
Hello, I can't find the source code of this in the github link, can you please help me out.
@dogan1318
@dogan1318 Месяц назад
It's a great explanation for ollama thank you sir. But i am getting a ```{"error":"model 'llama2' not found, try pulling it first"}``` even i already pull and run the model in my server.
@user-md1xf3bs9k
@user-md1xf3bs9k Месяц назад
Hello. Can you tell me how I can persistently store the embedded data for further processing like searching?
@SamuelDevdas
@SamuelDevdas 2 месяца назад
Comprehensive, best tutorial of dspy!
@AdamLichty
@AdamLichty 2 месяца назад
Advice for future videos, don't use all caps, it's harder to read.
@timtensor6994
@timtensor6994 2 месяца назад
can you actually put mutlilple questions in a sing tavily search . So perhaps a) I want to find X b) Where is X located c) What does it work on d) What is the USP of X ?
@anilshinde8025
@anilshinde8025 2 месяца назад
Py is for pytorch. Great series
@rahulhobby
@rahulhobby 2 месяца назад
Hi Kamalraj, I have a question. Whats the point of using Evaluator Function ? Its not going to optimize the prompt rite.. so, its purpose is just to see how model responds to a dataset. Or , is it meant to be used again once the prompts are optimized so that we can verify whether the optimization is good or not ?
@rahulhobby
@rahulhobby 2 месяца назад
Hi Kamalraj, One question. At 8.54 In the code you were using print("Response by OpenAI: ", resp.answer). ie, you are trying to print the answer. But in the output that got printed, the Question and answer was present. why is that ? problem happened with your question "Whos is the worlds fastest man and women" . But the answer was ok for your previous question " President of India"
@preetamverma5661
@preetamverma5661 2 месяца назад
It is nice to see this type of content. Appreciate the work.
@preetamverma5661
@preetamverma5661 2 месяца назад
Can we have more similar type of videos please . Awesome Job done here .
@fabsync
@fabsync 2 месяца назад
Great series man! Keep it coming! It will be great to see a tutorial on how to search a bunch of pdfs with vector search..
@adebisi6137
@adebisi6137 2 месяца назад
Great Dude !!!!!!!!
@WhattheAI
@WhattheAI 2 месяца назад
You are doing an amazing job man
@matthewwalker7063
@matthewwalker7063 2 месяца назад
brother you are the king. yes please on the dataset building!!!!!!
@insightbuilder
@insightbuilder 2 месяца назад
Check out playlist on argilla in this channel, you will find a better more streamlined way of building datasets. I will update on DSPy datasets in sometime
@bonadio60
@bonadio60 3 месяца назад
Very nice content. Thanks!
@bonadio60
@bonadio60 3 месяца назад
This series on DSPy should be on their website. Good content.
@bonadio60
@bonadio60 3 месяца назад
Hi from Brazil, great explanation, your DSPy series is very good. Thanks
@afrosymphony8207
@afrosymphony8207 3 месяца назад
hello, i'll like to setup stablediffusion comfy ui using modal but there's no video about modal for absiolute beginners let alone stbldiffusion. they have something about stablediffusion in their docs but its just outdated, the images their trial stablediffusion demo makes look very outdated. pls if you can, can you make a video about using stblediffusion in modal
@samuelwilson7448
@samuelwilson7448 3 месяца назад
Nice. Explaining how the implementation is done in dspy was helpful. Keep up the good work my friend
@vijayantpanda
@vijayantpanda 3 месяца назад
Great video and demo. can you share the github repo for further exploration ?
@EnricoGolfettoMasella
@EnricoGolfettoMasella 3 месяца назад
Excellent video! You made a very complex subject easier to be digested ✌🏼✌🏼
@rossholland879
@rossholland879 3 месяца назад
Hi there. Do you have any videos about DSPy Tool Calling / Function calling React ?
@muhammadsuleman-qv8oz
@muhammadsuleman-qv8oz 3 месяца назад
Really helpful content ♥️
@underdogAI
@underdogAI 3 месяца назад
My dude, you are the GOAT. You're our primary source of DSPy knowledge on new releases. Are you working on a synthesiser video? <3
@XeroToOne
@XeroToOne 3 месяца назад
Will we have to write our own validation function to be used as metric in teleprompt, if we have multiple output parameters?
@insightbuilder
@insightbuilder 3 месяца назад
Metrics in DSPy are basically "test cases" built with assert statements. One can use the readily available metrics like Accuracy, F1 Score function inside HF's evaluate library. However one has to wire the outputs of your prompts as inputs to the said functions.
@rahaf.r8318
@rahaf.r8318 3 месяца назад
Is it ok to install 32bit os ?
@rahaf.r8318
@rahaf.r8318 3 месяца назад
I have tried to install torch but it didn't work is this the problem? that I have to install 64bit ?
@insightbuilder
@insightbuilder 3 месяца назад
Kindly share the error that it threw when you tried to "Import Torch" on your 32-bit OS. We need to look at your full error trace, and then only we can find the solution. Its better to use 64-bit OS only.