langchain/docs/extras/integrations
glaze f7ad14acfa
Add etherscan document loader (#7943)
@rlancemartin 
The modification includes:
* etherscanLoader
* test_etherscan
* document ipynb

I have run the test, lint, format, and spell check. I do encounter a
linting error on ipynb, I am not sure how to address that.
```
docs/extras/modules/data_connection/document_loaders/integrations/Etherscan.ipynb:55: error: Name "null" is not defined  [name-defined]
docs/extras/modules/data_connection/document_loaders/integrations/Etherscan.ipynb:76: error: Name "null" is not defined  [name-defined]
Found 2 errors in 1 file (checked 1 source file)
```
- Description: The Etherscan loader uses etherscan api to load
transaction histories under specific accounts on Ethereum Mainnet.
- No dependency is introduced by this PR.
- Twitter handle: glazecl

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-24 17:09:16 -07:00
..
callbacks mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
chat mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
document_loaders Add etherscan document loader (#7943) 2023-07-24 17:09:16 -07:00
document_transformers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
llms Change with_history option to False for ChatGLM by default (#8076) 2023-07-24 15:46:02 -07:00
memory mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
providers ArangoDB/AQL support for Graph QA Chain (#7880) 2023-07-24 15:16:52 -07:00
retrievers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
text_embedding Update SageMaker Endpoint Embeddings docs to be up to date with current requirements (#8103) 2023-07-24 13:35:06 -07:00
toolkits mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
tools mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
vectorstores mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00