Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: SAKTHICPT
  • License: mit
  • Language: Python
  • Default Branch: bagatur/community
  • Size: 776 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md

LangChain

Building applications with LLMs through composability

Release Notes CI Experimental CI Downloads License: MIT Twitter Open in Dev Containers Open in GitHub Codespaces GitHub star chart Dependency Status Open Issues

Looking for the JS/TS library? Check out LangChain.js.

To help you ship LangChain apps to production faster, check out LangSmith. LangSmith is a unified developer platform for building, testing, and monitoring LLM applications. Fill out this form to get off the waitlist or speak with our sales team.

Quick Install

With pip: bash pip install langchain

With conda: bash conda install langchain -c conda-forge

What is LangChain?

LangChain is a framework for developing applications powered by language models. It enables applications that: - Are context-aware: connect a language model to sources of context (prompt instructions, few shot examples, content to ground its response in, etc.) - Reason: rely on a language model to reason (about how to answer based on provided context, what actions to take, etc.)

This framework consists of several parts. - LangChain Libraries: The Python and JavaScript libraries. Contains interfaces and integrations for a myriad of components, a basic run time for combining these components into chains and agents, and off-the-shelf implementations of chains and agents. - LangChain Templates: A collection of easily deployable reference architectures for a wide variety of tasks. - LangServe: A library for deploying LangChain chains as a REST API. - LangSmith: A developer platform that lets you debug, test, evaluate, and monitor chains built on any LLM framework and seamlessly integrates with LangChain.

This repo contains the langchain (here), langchain-experimental (here), and langchain-cli (here) Python packages, as well as LangChain Templates.

LangChain Stack

What can you build with LangChain?

** Retrieval augmented generation**

** Analyzing structured data**

** Chatbots**

And much more! Head to the Use cases section of the docs for more.

How does LangChain help?

The main value props of the LangChain libraries are: 1. Components: composable tools and integrations for working with language models. Components are modular and easy-to-use, whether you are using the rest of the LangChain framework or not 2. Off-the-shelf chains: built-in assemblages of components for accomplishing higher-level tasks

Off-the-shelf chains make it easy to get started. Components make it easy to customize existing chains and build new ones.

Components fall into the following modules:

** Model I/O:**

This includes prompt management, prompt optimization, a generic interface for all LLMs, and common utilities for working with LLMs.

** Retrieval:**

Data Augmented Generation involves specific types of chains that first interact with an external data source to fetch data for use in the generation step. Examples include summarization of long pieces of text and question/answering over specific data sources.

** Agents:**

Agents involve an LLM making decisions about which Actions to take, taking that Action, seeing an Observation, and repeating that until done. LangChain provides a standard interface for agents, a selection of agents to choose from, and examples of end-to-end agents.

Documentation

Please see here for full documentation, which includes:

Contributing

As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.

For detailed information on how to contribute, see here.

Contributors

langchain contributors

Owner

  • Login: SAKTHICPT
  • Kind: user

GitHub Events

Total
  • Create event: 686
Last Year
  • Create event: 686

Dependencies

.github/actions/poetry_setup/action.yml actions
  • actions/cache v3 composite
  • actions/setup-python v4 composite
.github/workflows/_all_ci.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
.github/workflows/_compile_integration_test.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
.github/workflows/_lint.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/cache v3 composite
  • actions/checkout v4 composite
.github/workflows/_pydantic_compatibility.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
.github/workflows/_release.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • ncipollo/release-action v1 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/_release_docker.yml actions
  • actions-ecosystem/action-get-latest-tag v1 composite
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite
.github/workflows/_test.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
.github/workflows/_test_release.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/check_diffs.yml actions
  • Ana06/get-changed-files v2.2.0 composite
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/codespell.yml actions
  • actions/checkout v4 composite
  • codespell-project/actions-codespell v2 composite
.github/workflows/doc_lint.yml actions
  • actions/checkout v4 composite
.github/workflows/langchain_cli_release.yml actions
.github/workflows/langchain_community_release.yml actions
.github/workflows/langchain_core_release.yml actions
.github/workflows/langchain_experimental_release.yml actions
.github/workflows/langchain_experimental_test_release.yml actions
.github/workflows/langchain_openai_release.yml actions
.github/workflows/langchain_release.yml actions
.github/workflows/langchain_release_docker.yml actions
.github/workflows/langchain_test_release.yml actions
.github/workflows/scheduled_test.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
  • aws-actions/configure-aws-credentials v4 composite
  • google-github-actions/auth v1 composite
