Files
langchain/docs/modules/indexes/document_loaders/examples
Jon Saginaw f8d69e4e52 Enhancement: Blockchain Document Loader with better Metadata support (#3710)
This PR includes some minor alignment updates, including:

- metadata object extended to support contractAddress, blockchainType,
and tokenId
- notebook doc better aligned to standard langchain format
- startToken changed from int to str to support multiple hex value types
on the Alchemy API

The updated metadata will look like the below. It's possible for a
single contractAddress to exist across multiple blockchains (e.g.
Ethereum, Polygon, etc.) so it's important to include the
blockchainType.

```
 metadata = {"source": self.contract_address, 
                      "blockchain": self.blockchainType,
                      "tokenId": tokenId}
```
2023-04-28 20:13:05 -07:00
..
2023-03-30 20:58:14 -07:00
2023-04-26 21:04:56 -07:00
2023-03-28 08:17:22 -07:00
2023-04-18 08:59:56 -07:00
2023-04-16 09:11:24 -07:00
2023-04-20 11:53:23 -07:00
2023-03-27 19:51:34 -07:00
2023-04-04 06:48:34 -07:00
2023-03-31 11:16:21 -07:00
2023-04-17 21:57:32 -07:00
2023-04-28 20:11:22 -07:00
2023-04-28 20:03:21 -07:00
2023-04-18 08:59:56 -07:00
2023-04-13 22:15:03 -07:00