Files
langchain-python/langchain
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-04-28 17:09:00 -07:00
2023-04-27 14:41:59 -07:00
2023-04-25 21:22:25 -07:00
2023-04-28 19:48:43 -07:00
2023-04-28 17:09:00 -07:00
2023-04-28 17:01:54 -07:00
2023-04-24 19:54:15 -07:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00
2023-04-15 16:05:11 -07:00
2023-04-24 21:10:56 -07:00
2023-04-24 21:48:29 -07:00