.github/workflows/templates_ci.yml actions
libs/cli/langchain_cli/project_template/Dockerfile docker
  • python 3.11-slim build
libs/langchain/Dockerfile docker
  • builder latest build
  • dependencies latest build
  • python 3.11.2-bullseye build
docs/package-lock.json npm
  • 1225 dependencies
docs/package.json npm
  • @babel/eslint-parser ^7.18.2 development
  • docusaurus-plugin-typedoc next development
  • eslint ^8.19.0 development
  • eslint-config-airbnb ^19.0.4 development
  • eslint-config-prettier ^8.5.0 development
  • eslint-plugin-header ^3.1.1 development
  • eslint-plugin-import ^2.26.0 development
  • eslint-plugin-jsx-a11y ^6.6.0 development
  • eslint-plugin-react ^7.30.1 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • prettier ^2.7.1 development
  • typedoc ^0.24.4 development
  • typedoc-plugin-markdown next development
  • @docusaurus/core 2.4.3
  • @docusaurus/preset-classic 2.4.3
  • @docusaurus/remark-plugin-npm2yarn ^2.4.3
  • @docusaurus/theme-mermaid 2.4.3
  • @mdx-js/react ^1.6.22
  • clsx ^1.2.1
  • json-loader ^0.5.7
  • process ^0.11.10
  • react ^17.0.2
  • react-dom ^17.0.2
  • typescript ^5.1.3
  • webpack ^5.75.0
docs/api_reference/requirements.txt pypi
  • autodoc_pydantic ==1.8.0
  • myst_nb *
  • myst_parser *
  • nbsphinx ==0.8.9
  • pydantic <2
  • pydata-sphinx-theme ==0.13.1
  • sphinx ==4.5.0
  • sphinx-autobuild ==2021.3.14
  • sphinx-panels *
  • sphinx-typlog-theme ==0.8.0
  • sphinx_copybutton *
  • sphinx_rtd_theme ==1.0.0
  • toml *
docs/vercel_requirements.txt pypi
  • urllib3 ==1.26.18
libs/cli/langchain_cli/package_template/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.4 develop
  • sse-starlette ^1.6.5 develop
  • langchain >=0.0.313, <0.1
  • openai ^0.28.1
  • python >=3.8.1,<4.0
libs/cli/langchain_cli/project_template/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langserve >=0.0.30
  • pydantic <2
  • python ^3.11
  • uvicorn ^0.23.2
libs/cli/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.1
  • docopt 0.6.2
  • exceptiongroup 1.1.3
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • iniconfig 2.0.0
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langserve 0.0.23
  • langsmith 0.0.58
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • packaging 23.2
  • pastel 0.2.1
  • pluggy 1.3.0
  • poethepoet 0.24.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytest 7.4.3
  • pytest-watch 4.2.0
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • ruff 0.1.5
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomli 2.0.1
  • tomlkit 0.12.2
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • watchdog 3.0.0
  • yarl 1.9.2
libs/cli/pyproject.toml pypi
  • poethepoet ^0.24.1 develop
  • pytest ^7.4.2 develop
  • pytest-watch ^4.2.0 develop
  • ruff ^0.1.5 lint
  • gitpython ^3.1.40
  • langserve >=0.0.16
  • python >=3.8.1,<4.0
  • tomlkit ^0.12.2
  • typer ^0.9.0
  • uvicorn ^0.23.2
libs/community/poetry.lock pypi
  • 357 dependencies
