pprados / langchain-googledrive

An external version of a pull request for langchain.
Apache License 2.0
26 stars 10 forks source link

Include hyperlinks from GDocs #5

Closed mbastian closed 11 months ago

mbastian commented 1 year ago

Hi, and thanks again for the work on this library!

I was wondering how pulling hyperlinks could be added to GDocs support? Right now to my knowledge the content of GDocs is converted in plain text, without hyperlinks. I wonder whether you see a solution for this?

Thanks in advance!

pprados commented 11 months ago

Set the parameter return_link and try again. The default value is false because, with an LLM, a URL consumes plenty of tokens.