You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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}
```
1 year ago
..
_static add metal to ecosystem (#3613) 1 year ago
ecosystem Add PipelineAI LLM integration (#3644) 1 year ago
getting_started Fixing broken document links (#3756) 1 year ago
modules Enhancement: Blockchain Document Loader with better Metadata support (#3710) 1 year ago
reference Move Generative Agent definition to Experimental (#3245) 1 year ago
tracing
use_cases new example: single agent, simulated environment (openai gym) (#3758) 1 year ago
Makefile
conf.py
deployments.md Fixed some typos on deployment.md (#3652) 1 year ago
ecosystem.rst added integration links to the ecosystem.rst (#3453) 1 year ago
gallery.rst
glossary.md
index.rst
make.bat
model_laboratory.ipynb
reference.rst Move Generative Agent definition to Experimental (#3245) 1 year ago
requirements.txt
tracing.md
youtube.md