libs/community/pyproject.toml pypi
  • codespell ^2.2.0 codespell
  • jupyter ^1.0.0 develop
  • langchain-core * develop
  • setuptools ^67.6.1 develop
  • ruff ^0.1.5 lint
  • PyYAML >=5.3
  • SQLAlchemy >=1.4,<3
  • aiohttp ^3.8.3
  • aiosqlite ^0.19.0
  • aleph-alpha-client ^2.15.0
  • anthropic ^0.3.11
  • arxiv ^1.4
  • assemblyai ^0.17.0
  • atlassian-python-api ^3.36.0
  • azure-core ^1.26.4
  • beautifulsoup4 ^4
  • bibtexparser ^1.4.0
  • cassio ^0.1.0
  • chardet ^5.1.0
  • cohere ^4
  • dashvector ^1.0.1
  • databricks-vectorsearch ^0.21
  • dataclasses-json >= 0.5.7, < 0.7
  • datasets ^2.15.0
  • dgml-utils ^0.3.0
  • esprima ^4.0.1
  • faiss-cpu ^1
  • feedparser ^6.0.10
  • fireworks-ai ^0.6.0
  • geopandas ^0.13.1
  • gitpython ^3.1.32
  • google-cloud-documentai ^2.20.1
  • gql ^3.4.1
  • hologres-vector ^0.0.6
  • html2text ^2020.1.16
  • javelin-sdk ^0.1.8
  • jinja2 ^3
  • jq ^1.4.1
  • jsonschema >1
  • langchain-core >=0.0.12,<0.1
  • langchain-openai *
  • langsmith ~0.0.63
  • lxml ^4.9.2
  • markdownify ^0.11.6
  • motor ^3.3.1
  • msal ^1.25.0
  • mwparserfromhell ^0.6.4
  • mwxml ^0.3.3
  • newspaper3k ^0.2.8
  • numexpr ^2.8.6
  • numpy ^1
  • openai <2
  • openapi-pydantic ^0.3.2
  • pandas ^2.0.1
  • pdfminer-six ^20221105
  • pgvector ^0.1.6
  • praw ^7.7.1
  • psychicapi ^0.8.0
  • py-trello ^0.19.0
  • pymupdf ^1.22.3
  • pypdf ^3.4.0
  • pypdfium2 ^4.10.0
  • pyspark ^3.4.0
  • python >=3.8.1,<4.0
  • rank-bm25 ^0.2.2
  • rapidfuzz ^3.1.1
  • rapidocr-onnxruntime ^1.3.2
  • requests ^2
  • requests-toolbelt ^1.0.0
  • rspace_client ^2.5.0
  • scikit-learn ^1.2.2
  • sqlite-vss ^0.1.2
  • streamlit ^1.18.0
  • sympy ^1.12
  • telethon ^1.28.5
  • tenacity ^8.1.0
  • tensorflow-text ^2.11.0
  • tiktoken >=0.3.2,<0.6.0
  • timescale-vector ^0.0.1
  • tqdm >=4.48.0
  • typer ^0.9.0
  • upstash-redis ^0.15.0
  • xata ^1.0.0a7
  • xmltodict ^0.13.0
  • duckdb-engine ^0.9.2 test
  • freezegun ^1.2.2 test
  • langchain-core * test
  • lark ^1.1.5 test
  • pandas ^2.0.0 test
  • pytest ^7.3.0 test
  • pytest-asyncio ^0.20.3 test
  • pytest-cov ^4.0.0 test
  • pytest-dotenv ^0.5.2 test
  • pytest-mock ^3.10.0 test
  • pytest-socket ^0.6.0 test
  • pytest-watcher ^0.2.6 test
  • requests-mock ^1.11.0 test
  • responses ^0.22.0 test
  • syrupy ^4.0.2 test
  • anthropic ^0.3.11 test_integration
  • cassio ^0.1.0 test_integration
  • langchain-core * test_integration
  • openai ^1 test_integration
  • pytest-vcr ^1.0.2 test_integration
  • python-dotenv ^1.0.0 test_integration
  • tiktoken ^0.3.2 test_integration
  • wrapt ^1.15.0 test_integration
  • langchain-core * typing
  • mypy ^0.991 typing
  • mypy-protobuf ^3.0.0 typing
  • types-chardet ^5.0.4.6 typing
  • types-pytz ^2023.3.0.0 typing
  • types-pyyaml ^6.0.12.2 typing
  • types-redis ^4.3.21.6 typing
  • types-requests ^2.28.11.5 typing
  • types-toml ^0.10.8.1 typing
libs/core/poetry.lock pypi
  • 130 dependencies
