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-22 09:06:24 -07:00
2023-03-26 19:49:46 -07:00
2023-03-30 20:58:14 -07:00
2023-04-26 21:04:56 -07:00
2023-03-26 19:49:46 -07:00
2023-03-27 16:28:08 -07:00
2023-03-27 16:28:08 -07:00
2023-03-28 08:17:22 -07:00
2023-04-11 10:40:32 -07:00
2023-03-26 19:49:46 -07:00
2023-04-28 20:13:05 -07:00
2023-04-22 09:06:24 -07:00
2023-03-27 16:28:08 -07:00
2023-04-18 08:59:56 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-04-13 10:54:40 -07:00
2023-03-27 16:32:55 -07:00
2023-04-16 09:11:24 -07:00
2023-04-24 21:42:42 -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-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-29 22:11:45 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-04-14 10:45:54 -07:00
2023-03-26 19:49:46 -07:00
2023-04-25 22:52:59 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-04-23 10:17:43 -07:00
2023-03-26 19:49:46 -07:00
2023-04-17 20:49:10 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-28 08:07:09 -07:00
2023-04-17 21:57:32 -07:00
2023-04-28 20:11:22 -07:00
2023-03-26 19:49:46 -07:00
2023-04-24 21:54:39 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00
2023-03-28 22:56:29 -07:00
2023-04-13 21:31:59 -07:00
2023-03-26 19:49:46 -07:00
2023-04-28 20:03:21 -07:00
2023-03-26 19:49:46 -07:00
2023-04-18 08:59:56 -07:00
2023-04-23 21:22:38 -07:00
2023-04-13 22:15:03 -07:00
2023-04-13 10:54:40 -07:00
2023-03-27 23:43:45 -07:00
2023-03-26 19:49:46 -07:00
2023-03-26 19:49:46 -07:00