Jason Fan

Results 9 comments of Jason Fan

Added the notebook examples - let me know if it's good to merge @rlancemartin and I can add the blob stuff in a followup PR, or if you want me...

@rlancemartin ack, will add this in as a parser tomorrow. Re: naming I avoided including `QA` because there's already a lot of modules in LangChain that have some variation of...

Added translate and QA as parsers, as well as metadata extraction since you mentioned that was valuable. Will clean up the old files and update the notebooks early this week....

re: arguments, ah yeah nevermind - didn't notice that the loader accepts an instance of a parser rather than the class, so I can just include set them in the...

@rlancemartin I might be missing something here, but is there an easy way to load strings into Blobs? Right now I have to define a new BlobLoader class in order...

@rlancemartin Good to know! It wasn't a large amount of data so I just kept it in the notebook :) All the changes are in! * fixed the bug that...

Fixed the test failure as well! It was a result of moving `document_transformers.py` into a directory with an `__init__.py` Thanks for catching these @rlancemartin

@rlancemartin sorry about that I was running the notebooks with the API key passed in as a param so wasn't running into that bug, but tested it with the key...

Oof that's odd, I can't think of any way it would have leaked through Doctran. It's not in the repo and we don't send openai keys to any API. I'll...