libs/core/pyproject.toml pypi
  • jupyter ^1.0.0 develop
  • setuptools ^67.6.1 develop
  • ruff ^0.1.5 lint
  • PyYAML >=5.3
  • anyio >=3,<5
  • jinja2 ^3
  • jsonpatch ^1.33
  • langsmith ~0.0.63
  • packaging ^23.2
  • pydantic >=1,<3
  • python >=3.8.1,<4.0
  • requests ^2
  • tenacity ^8.1.0
  • freezegun ^1.2.2 test
  • pytest ^7.3.0 test
  • pytest-asyncio ^0.21.1 test
  • pytest-mock ^3.10.0 test
  • pytest-watcher ^0.3.4 test
  • syrupy ^4.0.2 test
  • mypy ^0.991 typing
  • types-jinja2 ^2.11.9 typing
  • types-pyyaml ^6.0.12.2 typing
  • types-requests ^2.28.11.5 typing
libs/experimental/poetry.lock pypi
  • 186 dependencies
libs/experimental/pyproject.toml pypi
  • jupyter ^1.0.0 develop
  • setuptools ^67.6.1 develop
  • ruff ^0.1.5 lint
  • faker ^19.3.1
  • jinja2 ^3
  • langchain >=0.0.348,<0.1
  • langchain-core >=0.0.12,<0.1
  • presidio-analyzer ^2.2.33
  • presidio-anonymizer ^2.2.33
  • python >=3.8.1,<4.0
  • sentence-transformers ^2
  • vowpal-wabbit-next 0.6.0
  • langchain * test
  • langchain-core * test
  • pytest ^7.3.0 test
  • pytest-asyncio ^0.20.3 test
  • langchain * test_integration
  • langchain-core * test_integration
  • langchain * typing
  • langchain-core * typing
  • mypy ^0.991 typing
  • types-pyyaml ^6.0.12.2 typing
  • types-requests ^2.28.11.5 typing
libs/langchain/poetry.lock pypi
  • 491 dependencies
