Display Equations in ChatGPT
9:23
Пікірлер
@user-jp8hs7lj6q
@user-jp8hs7lj6q Минут бұрын
looking forward to another END TO END video but for more intermediate level!
@user-jp8hs7lj6q
@user-jp8hs7lj6q 3 минут бұрын
big thanks for this video -- i learned a lot!!
@Moochers
@Moochers 9 сағат бұрын
@ 38:07 when you type in "from langcahin.embeddings import Huggingface..." It doesn't work for me. When you type H, you get a bunch of suggestions, some have symbols to the left of them. I only get 5 suggestions, they all have a "{ }" next to them, but they don't match what you put.
@TYTennis
@TYTennis 19 сағат бұрын
Hi, this is great thank you so much I'm learning a lot from this. I see you said this wasn't production ready and that improvements could be made. What improvements do you think you would make and why would that be an improvement? Thanks again for this video, you're very ahead with tech :)
@walberc
@walberc 23 сағат бұрын
Congrats. Awesome vídeo
@ismailcenik8892
@ismailcenik8892 Күн бұрын
Thanks!
@ismailcenik8892
@ismailcenik8892 Күн бұрын
In my PDF files, there are several questions organized in tables. I want to extract these questions group by group, considering the headers, etc. There will be 4-6 sets of questions. Should I use an LLM for this task? I believe Llama cannot handle this part. If so, which ChatGPT model would be the best fit for this use case? I previously implemented a project involving chat with multiple PDFs using a specific model of chatgpt. Is it still a good idea to use that model, or is there a better option available now? By the way, I will have some paragraphs in future pdf files where I am supposed to extract structured data as well. What is your recommendation in general?
@bhaveshmore2429
@bhaveshmore2429 Күн бұрын
Is there any alternative for langchain? Because it is very heavy to exe conversation
@gladwinguster1229
@gladwinguster1229 Күн бұрын
ATTENTION GUYs! Streamlit is not free anymore they will atleast charge you dollars a month!
@fuadmhnr
@fuadmhnr Күн бұрын
Man, this tutorial save me. Thank you Alejandro. Merci!
@antoniommota31
@antoniommota31 Күн бұрын
Awesome . Thank you for your classes. I would to see something similar, but local
@supalarry1009
@supalarry1009 Күн бұрын
you are a legend, thank you!
@mumbaevans
@mumbaevans Күн бұрын
LlamaParse is okay with tables but struggles with intricate mathematical formulas. Guess its hard to do formulas for everyone.
@mohsenghafari7652
@mohsenghafari7652 2 күн бұрын
Thank you for your valuable efforts. get APIKey It is difficult for me. Do you know any other solutions? Thank you for your reply
@alejandro_ao
@alejandro_ao Күн бұрын
hey there, is that because your company requires that the data not leave the premisses?
@Moochers
@Moochers 2 күн бұрын
when you are embedding on the free vs the paid method, let's say you want to embed on the free method but it's a lot of pages so it will take long but you only need this once. For example, I'm uploading the PDF locally to use with the AI. Do I have to embed every time or can I save those embeddings and just use that so that it's faster?
@Matepediaoficial
@Matepediaoficial 2 күн бұрын
Great!! As always!! Thanks!!
@alejandro_ao
@alejandro_ao Күн бұрын
<3
@armanbangash9885
@armanbangash9885 2 күн бұрын
How to increase the processing speed of chunks and embedding when we used the 50 pdfs
@alejandro_ao
@alejandro_ao Күн бұрын
that would usually take a bit of time :/ the good news is that you only need to do the indexing once. after the contents are indexed, retrieval is very fast
@armanbangash9885
@armanbangash9885 2 күн бұрын
Tremendous dude, so what is the efficient way to interact with 50+ pdfs documents. how to do it? and how to reduce the latency when running the code.
@Arkantosi
@Arkantosi 2 күн бұрын
Keep up the good work, you're great!
@alejandro_ao
@alejandro_ao Күн бұрын
will do!!
@surendrachoudhary1644
@surendrachoudhary1644 2 күн бұрын
If we need to chat with data in off table, we can use this api and output can be sent to a vector database (rag app) and then we can chat with that table?
@alejandro_ao
@alejandro_ao Күн бұрын
absolutely, that's the main use of this api. since the table is converted to markdown, it can be used in retrieval for rag apps :)
@VictorLopez-ot5su
@VictorLopez-ot5su 2 күн бұрын
what is the port for chainlit?
@happyshadow
@happyshadow 2 күн бұрын
I know a guy called Rag. He works for Embark Studios
@alejandro_ao
@alejandro_ao Күн бұрын
is he good at retrieval?
@happyshadow
@happyshadow Күн бұрын
@@alejandro_ao yes, as long as he's given a reality check
@esyjournal
@esyjournal 2 күн бұрын
Fantastic content
@alejandro_ao
@alejandro_ao Күн бұрын
Much appreciated :)
@cryptosimon9529
@cryptosimon9529 2 күн бұрын
Would love to see something similar but using hugging face 🤗
@alejandro_ao
@alejandro_ao Күн бұрын
Noted!
@megamind452
@megamind452 3 күн бұрын
Will this work with the pdfs containing images and fonts?
@alejandro_ao
@alejandro_ao Күн бұрын
absolutely. it even works with powerpoint slides
@megamind452
@megamind452 Күн бұрын
@@alejandro_ao I just tried it gave me the markdown. But the images are missing 😞
@samcavalera9489
@samcavalera9489 3 күн бұрын
Many thanks bro! Fantastic video as always! I was wondering if you could give me an advice: My work primarily involves using RAG on scientific papers (let's say hundreds!) , which often include figures that sometimes convey more information than the text itself. Can LlamaParser analyse the figures and add a description of them in the markdown file? (That will literally create llm professors via RAG!) If not, Is there a technique to incorporate these figures into the vector database along with the paper’s text? Essentially, for multi-modal vector embedding that includes both text and images, what’s the best approach to achieve this? I greatly appreciate your insight 🙏🙏🙏
@alejandro_ao
@alejandro_ao Күн бұрын
hey sam, i'm glad this is useful! that's a great question. i am actually working on a comprehensive set of tutorials dealing precisely with with multimodal rag. essentially, you have to use a model with vision like GPT-4V to parse the tables and images if you want to do this. expect to see this in the channel soon!
@samcavalera9489
@samcavalera9489 Күн бұрын
@@alejandro_ao MANY MANY THANKS 🙏 🙏 🙏 that will help the academic research greatly! Passionately looking forward to watching and learning from them!
@rodrigobogado653
@rodrigobogado653 3 күн бұрын
Bro, I follow your videos, what you do is really good, it helped me a lot with my work, so I joined your channel!
@alejandro_ao
@alejandro_ao Күн бұрын
hey man, thank you so much!! so glad to have you on board and very happy to know that you have found my work useful :) let me know if i can help you with anything :)
@rodrigobogado653
@rodrigobogado653 Күн бұрын
@@alejandro_ao Come on bro, I'm just doing a cancer project and although it's not similar to the dataset you used, the example you gave in other videos was one of the things I also used as a guide. When it is well prepared I will show it to you so you can give an opinion.
@admonitoring-pi9os
@admonitoring-pi9os 3 күн бұрын
thanks
@alejandro_ao
@alejandro_ao Күн бұрын
it's my honour
@youngchrisyang
@youngchrisyang 3 күн бұрын
Awesome contents as always, thanks Alejandro!
@alejandro_ao
@alejandro_ao Күн бұрын
thanks chris!
@DesmondBai
@DesmondBai 3 күн бұрын
Great video Alejandro, can I ask which theme you are using for your terminal
@alejandro_ao
@alejandro_ao Күн бұрын
hey there, thanks! sure. the theme is robbyrussell and i'm running it with ohmyzsh 😎
@vagnerbelfort687
@vagnerbelfort687 3 күн бұрын
Hi Alejandro! Can I do this with a local model on my server?
@alejandro_ao
@alejandro_ao 3 күн бұрын
hey there, it is possible to have LlamaParse run within your own system. but that is only possible for bigger companies with their enterprise solution. you can get in touch with them for that here: www.llamaindex.ai/contact i am not an official interface of LlamaIndex, but when I asked Jerry (the founder of LlamaIndex) this same question, he mentioned that LlamaParse (and LlamaCloud) uses its own GenAI for parsing these documents, and the process and model they built to make this possible is proprietary. so you cannot just install it on your computer. however, if your company requires that the data never leaves your premises, they can put LlamaCloud within your servers with the enterprise solution. if your concern is privacy, Jerry declared that they do not store any source data from their clients. sometimes they might store metadata of the documents to improve retrieval, but that's all. you can hear his response from this same question here: kzbin.info/www/bejne/n57PgmSfmN2jeLc on minute 41:34.
@vagnerbelfort687
@vagnerbelfort687 3 күн бұрын
@@alejandro_ao Right!! Thank you very much for your feedback.. I need to extract tables from laboratory PDF documents, this is extremely sensitive data. That's why I'm looking for an LLM or IA that does this locally. I have already managed to extract when the table is only on one page, but the table sometimes overflows into several pages and then it becomes more complex to apply logic to it. I will continue to look for a solution.. I always watch your videos, they help me a lot. Congratulations!!
@alejandro_ao
@alejandro_ao 2 күн бұрын
@@vagnerbelfort687 This means a lot! Thanks!! That sounds like a pretty interesting task. Let me know if you find a way to do that. I am preparing a bunch of videos on advanced RAG so I might cover something like this soon!
@GregPeters1
@GregPeters1 3 күн бұрын
As always, great content!
@alejandro_ao
@alejandro_ao 3 күн бұрын
you're the best
@flakky626
@flakky626 3 күн бұрын
Cool and informative vid thanks
@alejandro_ao
@alejandro_ao 3 күн бұрын
no problem! it's mostly useful to create RAG applications
@BiXmaTube
@BiXmaTube 3 күн бұрын
Hi Alejandro, How to reach you for a consultancy? Tried the consultancy link but it is not working. Can you kindly share an email address? Cheers!
@alejandro_ao
@alejandro_ao 3 күн бұрын
happy to hear that!
@BiXmaTube
@BiXmaTube 3 күн бұрын
@@alejandro_ao Thanks. But I asked for an email to contact you :)
@alejandro_ao
@alejandro_ao 3 күн бұрын
Hey, sorry about that! That must have been a bug with my UI! Sure, you can send me an email to [email protected]. I will be going back to consulting starting from next week.
@Singularity_Podcast
@Singularity_Podcast 3 күн бұрын
awesome, love your content!!
@alejandro_ao
@alejandro_ao 3 күн бұрын
thank you so much!
@VenkatesanVenkat-fd4hg
@VenkatesanVenkat-fd4hg 3 күн бұрын
I believe, we don't know what is happening & inside llama parse
@alejandro_ao
@alejandro_ao 3 күн бұрын
indeed, they use GenAI for parsing the documents, and it the exact way how they do that is part of their secret sauce. but they make it possible to run LlamaCloud (and LlamaParse) within your servers as part of their enterprise solution so you can be sure that the data never leaves your premises
@brabbbus
@brabbbus 3 күн бұрын
​@@alejandro_ao can implement this using NextJs React?
@skalrdink1243
@skalrdink1243 4 күн бұрын
Can this work on gemini ?
@alejandro_ao
@alejandro_ao 3 күн бұрын
not yet! it has been in my todo list for a while, but haven't got around to doing that yet. the repo is open source, though. so if by any change you are able to do it, i will be grateful!
@seththunder2077
@seththunder2077 5 күн бұрын
Can we have a video where user uploads multiple file types like pdf, word doc etc...
@alejandro_ao
@alejandro_ao 3 күн бұрын
i love this idea
@seththunder2077
@seththunder2077 3 күн бұрын
@@alejandro_ao thanks! Excited for it. I think its a very common use case where ppl wanna have multimodal RAG on several doc types and return the source doc
@happyshadow
@happyshadow 5 күн бұрын
Could a workflow be created that could interact with an OS X Audio software (for example logic or cubase) to carry out tasks? For example grouping audio files, dropping those files into the app, colour coding, sorting into folders and maybe even using the application to assess audio files to determine volume levels. I'm keen to speed up the mundane part of my work
@pauledam2174
@pauledam2174 5 күн бұрын
can anyone tell me where MeetingPrepTasks is defined in the github repo?
@Shivang0369
@Shivang0369 5 күн бұрын
Hello brother where have you used LangChain's API? You mentioned it in .env file ? Also i am using the OpenAI model 3.5 for which i am getting below error: openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16385 tokens. However, your messages resulted in 16734 tokens. Please reduce the length of the messages.", 'type': 'invalid_request_error', 'param': 'messages', 'code': 'context_length_exceeded'}} kindly tell me what should I do? I am planning to build this chatbot at enterprise level, which have larger database. Keep uploading brother, great explanation
@YaxiHan
@YaxiHan 5 күн бұрын
cool video! Will you plan for a video on deploying LLM applications
@alejandro_ao
@alejandro_ao 3 күн бұрын
hey there, i have a pretty rudimentary tutorial here: kzbin.info/www/bejne/bWXGZH6Xdr2DrM0 in it, i show how to deploy a streamlit app like the one you see here
@Matepediaoficial
@Matepediaoficial 6 күн бұрын
As always! Great!
@alejandro_ao
@alejandro_ao 3 күн бұрын
<3
@littlestaurt10
@littlestaurt10 6 күн бұрын
<10 views! People are sleeping on such quality content!
@alejandro_ao
@alejandro_ao 6 күн бұрын
maybe i should change the thumbnail 😓
@rifkyuntara6112
@rifkyuntara6112 6 күн бұрын
@@alejandro_ao more clickbait
@alejandro_ao
@alejandro_ao 5 күн бұрын
@@rifkyuntara6112 i'm trying to make it more clickable 😅, not super good at it!
@sibims653
@sibims653 6 күн бұрын
Please make tutorials of llamaindex
@alejandro_ao
@alejandro_ao 6 күн бұрын
there's one coming up this week indeed :)
@felixkindawoke
@felixkindawoke 6 күн бұрын
could you do a tutorial on call a pdf? So voice chatting with a document?
@obdstardiag
@obdstardiag 6 күн бұрын
awesome!
@alejandro_ao
@alejandro_ao 3 күн бұрын
Thank you! Cheers!
@edmashokmusic1692
@edmashokmusic1692 7 күн бұрын
this is the best tutorial i have ever watched. thanks a lot man. And Instead of train, test. is there any benefit of using train, validation, test?