LangChain101: Connect Google Drive Files To OpenAI

preview_player
Показать описание

Connect Google Drive with OpenAI to generate summaries and ask questions on your documents

0:00 - Set up
1:47 - Code

Рекомендации по теме
Комментарии
Автор

I'm so obsessed goin through all of this videos one by one. No better way to spend my Saturday, especially when things work!
Thanks for your amazing contribution!

temozarela
Автор

Appreciate what you've been doing and the time you've spent helping the community :)

adamsardo
Автор

might be a bit silly to ask, but it would be useful if you can provide some guidance on how to setup the credentials json. Have been fumbling on it.

moreshk
Автор

awesome vid. can't wait till GPT4 is out and we can use google drive photos/text as multimodal input

davidwu
Автор

Hello, thank you for the videos. They are really interesting. I have two questions:
1) Why are you not using embeddings in this case?
2) Would it make sense and it is possible to save the state of the summarizer so you don't have to do all the process from scratch if you have +1000 documents?

Thank you

VictorCardonan
Автор

Python + LangChain + Html basic coding = Big Future = Prompt Engineering

fliu
Автор

One use case that I would love to see is how this performs on Excel/Google Sheets Data. Given event/log data from a website or a mobile app and documentation on what activity each event type in the log represents, does the model know how to answer questions about frequent (or user-specific) app activity?

bladeplays
Автор

Should have shown the structure of credentials file. Maybe add in comment.

ahsanahmad
Автор

Thank you for sharing this, very interested.

rossgalvanofficial
Автор

Awesome video thank you. Do you have a video on how to utilize embeddings in the sample scenario. Would like to create something similar but have a lot of docs. Also is there a way to refresh the embeddings automatically or on a schedule? For example, if the doc gets updated, how does that get handled

briandao
Автор

thanks very much! I have a question, I want to control the usage of document, only for my company internal use. If I use langchain, is the other party include openai can see my document? thansk

weipingwu
Автор

Great content, just a question about security of the information. Do you know if this way ChatGPT will see the information like if you enter it on their platform?. My concern is if you use for private documents then the info will be in ChatGPT database for everyone to see, thanks

carlosterrazas
Автор

Nice video. I have one follow up - when i do any kind of interaction with openai (for instance the doc from google drive) or in the other video where i chunk/embed local documents, how safe are the personal documents. in other words, how safe is it to use openai for personal documents ? does anyone have any idea on that.

nsitkarana
Автор

Would it make sense to store embeddings in a database like Pinecone to avoid re-generating them with each call?

pkymogw
Автор

Great tutorial. Absolutely loving it. I'm trying to read a gitbook and summarise it but apparently there's a prompt context length limit.

"This model's maximum context length is 4097 tokens, however you requested 7592 tokens"

Not sure where I can set the token limit

rahuliitm
Автор

You're amazing - thanks for sharing.

blocksystems
Автор

Can u exactly explain the path of credentials folder assuming that I am working with GoogleColab and drive folder path where ipynb file is residing my drive at

DheerSinghDel
Автор

Not sure if this is explained elsewhere, can you retrieve the source document somehow together with the answer?

federicogiacomarra
Автор

Hey Data Independent, I'm new to Python and coding in general but AI has been the push I need to really dig into this. I got Jupyter running locally, is there a recommended resource you'd point me towards for bringing your code into it?

TreiGamer
Автор

Is this and directory loader not doing a similar sort of thing?

ujjwalgupta