libs/langchain/pyproject.toml pypi
  • codespell ^2.2.0 codespell
  • jupyter ^1.0.0 develop
  • langchain-core * develop
  • playwright ^1.28.0 develop
  • setuptools ^67.6.1 develop
  • ruff ^0.1.5 lint
  • O365 ^2.0.26
  • PyYAML >=5.3
  • SQLAlchemy >=1.4,<3
  • aiohttp ^3.8.3
  • aiosqlite ^0.19.0
  • aleph-alpha-client ^2.15.0
  • amadeus >=8.1.0
  • anthropic ^0.3.11
  • arxiv ^1.4
  • assemblyai ^0.17.0
  • async-timeout ^4.0.0
  • atlassian-python-api ^3.36.0
  • awadb ^0.3.9
  • azure-ai-formrecognizer ^3.2.1
  • azure-ai-textanalytics ^5.3.0
  • azure-ai-vision ^0.11.1b1
  • azure-cognitiveservices-speech ^1.28.0
  • azure-core ^1.26.4
  • azure-cosmos ^4.4.0b1
  • azure-identity ^1.12.0
  • azure-search-documents 11.4.0b8
  • beautifulsoup4 ^4
  • bibtexparser ^1.4.0
  • cassio ^0.1.0
  • chardet ^5.1.0
  • clarifai >=9.1.0
  • clickhouse-connect ^0.5.14
  • cohere ^4
  • couchbase ^4.1.9
  • dashvector ^1.0.1
  • databricks-vectorsearch ^0.21
  • dataclasses-json >= 0.5.7, < 0.7
  • datasets ^2.15.0
  • deeplake ^3.8.3
  • dgml-utils ^0.3.0
  • docarray ^0.32.0
  • duckduckgo-search ^3.8.3
  • elasticsearch ^8
  • esprima ^4.0.1
  • faiss-cpu ^1
  • feedparser ^6.0.10
  • fireworks-ai ^0.6.0
  • geopandas ^0.13.1
  • gitpython ^3.1.32
  • google-api-python-client 2.70.0
  • google-auth ^2.18.1
  • google-cloud-documentai ^2.20.1
  • google-search-results ^2
  • gptcache >=0.1.7
  • gql ^3.4.1
  • hologres-vector ^0.0.6
  • html2text ^2020.1.16
  • huggingface_hub ^0
  • javelin-sdk ^0.1.8
  • jinja2 ^3
  • jq ^1.4.1
  • jsonpatch ^1.33
  • jsonschema >1
  • lancedb ^0.1
  • langchain-community *
  • langchain-core >=0.0.12,<0.1
  • langchain-openai *
  • langkit >=0.0.6, <0.1.0
  • langsmith ~0.0.63
  • lark ^1.1.5
  • librosa ^0.10.0.post2
  • lxml ^4.9.2
  • manifest-ml ^0.0.1
  • markdownify ^0.11.6
  • marqo ^1.2.4
  • momento ^1.13.0
  • motor ^3.3.1
  • msal ^1.25.0
  • mwparserfromhell ^0.6.4
  • mwxml ^0.3.3
  • nebula3-python ^3.4.0
  • neo4j ^5.8.1
  • networkx >=2.6.3, <4
  • newspaper3k ^0.2.8
  • nlpcloud ^1
  • nltk ^3
  • nomic ^1.0.43
  • numexpr ^2.8.6
  • numpy ^1
  • openai <2
  • openapi-pydantic ^0.3.2
  • openlm ^0.0.5
  • opensearch-py ^2.0.0
  • pandas ^2.0.1
  • pdfminer-six ^20221105
  • pexpect ^4.8.0
  • pgvector ^0.1.6
  • pinecone-client ^2
  • pinecone-text ^0.4.2
  • praw ^7.7.1
  • psychicapi ^0.8.0
  • psycopg2-binary ^2.9.5
  • py-trello ^0.19.0
  • pydantic >=1,<3
  • pymongo ^4.3.3
  • pymupdf ^1.22.3
  • pyowm ^3.3.0
  • pypdf ^3.4.0
  • pypdfium2 ^4.10.0
  • pyspark ^3.4.0
  • pytesseract ^0.3.10
  • python >=3.8.1,<4.0
  • python-arango ^7.5.9
  • pyvespa ^0.33.0
  • qdrant-client ^1.3.1
  • rank-bm25 ^0.2.2
  • rapidfuzz ^3.1.1
  • rapidocr-onnxruntime ^1.3.2
  • rdflib ^6.3.2
  • redis ^4
  • requests ^2
  • requests-toolbelt ^1.0.0
  • rspace_client ^2.5.0
  • scikit-learn ^1.2.2
  • sentence-transformers ^2
  • singlestoredb ^0.7.1
  • sqlite-vss ^0.1.2
  • streamlit ^1.18.0
  • sympy ^1.12
  • telethon ^1.28.5
  • tenacity ^8.1.0
  • tensorflow-text ^2.11.0
  • tigrisdb ^1.0.0b6
  • tiktoken >=0.3.2,<0.6.0
  • timescale-vector ^0.0.1
  • torch >=1,<3
  • tqdm >=4.48.0
  • transformers ^4
  • typer ^0.9.0
  • upstash-redis ^0.15.0
  • weaviate-client ^3
  • wikipedia ^1
  • wolframalpha 5.0.0
  • xata ^1.0.0a7
  • xmltodict ^0.13.0
  • duckdb-engine ^0.9.2 test
  • freezegun ^1.2.2 test
  • langchain-core * test
  • lark ^1.1.5 test
  • pandas ^2.0.0 test
  • pytest ^7.3.0 test
  • pytest-asyncio ^0.20.3 test
  • pytest-cov ^4.0.0 test
  • pytest-dotenv ^0.5.2 test
  • pytest-mock ^3.10.0 test
  • pytest-socket ^0.6.0 test
  • pytest-watcher ^0.2.6 test
  • requests-mock ^1.11.0 test
  • responses ^0.22.0 test
  • syrupy ^4.0.2 test
  • anthropic ^0.3.11 test_integration
  • cassio ^0.1.0 test_integration
  • langchain-core * test_integration
  • openai ^1 test_integration
  • pytest-vcr ^1.0.2 test_integration
  • python-dotenv ^1.0.0 test_integration
  • tiktoken ^0.3.2 test_integration
  • wrapt ^1.15.0 test_integration
  • langchain-core * typing
  • mypy ^0.991 typing
  • mypy-protobuf ^3.0.0 typing
  • types-chardet ^5.0.4.6 typing
  • types-pytz ^2023.3.0.0 typing
  • types-pyyaml ^6.0.12.2 typing
  • types-redis ^4.3.21.6 typing
  • types-requests ^2.28.11.5 typing
  • types-toml ^0.10.8.1 typing
libs/partners/openai/poetry.lock pypi
  • 165 dependencies
