A LangChain tool for parsing documents using Tensorlake's DocumentAI.
Project description
LangChain Tensorlake
This repository contains 1 package with Tensorlake integrations with LangChain:
Creating a TestPyPI version
This repository has a TEST_PYPI_TOKEN for publishing to test.pypi.org.
Through the GitHub Workflow
To trigger a build and automatic publish to test.pypi.org/project/langchain-tensorlake, follow these steps:
- Create a new git tag with
git tag v0.1.0, updating the version number appropriately - Push the tag to GitHub with
git push origin v0.1.0
Manually
To manually build and publish to test.pypi.org/project/langchain-tensorlake, follow these steps:
- Bump the version in pyproject.toml.
- Build with
python -m build - Run
twine upload --repository testpypi dist/* - Verify it was updated on TestPyPI
- Verify the installation with:
pip install --index-url https://test.pypi.org/simple \ --extra-index-url https://pypi.org/simple \ langchain-tensorlake
Creating a PyPI verison
This repository has a PYPI_API_TOKEN for publishing to pypi.org.
Through the GitHub Workflow
To trigger a build and automatic publish to pypi.org/project/langchain-tensorlake, follow these steps:
- On GitHub, go to Releases -> Create a new release
- Add a tag version, release title, and release description
- Click Publish release
Manually
To manually build and publish to pypi.org/project/langchain-tensorlake, follow these steps:
- Bump the version in pyproject.toml.
- Build with
python -m build - Run
twine upload dist/* - Verify it was updated on PyPI
- Verify the installation with:
pip install langchain-tensorlake
Clean Up After a Build
While testing, you may need to clean your environment. Make sure you remove all dist, build, and egg-info files:
rm -rf dist/ build/ src/langchain_tensorlake.egg-info
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_tensorlake-0.1.3.tar.gz.
File metadata
- Download URL: langchain_tensorlake-0.1.3.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fce8d7a6383d8cf8fdd52b3cb9c7c0a28ae29ea67f7975169ee63c0777c72839
|
|
| MD5 |
deb11dd4197fde430c3a62bc395e0c02
|
|
| BLAKE2b-256 |
e545fe79090dac2c97bf6a1e8ce32b80edbf3c2c61e6390cd054fd3e539ba89d
|
File details
Details for the file langchain_tensorlake-0.1.3-py3-none-any.whl.
File metadata
- Download URL: langchain_tensorlake-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1da0ea7e78875fd223f8eeda261571890a132368b2b123605c8b07d322fc636
|
|
| MD5 |
e78f8f12cec8a6f34b546e11856e321e
|
|
| BLAKE2b-256 |
578981e55d9de0aa70f2b28466265c8adbd6dee84fcf49a23ef7a2b1191975bc
|