Files
langchain/docs
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-26 15:57:48 -07:00
2023-04-04 07:21:50 -07:00
2023-04-19 15:06:59 -07:00
2023-03-26 19:49:46 -07:00
2022-10-24 14:51:15 -07:00
2023-03-30 08:20:30 -07:00
2023-01-29 20:49:35 -08:00