libs/partners/openai/pyproject.toml pypi
  • codespell ^2.2.0 codespell
  • jupyter ^1.0.0 develop
  • langchain-core * develop
  • playwright ^1.28.0 develop
  • setuptools ^67.6.1 develop
  • ruff ^0.1.5 lint
  • langchain-core >=0.0.12,<0.1
  • numpy ^1
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken >=0.3.2,<0.6.0
  • freezegun ^1.2.2 test
  • langchain-core * test
  • openai ^1 test
  • pytest ^7.3.0 test
  • pytest-asyncio ^0.20.3 test
  • pytest-cov ^4.0.0 test
  • pytest-dotenv ^0.5.2 test
  • pytest-mock ^3.10.0 test
  • pytest-socket ^0.6.0 test
  • pytest-watcher ^0.2.6 test
  • responses ^0.22.0 test
  • syrupy ^4.0.2 test
  • tiktoken >=0.3.2,<0.6.0 test
  • cassio ^0.1.0 test_integration
  • langchain-core * test_integration
  • openai ^1 test_integration
  • pytest-vcr ^1.0.2 test_integration
  • python-dotenv ^1.0.0 test_integration
  • tiktoken ^0.3.2 test_integration
  • wrapt ^1.15.0 test_integration
  • langchain-core * typing
  • mypy ^0.991 typing
  • mypy-protobuf ^3.0.0 typing
  • tiktoken ^0.3.2 typing
  • types-chardet ^5.0.4.6 typing
  • types-pytz ^2023.3.0.0 typing
  • types-pyyaml ^6.0.12.2 typing
  • types-requests ^2.28.11.5 typing
  • types-toml ^0.10.8.1 typing
poetry.lock pypi
  • 178 dependencies
pyproject.toml pypi
  • codespell ^2.2.0 codespell
  • langchain * develop
  • langchain-community * develop
  • langchain-core * develop
  • langchain-experimental * develop
  • langchain-openai * develop
  • autodoc_pydantic ^1.8.0 docs
  • langchain * docs
  • linkchecker ^10.2.1 docs
  • myst-nb ^0.17.1 docs
  • myst_parser ^0.18.1 docs
  • nbdoc ^0.0.82 docs
  • nbsphinx ^0.8.9 docs
  • sphinx ^4.5.0 docs
  • sphinx-autobuild ^2021.3.14 docs
  • sphinx-copybutton ^0.5.1 docs
  • sphinx-panels ^0.6.0 docs
  • sphinx-typlog-theme ^0.8.0 docs
  • sphinx_book_theme ^0.3.3 docs
  • sphinx_rtd_theme ^1.0.0 docs
  • toml ^0.10.2 docs
  • langchain * lint
  • langchain-community * lint
  • langchain-core * lint
  • langchain-experimental * lint
  • langchain-openai * lint
  • ruff ^0.1.5 lint
  • python >=3.8.1,<4.0
templates/anthropic-iterative-search/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anthropic 0.5.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • beautifulsoup4 4.12.2
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • filelock 3.13.1
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • huggingface-hub 0.19.4
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.13
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • soupsieve 2.5
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tokenizers 0.15.0
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • wikipedia 1.4.0
  • yarl 1.9.3
templates/anthropic-iterative-search/pyproject.toml pypi
  • langchain-cli ^0.0.13 develop
  • anthropic ^0.5.0
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • wikipedia ^1.4.0
templates/basic-critique-revise/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/basic-critique-revise/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • langchain >=0.0.313, <0.1
  • openai <2
  • python >=3.8.1,<4.0
templates/cassandra-entomology-rag/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • cassandra-driver 3.28.0
  • cassio 0.1.3
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • geomet 0.2.1.post1
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/cassandra-entomology-rag/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • cassio ^0.1.3
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/cassandra-synonym-caching/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • cassandra-driver 3.28.0
  • cassio 0.1.3
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • geomet 0.2.1.post1
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/cassandra-synonym-caching/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • cassio ^0.1.3
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/chain-of-note-wiki/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anthropic 0.7.7
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • beautifulsoup4 4.12.2
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • filelock 3.13.1
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • huggingface-hub 0.19.4
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langchainhub 0.1.14
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • soupsieve 2.5
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tokenizers 0.15.0
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • types-requests 2.31.0.10
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • wikipedia 1.4.0
  • yarl 1.9.3
