langchain/docs/modules
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
..
agents bug fix: initialize the arxivAPIWrapper object (#3733) 2023-04-28 19:35:01 -07:00
callbacks Add docs for callbacks (#2643) 2023-04-10 10:23:11 -07:00
chains docs: improved vectorstore notebooks (#3724) 2023-04-28 19:26:50 -07:00
indexes Enhancement: Blockchain Document Loader with better Metadata support (#3710) 2023-04-28 20:13:05 -07:00
memory Examples fixed (#3042) 2023-04-17 20:25:01 -07:00
models Add PipelineAI LLM integration (#3644) 2023-04-27 08:22:26 -07:00
prompts Add Tecton example to the "Connecting to a Feature Store" example notebook (#3626) 2023-04-26 21:38:50 -07:00
agents.rst Minor text correction (#2298) 2023-04-02 13:54:42 -07:00
chains.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 2023-04-06 23:20:30 -07:00
memory.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
models.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
paul_graham_essay.txt Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
prompts.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00