Skip to main content

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:

  1. Create a new git tag with git tag v0.1.0, updating the version number appropriately
  2. 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:

  1. Bump the version in pyproject.toml.
  2. Build with python -m build
  3. Run twine upload --repository testpypi dist/*
  4. Verify it was updated on TestPyPI
  5. 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:

  1. On GitHub, go to Releases -> Create a new release
  2. Add a tag version, release title, and release description
  3. Click Publish release

Manually

To manually build and publish to pypi.org/project/langchain-tensorlake, follow these steps:

  1. Bump the version in pyproject.toml.
  2. Build with python -m build
  3. Run twine upload dist/*
  4. Verify it was updated on PyPI
  5. 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

langchain_tensorlake-0.1.3.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langchain_tensorlake-0.1.3-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

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

Hashes for langchain_tensorlake-0.1.3.tar.gz
Algorithm Hash digest
SHA256 fce8d7a6383d8cf8fdd52b3cb9c7c0a28ae29ea67f7975169ee63c0777c72839
MD5 deb11dd4197fde430c3a62bc395e0c02
BLAKE2b-256 e545fe79090dac2c97bf6a1e8ce32b80edbf3c2c61e6390cd054fd3e539ba89d

See more details on using hashes here.

File details

Details for the file langchain_tensorlake-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_tensorlake-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e1da0ea7e78875fd223f8eeda261571890a132368b2b123605c8b07d322fc636
MD5 e78f8f12cec8a6f34b546e11856e321e
BLAKE2b-256 578981e55d9de0aa70f2b28466265c8adbd6dee84fcf49a23ef7a2b1191975bc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page