templates/chain-of-note-wiki/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.4 develop
  • sse-starlette ^1.6.5 develop
  • anthropic ^0.7.0
  • langchain >=0.0.313, <0.1
  • langchainhub ^0.1.14
  • python >=3.8.1,<4.0
  • wikipedia ^1.4.0
templates/chat-bot-feedback/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langchainhub 0.1.14
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • types-requests 2.31.0.10
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/chat-bot-feedback/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • langchain >=0.0.329
  • langchainhub >=0.1.13
  • langsmith >=0.0.54
  • openai <2
  • python >=3.8.1,<4.0
templates/csv-agent/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • faiss-cpu 1.7.4
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langchain-experimental 0.0.43
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.26.2
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pandas 2.1.3
  • pydantic 1.10.13
  • pygments 2.17.2
  • python-dateutil 2.8.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • setuptools 68.2.2
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tabulate 0.9.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • tzdata 2023.3
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/csv-agent/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • faiss-cpu ^1.7.4
  • langchain >=0.0.325
  • langchain-experimental >=0.0.37
  • openai <2
  • pandas ^2.1.1
  • pydantic <2
  • python >=3.9,<3.13
  • setuptools ^68.2.2
  • tabulate ^0.9.0
  • tiktoken ^0.5.1
templates/elastic-query-generator/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • elastic-transport 8.10.0
  • elasticsearch 8.11.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/elastic-query-generator/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • elasticsearch ^8.10.1
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
templates/extraction-anthropic-functions/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anthropic 0.7.7
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • filelock 3.13.1
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • huggingface-hub 0.19.4
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langchain-experimental 0.0.36
  • langchainhub 0.1.14
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tokenizers 0.15.0
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • types-requests 2.31.0.10
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/extraction-anthropic-functions/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • anthropic >=0.5.0
  • langchain >=0.0.325
  • langchain-experimental ^0.0.36
  • langchainhub >=0.1.13
  • python >=3.8.1,<4.0
templates/extraction-openai-functions/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/extraction-openai-functions/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
templates/guardrails-output-parser/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • alt-profanity-check 1.3.2
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • boltons 23.1.1
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • colored 2.2.3
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • eliot 1.15.0
  • eliot-tree 21.0.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • griffe 0.36.9
  • guardrails-ai 0.2.9
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • iso8601 2.1.0
  • jmespath 1.0.1
  • joblib 1.3.2
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • lxml 4.9.3
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.26.2
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.4.2
  • pydantic-core 2.10.1
  • pygments 2.17.2
  • pyrsistent 0.20.0
  • python-dateutil 2.8.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • rstr 3.2.2
  • scikit-learn 1.3.2
  • scipy 1.11.4
  • setuptools 69.0.2
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • threadpoolctl 3.2.0
  • tomlkit 0.12.3
  • toolz 0.12.0
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • win-unicode-console 0.5
  • yarl 1.9.3
  • zope-interface 6.1
templates/guardrails-output-parser/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • alt-profanity-check ^1.3.1
  • guardrails-ai ^0.2.4
  • langchain >=0.0.325
  • openai <2
  • python >=3.9,<3.13
templates/hybrid-search-weaviate/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • authlib 1.2.1
  • certifi 2023.11.17
  • cffi 1.16.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cryptography 41.0.7
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pycparser 2.21
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • python-dotenv 1.0.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • validators 0.22.0
  • weaviate-client 3.25.3
  • yarl 1.9.3
templates/hybrid-search-weaviate/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • python-dotenv ^1.0.0 develop
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
  • weaviate-client >=3.24.2
templates/hyde/poetry.lock pypi
  • 123 dependencies
templates/hyde/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • poethepoet ^0.24.1 develop
  • sse-starlette ^1.6.5 develop
  • chromadb ^0.4.15
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/llama2-functions/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • replicate 0.21.0
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/llama2-functions/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • replicate >=0.15.4
templates/mongo-parent-document-retrieval/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • dnspython 2.4.2
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pymongo 4.6.1
  • pypdf 3.17.1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/mongo-parent-document-retrieval/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.4 develop
  • sse-starlette ^1.6.5 develop
  • langchain >=0.0.313, <0.1
  • openai <2
  • pymongo ^4.6.0
  • pypdf ^3.17.0
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/neo4j-advanced-rag/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • frozenlist 1.4.0
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-core 0.0.8
  • langsmith 0.0.68
  • marshmallow 3.20.1
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tqdm 4.66.1
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • yarl 1.9.3
templates/neo4j-advanced-rag/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j ^5.14.0
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/neo4j-cypher/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/neo4j-cypher/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • neo4j >5.12
  • openai <2
  • python >=3.8.1,<4.0
