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 (10.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: tekiny
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 94.3 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years 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 version? 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

Breaking Changes for select chains (SQLDatabase) on 7/28/23

In an effort to make langchain leaner and safer, we are moving select chains to langchain_experimental. This migration has already started, but we are remaining backwards compatible until 7/28. On that date, we will remove functionality from langchain. Read more about the motivation and the progress here. Read how to migrate your code here.

Quick Install

pip install langchain or pip install langsmith && conda install langchain -c conda-forge

What is this?

Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. However, using these LLMs in isolation is often insufficient for creating a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.

This library aims to assist in the development of those types of applications. Common examples of these applications include:

** Question Answering over specific documents**

** Chatbots**

** Agents**

Documentation

Please see here for full documentation on:

  • Getting started (installation, setting up the environment, simple examples)
  • How-To examples (demos, integrations, helper functions)
  • Reference (full API docs)
  • Resources (high-level explanation of core concepts)

What can this help with?

There are six main areas that LangChain is designed to help with. These are, in increasing order of complexity:

** LLMs and Prompts:**

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

** Chains:**

Chains go beyond a single LLM call and involve sequences of calls (whether to an LLM or a different utility). LangChain provides a standard interface for chains, lots of integrations with other tools, and end-to-end chains for common applications.

** Data Augmented Generation:**

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.

** Memory:**

Memory refers to persisting state between calls of a chain/agent. LangChain provides a standard interface for memory, a collection of memory implementations, and examples of chains/agents that use memory.

** Evaluation:**

[BETA] Generative models are notoriously hard to evaluate with traditional metrics. One new way of evaluating them is by using language models themselves to do the evaluation. LangChain provides some prompts/chains for assisting in this.

For more information on these concepts, please see our full documentation.

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.

Owner

  • Login: tekiny
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/actions/poetry_setup/action.yml actions
  • actions/cache v3 composite
  • actions/setup-python 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/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_ci.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
.github/workflows/langchain_cli_ci.yml actions
.github/workflows/langchain_cli_release.yml actions
.github/workflows/langchain_experimental_ci.yml actions
  • ./.github/actions/poetry_setup * composite
  • actions/checkout v4 composite
.github/workflows/langchain_experimental_release.yml actions
.github/workflows/langchain_experimental_test_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/langchain/Dockerfile docker
  • builder latest build
  • dependencies latest build
  • python 3.11.2-bullseye build
docs/package-lock.json npm
  • 1176 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.0
  • @docusaurus/preset-classic 2.4.0
  • @docusaurus/remark-plugin-npm2yarn ^2.4.0
  • @mdx-js/react ^1.6.22
  • @mendable/search ^0.0.160
  • 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
  • nbdoc *
libs/cli/langchain_cli/package_template/pyproject.toml pypi
  • 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
  • langserve >=0.0.22
  • 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.4
  • 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
  • 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/experimental/poetry.lock pypi
  • 182 dependencies
libs/experimental/pyproject.toml pypi
  • faker ^19.3.1
  • langchain >=0.0.308
  • 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
libs/langchain/poetry.lock pypi
  • 470 dependencies
libs/langchain/pyproject.toml pypi
  • 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
  • anyio <4.0
  • 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-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
  • dashvector ^1.0.1
  • dataclasses-json >= 0.5.7, < 0.7
  • deeplake ^3.8.3
  • 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
  • html2text ^2020.1.16
  • huggingface_hub ^0
  • jinja2 ^3
  • jq ^1.4.1
  • jsonpatch ^1.33
  • jsonschema >1
  • lancedb ^0.1
  • langkit >=0.0.6, <0.1.0
  • langsmith ~0.0.62
  • 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.10.1
  • motor ^3.3.1
  • 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 ^0
  • 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
  • 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
poetry.lock pypi
  • 174 dependencies
pyproject.toml pypi
  • python >=3.8.1,<4.0
templates/anthropic-iterative-search/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anthropic 0.5.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • beautifulsoup4 4.12.2
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.1
  • distro 1.8.0
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • huggingface-hub 0.17.3
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.13
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • shellingham 1.5.4
  • smmap 5.0.1
  • sniffio 1.3.0
  • soupsieve 2.5
  • sqlalchemy 2.0.23
  • sse-starlette 1.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • tokenizers 0.14.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • wikipedia 1.4.0
  • yarl 1.9.2
templates/anthropic-iterative-search/pyproject.toml pypi
  • anthropic ^0.5.0
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • wikipedia ^1.4.0
templates/cassandra-entomology-rag/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • cassandra-driver 3.28.0
  • cassio 0.1.3
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.1
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • shellingham 1.5.4
  • six 1.16.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/cassandra-entomology-rag/pyproject.toml pypi
  • cassio ^0.1.3
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/cassandra-synonym-caching/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • cassandra-driver 3.28.0
  • cassio 0.1.3
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • dataclasses-json 0.6.1
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • shellingham 1.5.4
  • six 1.16.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/cassandra-synonym-caching/pyproject.toml pypi
  • cassio ^0.1.3
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/chat-bot-feedback/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langchainhub 0.1.13
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • 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.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/chat-bot-feedback/pyproject.toml pypi
  • langchain >=0.0.329
  • langchainhub >=0.1.13
  • langsmith >=0.0.54
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/csv-agent/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
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langchain-experimental 0.0.38
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.1
  • openai 0.28.1
  • packaging 23.2
  • pandas 2.1.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • python-dateutil 2.8.2
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.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.6.5
  • starlette 0.27.0
  • tabulate 0.9.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • tzdata 2023.3
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/csv-agent/pyproject.toml pypi
  • faiss-cpu ^1.7.4
  • langchain >=0.0.325
  • langchain-experimental >=0.0.37
  • openai ^0.28.1
  • 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.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
  • elastic-transport 8.10.0
  • elasticsearch 8.10.1
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/elastic-query-generator/pyproject.toml pypi
  • elasticsearch ^8.10.1
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/extraction-anthropic-functions/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anthropic 0.5.0
  • 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
  • distro 1.8.0
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • huggingface-hub 0.17.3
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langchain-experimental 0.0.36
  • langchainhub 0.1.13
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tokenizers 0.14.1
  • tomli 2.0.1
  • 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.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/extraction-anthropic-functions/pyproject.toml pypi
  • 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.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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/extraction-openai-functions/pyproject.toml pypi
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/guardrails-output-parser/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • alt-profanity-check 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • boltons 23.1.1
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • colored 2.2.3
  • dataclasses-json 0.6.1
  • eliot 1.15.0
  • eliot-tree 21.0.0
  • exceptiongroup 1.1.3
  • 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.7
  • h11 0.14.0
  • httpcore 1.0.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • iniconfig 2.0.0
  • iso8601 2.1.0
  • jmespath 1.0.1
  • joblib 1.3.2
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.1
  • openai 0.28.1
  • orjson 3.9.10
  • packaging 23.2
  • pluggy 1.3.0
  • pydantic 1.10.9
  • pygments 2.16.1
  • pyrsistent 0.20.0
  • pytest 7.4.3
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • rstr 3.2.2
  • scikit-learn 1.3.1
  • scipy 1.11.3
  • 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.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • threadpoolctl 3.2.0
  • tomli 2.0.1
  • toolz 0.12.0
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • win-unicode-console 0.5
  • yarl 1.9.2
  • zope-interface 6.1
templates/guardrails-output-parser/pyproject.toml pypi
  • alt-profanity-check ^1.3.1
  • guardrails-ai ^0.2.4
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.9,<3.13
templates/hybrid-search-weaviate/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • authlib 1.2.1
  • certifi 2023.7.22
  • cffi 1.16.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • cryptography 41.0.5
  • dataclasses-json 0.6.1
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pycparser 2.21
  • pydantic 1.10.13
  • pygments 2.16.1
  • python-dotenv 1.0.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • validators 0.22.0
  • weaviate-client 3.25.3
  • yarl 1.9.2
templates/hybrid-search-weaviate/pyproject.toml pypi
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
  • weaviate-client >=3.24.2
templates/hyde/poetry.lock pypi
  • 110 dependencies
templates/hyde/pyproject.toml pypi
  • chromadb ^0.4.15
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/llama2-functions/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • replicate 0.17.0
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/llama2-functions/pyproject.toml pypi
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • replicate >=0.15.4
templates/mongo-parent-document-retrieval/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • 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
  • dnspython 2.4.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
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.13
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 2.4.2
  • pydantic-core 2.10.1
  • pygments 2.16.1
  • pymongo 4.6.0
  • pypdf 3.17.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/mongo-parent-document-retrieval/pyproject.toml pypi
  • langchain >=0.0.313, <0.1
  • openai ^0.28.1
  • 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.8.6
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • colorama 0.4.6
  • dataclasses-json 0.6.1
  • exceptiongroup 1.1.3
  • frozenlist 1.4.0
  • greenlet 3.0.1
  • idna 3.4
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langsmith 0.0.60
  • marshmallow 3.20.1
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • neo4j 5.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 2.4.2
  • pydantic-core 2.10.1
  • 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.0.7
  • yarl 1.9.2
templates/neo4j-advanced-rag/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j ^5.14.0
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/neo4j-cypher/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/neo4j-cypher/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j >5.12
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/neo4j-cypher-ft/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/neo4j-cypher-ft/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j >5.12
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/neo4j-cypher-memory/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/neo4j-cypher-memory/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j >5.12
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/neo4j-generation/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/neo4j-generation/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j ^5.12.0
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/neo4j-parent/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/neo4j-parent/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j ^5.14.0
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/neo4j-vector-memory/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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.14.1
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytz 2023.3.post1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/neo4j-vector-memory/pyproject.toml pypi
  • langchain >=0.0.325
  • neo4j ^5.14.0
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/openai-functions-agent/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • 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
  • 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.332
  • langchain-cli 0.0.16
  • langserve 0.0.24
  • langsmith 0.0.62
  • 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 0.28.1
  • packaging 23.2
  • pluggy 1.3.0
  • pydantic 2.4.2
  • pydantic-core 2.10.1
  • pygments 2.16.1
  • pytest 7.4.3
  • pytest-subtests 0.11.0
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tavily-python 0.1.9
  • tenacity 8.2.3
  • tomli 2.0.1
  • tomlkit 0.12.2
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/openai-functions-agent/pyproject.toml pypi
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tavily-python ^0.1.9
templates/openai-functions-tool-retrieval-agent/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • annotated-types 0.6.0
  • 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
  • exceptiongroup 1.1.3
  • 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.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.332
  • langchain-cli 0.0.16
  • langserve 0.0.24
  • langsmith 0.0.62
  • 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 0.28.1
  • packaging 23.2
  • pluggy 1.3.0
  • pydantic 2.4.2
  • pydantic-core 2.10.1
  • pygments 2.16.1
  • pytest 7.4.3
  • pytest-subtests 0.11.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tomlkit 0.12.2
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/openai-functions-tool-retrieval-agent/pyproject.toml pypi
  • faiss-cpu ^1.7.4
  • langchain >=0.0.313, <0.1
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/pii-protected-chatbot/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • blis 0.7.11
  • catalogue 2.0.10
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • cloudpathlib 0.16.0
  • colorama 0.4.6
  • confection 0.1.3
  • cymem 2.0.8
  • dataclasses-json 0.6.1
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • jinja2 3.1.2
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langcodes 3.3.0
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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
  • numpy 1.25.2
  • openai 0.28.1
  • packaging 23.2
  • phonenumbers 8.13.24
  • preshed 3.0.9
  • presidio-analyzer 2.2.350
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • requests-file 1.5.1
  • rich 13.6.0
  • setuptools 68.2.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.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • thinc 8.2.1
  • tldextract 5.1.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.0.7
  • uvicorn 0.23.2
  • wasabi 1.1.2
  • weasel 0.3.4
  • yarl 1.9.2
templates/pii-protected-chatbot/pyproject.toml pypi
  • langchain >=0.0.325
  • openai ^0.28.1
  • presidio-analyzer ^2.2.350
  • python >=3.8.1,<4.0
templates/pirate-speak/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/pirate-speak/pyproject.toml pypi
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/plate-chain/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
  • 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
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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 0.28.1
  • packaging 23.2
  • pydantic 1.10.13
  • pygments 2.16.1
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.6.0
  • 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
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/plate-chain/pyproject.toml pypi
  • langchain >=0.0.325
  • langserve >=0.0.19
  • openai ^0.28.1
  • python >=3.8.1,<4.0
templates/poetry.lock pypi
  • colorama 0.4.6
  • docopt 0.6.2
  • exceptiongroup 1.1.3
  • iniconfig 2.0.0
  • packaging 23.2
  • pastel 0.2.1
  • pluggy 1.3.0
  • poethepoet 0.24.2
  • pytest 7.4.3
  • pytest-watch 4.2.0
  • ruff 0.1.4
  • tomli 2.0.1
  • watchdog 3.0.0
templates/pyproject.toml pypi
  • python ^3.10
templates/rag-astradb/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • astrapy 0.5.4
  • async-timeout 4.0.3
  • attrs 23.1.0
  • cassandra-driver 3.28.0
  • cassio 0.1.3
  • certifi 2023.7.22
  • cfgv 3.4.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • coverage 7.3.2
  • dataclasses-json 0.6.1
  • distlib 0.3.7
  • exceptiongroup 1.1.3
  • faker 19.11.1
  • fastapi 0.104.1
  • filelock 3.13.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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • identify 2.5.31
  • idna 3.4
  • iniconfig 2.0.0
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • nodeenv 1.8.0
  • numpy 1.24.4
  • openai 0.28.1
  • packaging 23.2
  • platformdirs 3.11.0
  • pluggy 1.3.0
  • pre-commit 3.5.0
  • pydantic 1.10.13
  • pygments 2.16.1
  • pytest 7.4.3
  • pytest-cov 4.1.0
  • pytest-testdox 3.1.0
  • python-dateutil 2.8.2
  • python-dotenv 1.0.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • requests-toolbelt 1.0.0
  • rich 13.6.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.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • virtualenv 20.24.6
  • yarl 1.9.2
templates/rag-astradb/pyproject.toml pypi
  • astrapy ^0.5.3
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken ^0.5.1
templates/rag-aws-bedrock/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • awscli 1.29.80
  • boto3 1.28.80
  • botocore 1.31.80
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.4
  • dataclasses-json 0.6.1
  • docutils 0.16
  • exceptiongroup 1.1.3
  • 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.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • idna 3.4
  • jmespath 1.0.1
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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
  • pyasn1 0.5.0
  • pydantic 1.10.13
  • pygments 2.16.1
  • python-dateutil 2.8.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • rsa 4.7.2
  • s3transfer 0.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.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomli 2.0.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 1.26.18
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/rag-aws-bedrock/pyproject.toml pypi
  • awscli >=1.29.57
  • boto3 >=1.28.57
  • faiss-cpu >=1.7.4
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • tiktoken >=0.5.1
templates/rag-aws-kendra/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • awscli 1.29.80
  • boto3 1.28.80
  • botocore 1.31.80
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.4
  • dataclasses-json 0.6.1
  • docutils 0.16
  • 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
  • jmespath 1.0.1
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • 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
  • pyasn1 0.5.0
  • pydantic 1.10.13
  • pygments 2.16.1
  • python-dateutil 2.8.2
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • rsa 4.7.2
  • s3transfer 0.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.6.5
  • starlette 0.27.0
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tomli 2.0.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 1.26.18
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • yarl 1.9.2
templates/rag-aws-kendra/pyproject.toml pypi
  • awscli >=1.29.57
  • boto3 >=1.28.57
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • tiktoken >=0.5.1
templates/rag-chroma/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • backoff 2.2.1
  • bcrypt 4.0.1
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • chroma-hnswlib 0.7.3
  • chromadb 0.4.14
  • click 8.1.7
  • colorama 0.4.6
  • coloredlogs 15.0.1
  • dataclasses-json 0.6.1
  • distro 1.8.0
  • exceptiongroup 1.1.3
  • fastapi 0.104.1
  • filelock 3.13.1
  • flatbuffers 23.5.26
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • graphlib-backport 1.0.3
  • greenlet 3.0.1
  • grpcio 1.59.2
  • h11 0.14.0
  • httpcore 1.0.1
  • httptools 0.6.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • huggingface-hub 0.17.3
  • humanfriendly 10.0
  • idna 3.4
  • importlib-resources 6.1.1
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • monotonic 1.6
  • mpmath 1.3.0
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • onnxruntime 1.16.1
  • openai 1.1.1
  • overrides 7.4.0
  • packaging 23.2
  • posthog 3.0.2
  • protobuf 4.25.0
  • pulsar-client 3.3.0
  • pydantic 1.10.13
  • pygments 2.16.1
  • pypika 0.48.9
  • pyreadline3 3.4.1
  • python-dateutil 2.8.2
  • python-dotenv 1.0.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.6.5
  • starlette 0.27.0
  • sympy 1.12
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tokenizers 0.14.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • uvloop 0.19.0
  • watchfiles 0.21.0
  • websockets 12.0
  • yarl 1.9.2
  • zipp 3.17.0
templates/rag-chroma/pyproject.toml pypi
  • chromadb >=0.4.14
  • langchain >=0.0.325
  • openai ^0.28.1
  • python >=3.8.1,<4.0
  • tiktoken >=0.5.1
templates/rag-chroma-private/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • backoff 2.2.1
  • bcrypt 4.0.1
  • beautifulsoup4 4.12.2
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • chroma-hnswlib 0.7.3
  • chromadb 0.4.14
  • click 8.1.7
  • colorama 0.4.6
  • coloredlogs 15.0.1
  • dataclasses-json 0.6.1
  • exceptiongroup 1.1.3
  • fastapi 0.104.1
  • filelock 3.13.1
  • flatbuffers 23.5.26
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • gpt4all 2.0.2
  • graphlib-backport 1.0.3
  • greenlet 3.0.1
  • grpcio 1.59.2
  • h11 0.14.0
  • httpcore 1.0.1
  • httptools 0.6.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • huggingface-hub 0.17.3
  • humanfriendly 10.0
  • idna 3.4
  • importlib-resources 6.1.1
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • monotonic 1.6
  • mpmath 1.3.0
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.24.4
  • onnxruntime 1.16.1
  • overrides 7.4.0
  • packaging 23.2
  • posthog 3.0.2
  • protobuf 4.25.0
  • pulsar-client 3.3.0
  • pydantic 1.10.13
  • pygments 2.16.1
  • pypika 0.48.9
  • pyreadline3 3.4.1
  • python-dateutil 2.8.2
  • python-dotenv 1.0.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • soupsieve 2.5
  • sqlalchemy 2.0.23
  • sse-starlette 1.6.5
  • starlette 0.27.0
  • sympy 1.12
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tokenizers 0.14.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • uvloop 0.19.0
  • watchfiles 0.21.0
  • websockets 12.0
  • yarl 1.9.2
  • zipp 3.17.0
templates/rag-chroma-private/pyproject.toml pypi
  • beautifulsoup4 >=4.12.2
  • chromadb >=0.4.14
  • gpt4all >=1.0.8
  • langchain >=0.0.325
  • python >=3.8.1,<4.0
  • tiktoken >=0.5.1
templates/rag-codellama-fireworks/poetry.lock pypi
  • aiohttp 3.8.6
  • aiosignal 1.3.1
  • anyio 3.7.1
  • async-timeout 4.0.3
  • attrs 23.1.0
  • backoff 2.2.1
  • bcrypt 4.0.1
  • certifi 2023.7.22
  • charset-normalizer 3.3.2
  • chroma-hnswlib 0.7.3
  • chromadb 0.4.14
  • click 8.1.7
  • colorama 0.4.6
  • coloredlogs 15.0.1
  • dataclasses-json 0.6.1
  • exceptiongroup 1.1.3
  • fastapi 0.104.1
  • filelock 3.13.1
  • fireworks-ai 0.8.0
  • flatbuffers 23.5.26
  • frozenlist 1.4.0
  • fsspec 2023.10.0
  • gitdb 4.0.11
  • gitpython 3.1.40
  • gpt4all 2.0.2
  • greenlet 3.0.1
  • grpcio 1.59.2
  • h11 0.14.0
  • httpcore 1.0.1
  • httptools 0.6.1
  • httpx 0.25.1
  • httpx-sse 0.3.1
  • huggingface-hub 0.17.3
  • humanfriendly 10.0
  • idna 3.4
  • importlib-resources 6.1.1
  • jsonpatch 1.33
  • jsonpointer 2.4
  • langchain 0.0.331
  • langchain-cli 0.0.15
  • langserve 0.0.23
  • langsmith 0.0.60
  • markdown-it-py 3.0.0
  • marshmallow 3.20.1
  • mdurl 0.1.2
  • monotonic 1.6
  • mpmath 1.3.0
  • multidict 6.0.4
  • mypy-extensions 1.0.0
  • numpy 1.25.2
  • onnxruntime 1.16.1
  • overrides 7.4.0
  • packaging 23.2
  • pillow 10.1.0
  • posthog 3.0.2
  • protobuf 4.25.0
  • pulsar-client 3.3.0
  • pydantic 1.10.13
  • pygments 2.16.1
  • pypika 0.48.9
  • pyreadline3 3.4.1
  • python-dateutil 2.8.2
  • python-dotenv 1.0.0
  • pyyaml 6.0.1
  • regex 2023.10.3
  • requests 2.31.0
  • rich 13.6.0
  • shellingham 1.5.4
  • six 1.16.0
  • smmap 5.0.1
  • sniffio 1.3.0
  • sqlalchemy 2.0.23
  • sse-starlette 1.6.5
  • starlette 0.27.0
  • sympy 1.12
  • tenacity 8.2.3
  • tiktoken 0.5.1
  • tokenizers 0.14.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typer 0.9.0
  • typing-extensions 4.8.0
  • typing-inspect 0.9.0
  • urllib3 2.0.7
  • uvicorn 0.23.2
  • uvloop 0.19.0
  • watchfiles 0.21.0
  • websockets 12.0
  • yarl 1.9.2
  • zipp 3.17.0
templates/rag-codellama-fireworks/pyproject.toml pypi
  • chromadb >=0.4.14
  • fireworks-ai >=0.6.0
  • gpt4all >=1.0.8
  • langchain >=0.0.325
  • python >=3.9,<4.0
  • tiktoken >=0.5.1