langflow/src/backend
Edwin Jose 9d8009f2f5
feat: Gmail Loader component created (#3241)
* feat: Gmail Loader component created

* [autofix.ci] apply automated fixes

* Updated Gmail.py

ran make format and ran make lint

* [autofix.ci] apply automated fixes

* Update Gmail.py

Errors Resolved.

Suggestion from @ogabrielluiz added.

Note this is a ChatLoader, since GmailLoader uses the BaseChatloader as base class.

But this would be a highly useful feature. if required i could rewrite the component as document loader. but either way this would be an amazing feature.

Planning to publish gmails tools also in next steps mostly.

* solved lint issues in Gmail.py

Key Changes:
1.	Added Optional to the import statement.
2.	Updated the type hint of label_ids to Optional[List[str]] to allow it to be None or a list of strings.

* remove commented

* remove commented

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jordan Frazier <jordan.frazier@datastax.com>
2024-08-12 11:57:03 -07:00
..
base feat: Gmail Loader component created (#3241) 2024-08-12 11:57:03 -07:00
langflow/version Fixes Pinecone implementation (#1856) 2024-05-07 18:29:42 -03:00
tests fix: update type to silence warning and memory chatbot json (#3265) 2024-08-09 16:01:25 +00:00
.gitignore Changes default location for the database and adds the option to use the previous behavior (#1907) 2024-05-15 20:41:01 -03:00
Dockerfile Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793) 2024-04-29 13:38:18 -03:00