templates/neo4j-cypher-ft/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/neo4j-cypher-ft/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • neo4j >5.12
  • openai <2
  • python >=3.8.1,<4.0
templates/neo4j-cypher-memory/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/neo4j-cypher-memory/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • neo4j >5.12
  • openai <2
  • python >=3.8.1,<4.0
templates/neo4j-generation/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/neo4j-generation/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • neo4j ^5.12.0
  • openai <2
  • python >=3.8.1,<4.0
templates/neo4j-parent/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/neo4j-parent/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • neo4j ^5.14.0
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/neo4j-vector-memory/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.15.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/neo4j-vector-memory/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • neo4j ^5.14.0
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/openai-functions-agent/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tavily-python 0.1.9
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/openai-functions-agent/pyproject.toml pypi
  • langchain-cli >=0.0.15 develop
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
  • tavily-python ^0.1.9
templates/openai-functions-tool-retrieval-agent/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • faiss-cpu 1.7.4
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/openai-functions-tool-retrieval-agent/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • faiss-cpu ^1.7.4
  • langchain >=0.0.313, <0.1
  • openai <2
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/pii-protected-chatbot/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • blis 0.7.11
  • catalogue 2.0.10
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • cloudpathlib 0.16.0
  • colorama 0.4.6
  • confection 0.1.4
  • cymem 2.0.8
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • filelock 3.13.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jinja2 3.1.2
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langcodes 3.3.0
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • markupsafe 2.1.3
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • murmurhash 1.0.10
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • phonenumbers 8.13.26
  • preshed 3.0.9
  • presidio-analyzer 2.2.351
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • requests-file 1.5.1
  • rich 13.7.0
  • setuptools 69.0.2
  • shellingham 1.5.4
  • six 1.16.0
  • smart-open 6.4.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • spacy 3.7.2
  • spacy-legacy 3.0.12
  • spacy-loggers 1.0.5
  • sqlalchemy 2.0.23
  • srsly 2.4.8
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • thinc 8.2.1
  • tldextract 5.1.1
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • wasabi 1.1.2
  • weasel 0.3.4
  • yarl 1.9.3
templates/pii-protected-chatbot/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • langchain >=0.0.325
  • openai <2
  • presidio-analyzer ^2.2.350
  • python >=3.8.1,<4.0
templates/pirate-speak/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
templates/pirate-speak/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • langchain >=0.0.325
  • openai <2
  • python >=3.8.1,<4.0
templates/pirate-speak-configurable/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anthropic 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • backoff 2.2.1
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • cohere 4.37
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • fastavro 1.9.0
  • filelock 3.13.1
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • huggingface-hub 0.19.4
  • idna 3.6
  • importlib-metadata 6.9.0
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tokenizers 0.15.0
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3
  • zipp 3.17.0
templates/pirate-speak-configurable/pyproject.toml pypi
  • fastapi ^0.104.0 develop
  • langchain-cli >=0.0.15 develop
  • sse-starlette ^1.6.5 develop
  • anthropic ^0.6.0
  • cohere ^4.34
  • langchain >=0.0.313, <0.1
  • openai <2
  • python >=3.8.1,<4.0
templates/plate-chain/poetry.lock pypi
  • aiohttp 3.9.1
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.11.17
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.3
  • distro 1.8.0
  • exceptiongroup 1.2.0
  • fastapi 0.104.1
  • frozenlist 1.4.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • greenlet 3.0.1
  • h11 0.14.0
  • httpcore 1.0.2
  • httpx 0.25.2
  • httpx-sse 0.3.1
  • idna 3.6
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.344
  • langchain-cli 0.0.19
  • langchain-core 0.0.8
  • langserve 0.0.32
  • langsmith 0.0.68
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • openai 1.3.7
  • orjson 3.9.10
  • packaging 23.2
  • pydantic 2.5.2
  • pydantic-core 2.14.5
  • pygments 2.17.2
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.8.2
  • starlette 0.27.0
  • tenacity 8.2.3
  • tomlkit 0.12.3
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.1.0
  • uvicorn 0.23.2
  • yarl 1.9.3