langchain
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.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: JuchangKim
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Size: 551 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
LangChain
Build context-aware reasoning applications
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 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 large language models (LLMs).
For these applications, LangChain simplifies the entire application lifecycle:
- Open-source libraries: Build your applications using LangChain's open-source building blocks, components, and third-party integrations. Use LangGraph to build stateful agents with first-class streaming and human-in-the-loop support.
- Productionization: Inspect, monitor, and evaluate your apps with LangSmith so that you can constantly optimize and deploy with confidence.
- Deployment: Turn your LangGraph applications into production-ready APIs and Assistants with LangGraph Cloud.
Open-source libraries
langchain-core: Base abstractions and LangChain Expression Language.langchain-community: Third party integrations.- Some integrations have been further split into partner packages that only rely on
langchain-core. Examples includelangchain_openaiandlangchain_anthropic.
- Some integrations have been further split into partner packages that only rely on
langchain: Chains, agents, and retrieval strategies that make up an application's cognitive architecture.LangGraph: A library for building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it.
Productionization:
- LangSmith: A developer platform that lets you debug, test, evaluate, and monitor chains built on any LLM framework and seamlessly integrates with LangChain.
Deployment:
- LangGraph Cloud: Turn your LangGraph applications into production-ready APIs and Assistants.
What can you build with LangChain?
** Question answering with RAG**
- Documentation
- End-to-end Example: Chat LangChain and repo
** Extracting structured output**
- Documentation
- End-to-end Example: SQL Llama2 Template
** Chatbots**
- Documentation
- End-to-end Example: Web LangChain (web researcher chatbot) and repo
And much more! Head to the Tutorials section of the docs for more.
How does LangChain help?
The main value props of the LangChain libraries are: 1. Components: composable building blocks, 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.
LangChain Expression Language (LCEL)
LCEL is the foundation of many of LangChain's components, and is a declarative way to compose chains. LCEL was designed from day 1 to support putting prototypes in production, with no code changes, from the simplest prompt + LLM chain to the most complex chains.
- Overview: LCEL and its benefits
- Interface: The standard Runnable interface for LCEL objects
- Primitives: More on the primitives LCEL includes
- Cheatsheet: Quick overview of the most common usage patterns
Components
Components fall into the following modules:
** Model I/O**
This includes prompt management, prompt optimization, a generic interface for chat models and LLMs, and common utilities for working with model outputs.
** Retrieval**
Retrieval Augmented Generation involves loading data from a variety of sources, preparing it, then searching over (a.k.a. retrieving from) it for use in the generation step.
** Agents**
Agents allow an LLM autonomy over how a task is accomplished. Agents make decisions about which Actions to take, then take that Action, observe the result, and repeat until the task is complete. LangChain provides a standard interface for agents, along with LangGraph for building custom agents.
Documentation
Please see here for full documentation, which includes:
- Introduction: Overview of the framework and the structure of the docs.
- Tutorials: If you're looking to build something specific or are more of a hands-on learner, check out our tutorials. This is the best place to get started.
- How-to guides: Answers to How do I.? type questions. These guides are goal-oriented and concrete; they're meant to help you complete a specific task.
- Conceptual guide: Conceptual explanations of the key parts of the framework.
- API Reference: Thorough documentation of every class and method.
Ecosystem
- LangSmith: Trace and evaluate your language model applications and intelligent agents to help you move from prototype to production.
- LangGraph: Create stateful, multi-actor applications with LLMs. Integrates smoothly with LangChain, but can be used without it.
- LangServe: Deploy LangChain runnables and chains as REST APIs.
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
Owner
- Login: JuchangKim
- Kind: user
- Repositories: 1
- Profile: https://github.com/JuchangKim
GitHub Events
Total
Last Year
Dependencies
- Dockerfile * docker
- actions/cache v4 composite
- actions/setup-python v5 composite
- ./.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- ./.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- ./.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- google-github-actions/auth v2 composite
- ./.github/actions/poetry_setup * composite
- actions/cache v4 composite
- actions/checkout v4 composite
- ./.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite
- google-github-actions/auth v2 composite
- ncipollo/release-action v1 composite
- pypa/gh-action-pypi-publish release/v1 composite
- 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/actions/poetry_setup * composite
- actions/checkout v4 composite
- ./.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- ./.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v4 composite
- actions/setup-node v3 composite
- ./.github/actions/poetry_setup * composite
- Ana06/get-changed-files v2.2.0 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- Ana06/get-changed-files v2.2.0 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- actions/checkout v4 composite
- ./.github/actions/people * composite
- actions/checkout v4 composite
- mxschmitt/action-tmate v3 composite
- ./langchain/.github/actions/poetry_setup * composite
- actions/checkout v4 composite
- aws-actions/configure-aws-credentials v4 composite
- google-github-actions/auth v2 composite
- python 3.9 build
- ankane/pgvector latest
- graphdb latest
- intellabs/vdms latest
- mongo latest
- postgres 16
- redis/redis-stack-server latest
- ontotext/graphdb 10.5.1 build
- python 3.11-slim build
- ontotext/graphdb 10.5.1 build
- aerospike/aerospike-proximus 0.4.0
- aerospike/aerospike-server-enterprise 7.0.0.2
- builder latest build
- dependencies latest build
- python 3.11.2-bullseye build
- ontotext/graphdb 10.5.1 build
- @babel/eslint-parser ^7.18.2 development
- @langchain/scripts ^0.0.10 development
- docusaurus-plugin-typedoc next development
- dotenv ^16.4.5 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
- marked ^12.0.1 development
- prettier ^2.7.1 development
- supabase ^1.148.6 development
- typedoc ^0.24.4 development
- typedoc-plugin-markdown next development
- yaml-loader ^0.8.0 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
- @supabase/supabase-js ^2.39.7
- clsx ^1.2.1
- cookie ^0.6.0
- isomorphic-dompurify ^2.7.0
- json-loader ^0.5.7
- process ^0.11.10
- react ^17.0.2
- react-dom ^17.0.2
- typescript ^5.1.3
- uuid ^9.0.0
- webpack ^5.75.0
- 1382 dependencies
- autodoc_pydantic ==1.8.0
- myst_nb *
- myst_parser *
- nbsphinx ==0.8.9
- pydantic <2
- pydata-sphinx-theme ==0.13.1
- sphinx >=5
- sphinx-autobuild ==2021.3.14
- sphinx-panels *
- sphinx-typlog-theme ==0.8.0
- sphinx_copybutton *
- sphinx_rtd_theme ==1.0.0
- toml *
- langchain-astradb *
- langchain-cohere *
- langchain-elasticsearch *
- langchain-nvidia-ai-endpoints *
- nbconvert ==7.16.4
- urllib3 ==1.26.19
- codespell ^2.2.6 codespell
- langchain-core * develop
- ruff ^0.5 lint
- langchain-core ^0.2.0
- python >=3.8.1,<4.0
- langchain-core * test
- pytest ^7.4.3 test
- pytest-asyncio ^0.23.2 test
- pytest-socket ^0.7.0 test
- langchain-core * typing
- mypy ^1.10 typing
- fastapi ^0.104.0 develop
- langchain-cli >=0.0.4 develop
- sse-starlette ^1.6.5 develop
- langchain-core >=0.1.5,<0.3
- langchain-openai >=0.0.1
- python >=3.8.1,<4.0
- langchain-cli >=0.0.15 develop
- langserve >=0.0.30
- pydantic <2
- python ^3.11
- uvicorn ^0.23.2
- annotated-types 0.7.0
- anyio 4.4.0
- attrs 23.2.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- click 8.1.7
- colorama 0.4.6
- docopt 0.6.2
- exceptiongroup 1.2.2
- fastapi 0.110.3
- gitdb 4.0.11
- gitpython 3.1.43
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- importlib-resources 6.4.0
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- jsonschema 4.23.0
- jsonschema-specifications 2023.12.1
- langchain-core 0.2.23
- langserve 0.2.2
- langsmith 0.1.93
- libcst 1.4.0
- markdown-it-py 3.0.0
- mdurl 0.1.2
- orjson 3.10.6
- packaging 24.1
- pastel 0.2.1
- pkgutil-resolve-name 1.3.10
- pluggy 1.5.0
- poethepoet 0.24.4
- pydantic 2.8.2
- pydantic-core 2.20.1
- pygments 2.18.0
- pyproject-toml 0.0.10
- pytest 7.4.4
- pytest-watch 4.2.0
- pyyaml 6.0.1
- referencing 0.35.1
- requests 2.32.3
- rich 13.7.1
- rpds-py 0.19.1
- ruff 0.5.4
- setuptools 71.1.0
- shellingham 1.5.4
- smmap 5.0.1
- sniffio 1.3.1
- sse-starlette 1.8.2
- starlette 0.37.2
- tenacity 8.5.0
- toml 0.10.2
- tomli 2.0.1
- tomlkit 0.12.5
- typer 0.9.4
- typing-extensions 4.12.2
- urllib3 2.2.2
- uvicorn 0.23.2
- watchdog 4.0.1
- wheel 0.43.0
- zipp 3.19.2
- poethepoet ^0.24.1 develop
- pytest ^7.4.2 develop
- pytest-watch ^4.2.0 develop
- ruff ^0.5 lint
- gitpython ^3.1.40
- langserve >=0.0.51
- libcst ^1.3.1
- python >=3.8.1,<4.0
- tomlkit ^0.12.2
- typer ^0.9.0
- uvicorn ^0.23.2
- 225 dependencies
- codespell ^2.2.0 codespell
- jupyter ^1.0.0 develop
- langchain-core * develop
- setuptools ^67.6.1 develop
- ruff ^0.5 lint
- PyYAML >=5.3
- SQLAlchemy >=1.4,<3
- aiohttp ^3.8.3
- dataclasses-json >= 0.5.7, < 0.7
- langchain ^0.2.9
- langchain-core ^0.2.23
- langsmith ^0.1.0
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12"
- python >=3.8.1,<4.0
- requests ^2
- tenacity ^8.1.0,!=8.4.0
- duckdb-engine ^0.11.0 test
- freezegun ^1.2.2 test
- langchain * test
- langchain-core * test
- langchain-standard-tests * 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.1.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.6 test_integration
- exllamav2 ^0.0.18 test_integration
- fireworks-ai ^0.9.0 test_integration
- langchain * 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,<0.6.0 test_integration
- vcrpy ^6 test_integration
- vdms >=0.0.20 test_integration
- wrapt ^1.15.0 test_integration
- langchain * typing
- langchain-core * typing
- langchain-text-splitters * typing
- mypy ^1.10 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
- 143 dependencies
- grandalf ^0.8 develop
- jupyter ^1.0.0 develop
- setuptools ^67.6.1 develop
- ruff ^0.5 lint
- PyYAML >=5.3
- jsonpatch ^1.33
- langsmith ^0.1.75
- packaging >=23.2,<25
- pydantic --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: ">=1,<3" python: "<3.12.4" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^2.7.4" python: ">=3.12.4"
- python >=3.8.1,<4.0
- tenacity ^8.1.0,!=8.4.0
- freezegun ^1.2.2 test
- grandalf ^0.8 test
- langchain-standard-tests * test
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.24.0" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- pytest-mock ^3.10.0 test
- pytest-profiling ^1.7.0 test
- pytest-watcher ^0.3.4 test
- responses ^0.25.0 test
- syrupy ^4.0.2 test
- langchain-text-splitters * typing
- mypy ^1.10 typing
- types-jinja2 ^2.11.9 typing
- types-pyyaml ^6.0.12.2 typing
- types-requests ^2.28.11.5 typing
- 150 dependencies
- jupyter ^1.0.0 develop
- langchain * develop
- langchain-community * develop
- langchain-core * develop
- setuptools ^67.6.1 develop
- ruff ^0.5 lint
- langchain-community ^0.2.6
- langchain-core ^0.2.23
- python >=3.8.1,<4.0
- langchain * test
- langchain-community * test
- langchain-core * test
- langchain-text-splitters * test
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.24.0" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" test
- pytest ^7.3.0 test
- pytest-asyncio ^0.20.3 test
- langchain * test_integration
- langchain-community * test_integration
- langchain-core * test_integration
- langchain-openai * test_integration
- langchain * typing
- langchain-community * typing
- langchain-core * typing
- mypy ^1.10 typing
- types-pyyaml ^6.0.12.2 typing
- types-requests ^2.28.11.5 typing
- 187 dependencies
- codespell ^2.2.0 codespell
- jupyter ^1.0.0 develop
- langchain-core * develop
- langchain-text-splitters * develop
- playwright ^1.28.0 develop
- setuptools ^67.6.1 develop
- ruff ^0.5 lint
- PyYAML >=5.3
- SQLAlchemy >=1.4,<3
- aiohttp ^3.8.3
- async-timeout ^4.0.0
- langchain-core ^0.2.23
- langchain-text-splitters ^0.2.0
- langsmith ^0.1.17
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12"
- pydantic >=1,<3
- python >=3.8.1,<4.0
- requests ^2
- tenacity ^8.1.0,!=8.4.0
- duckdb-engine ^0.9.2 test
- freezegun ^1.2.2 test
- langchain-core * test
- langchain-openai * test
- langchain-standard-tests * test
- langchain-text-splitters * test
- lark ^1.1.5 test
- pandas ^2.0.0 test
- pytest ^7.3.0 test
- pytest-asyncio ^0.23.2 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
- cassio ^0.1.0 test_integration
- langchain-core * test_integration
- langchain-text-splitters * test_integration
- langchainhub ^0.1.16 test_integration
- pytest-vcr ^1.0.2 test_integration
- python-dotenv ^1.0.0 test_integration
- wrapt ^1.15.0 test_integration
- langchain-core * typing
- langchain-text-splitters * typing
- mypy ^1.10 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
- ai21 2.7.0
- ai21-tokenizer 0.11.2
- annotated-types 0.7.0
- anyio 4.4.0
- certifi 2024.6.2
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- dataclasses-json 0.6.6
- exceptiongroup 1.2.1
- filelock 3.14.0
- freezegun 1.5.1
- fsspec 2024.6.0
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- huggingface-hub 0.23.2
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain-core 0.2.11
- langchain-standard-tests 0.1.1
- langchain-text-splitters 0.2.2
- langsmith 0.1.82
- marshmallow 3.21.2
- mypy 1.10.1
- mypy-extensions 1.0.0
- orjson 3.10.3
- packaging 23.2
- pluggy 1.5.0
- pydantic 2.7.4
- pydantic-core 2.18.4
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.0
- sentencepiece 0.2.0
- six 1.16.0
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.3.0
- tokenizers 0.19.1
- tomli 2.0.1
- tqdm 4.66.4
- typing-extensions 4.12.1
- typing-inspect 0.9.0
- urllib3 2.2.1
- watchdog 4.0.1
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- ai21 ^2.7.0
- langchain-core ^0.2.4
- langchain-text-splitters ^0.2.0
- python >=3.8.1,<4.0
- freezegun ^1.2.2 test
- langchain-core * test
- langchain-standard-tests * test
- langchain-text-splitters * 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
- langchain-core * typing
- mypy ^1.10 typing
- 106 dependencies
- codespell ^2.2.6 codespell
- langchain-core * develop
- ruff ^0.1.8 lint
- airbyte ^0.7.3
- langchain-core >=0.1.5,<0.3
- pydantic >=1.10.8,<2
- python >=3.9,<3.12.4
- langchain-core * test
- pytest ^7.4.3 test
- pytest-asyncio ^0.23.2 test
- langchain * typing
- langchain-core * typing
- langchain-text-splitters * typing
- mypy ^1.7.1 typing
- annotated-types 0.7.0
- anthropic 0.31.2
- anyio 4.4.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- defusedxml 0.7.1
- distro 1.9.0
- exceptiongroup 1.2.2
- filelock 3.15.4
- freezegun 1.5.1
- fsspec 2024.6.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- huggingface-hub 0.24.2
- idna 3.7
- iniconfig 2.0.0
- jiter 0.5.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.24
- langchain-standard-tests 0.1.1
- langsmith 0.1.93
- mypy 1.11.0
- mypy-extensions 1.0.0
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.5
- six 1.16.0
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.5.0
- tokenizers 0.19.1
- tomli 2.0.1
- tqdm 4.66.4
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- anthropic >=0.28.0,<1
- defusedxml ^0.7.1
- langchain-core >=0.2.24,<0.3
- python >=3.8.1,<4.0
- defusedxml ^0.7.1 test
- freezegun ^1.2.2 test
- langchain-core * test
- langchain-standard-tests * 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
- langchain-core * test_integration
- langchain-core * typing
- mypy ^1.10 typing
- annotated-types 0.7.0
- anyio 4.4.0
- appnope 0.1.4
- asttokens 2.4.1
- azure-core 1.30.2
- azure-identity 1.17.1
- backcall 0.2.0
- certifi 2024.6.2
- cffi 1.16.0
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- comm 0.2.2
- cryptography 42.0.8
- debugpy 1.8.1
- decorator 5.1.1
- distro 1.9.0
- exceptiongroup 1.2.1
- executing 2.0.1
- freezegun 1.5.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- importlib-metadata 7.2.0
- iniconfig 2.0.0
- ipykernel 6.29.4
- ipython 8.12.3
- jedi 0.19.1
- jsonpatch 1.33
- jsonpointer 3.0.0
- jupyter-client 8.6.2
- jupyter-core 5.7.2
- langchain-core 0.2.11
- langchain-openai 0.1.13
- langchainhub 0.1.20
- langsmith 0.1.81
- matplotlib-inline 0.1.7
- msal 1.29.0
- msal-extensions 1.1.0
- mypy 1.10.1
- mypy-extensions 1.0.0
- nest-asyncio 1.6.0
- openai 1.35.3
- orjson 3.10.5
- packaging 24.1
- parso 0.8.4
- pexpect 4.9.0
- pickleshare 0.7.5
- platformdirs 4.2.2
- pluggy 1.5.0
- portalocker 2.8.2
- prompt-toolkit 3.0.47
- psutil 6.0.0
- ptyprocess 0.7.0
- pure-eval 0.2.2
- pycparser 2.22
- pydantic 2.7.4
- pydantic-core 2.18.4
- pygments 2.18.0
- pyjwt 2.8.0
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- python-dotenv 1.0.1
- pywin32 306
- pyyaml 6.0.1
- pyzmq 26.0.3
- regex 2024.5.15
- requests 2.32.3
- ruff 0.5.0
- six 1.16.0
- sniffio 1.3.1
- stack-data 0.6.3
- syrupy 4.6.1
- tenacity 8.4.1
- tiktoken 0.7.0
- tomli 2.0.1
- tornado 6.4.1
- tqdm 4.66.4
- traitlets 5.14.3
- types-requests 2.32.0.20240622
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- wcwidth 0.2.13
- zipp 3.19.2
- codespell ^2.2.0 codespell
- ipykernel ^6.29.4 develop
- langchain-core * develop
- langchain-openai * develop
- langchainhub ^0.1.15 develop
- pytest ^7.3.0 lint
- python-dotenv ^1.0.1 lint
- ruff ^0.5 lint
- azure-identity ^1.16.0
- langchain-core >=0.1.52,<0.3
- python >=3.8.1,<4.0
- requests ^2.31.0
- freezegun ^1.2.2 test
- langchain-core * test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- pytest-mock ^3.10.0 test
- pytest-watcher ^0.3.4 test
- python-dotenv ^1.0.1 test
- syrupy ^4.0.2 test
- pytest ^7.3.0 test_integration
- python-dotenv ^1.0.1 test_integration
- langchain-core * typing
- mypy ^1.10 typing
- types-requests ^2.31.0.20240406 typing
- 138 dependencies
- codespell ^2.2.0 codespell
- langchain-community * develop
- langchain-core * develop
- ruff ^0.5 lint
- chromadb >=0.4.0,<0.6.0
- fastapi >=0.95.2,<1
- langchain-core >=0.1.40,<0.3
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12"
- python >=3.8.1,<4
- freezegun ^1.2.2 test
- langchain-community * test
- langchain-core * 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
- langchain-openai * test_integration
- langchain * typing
- langchain-community * typing
- langchain-core * typing
- langchain-text-splitters * typing
- mypy ^1.10 typing
- types-requests ^2.31.0.20240406 typing
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.7.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- couchbase 4.3.0
- exceptiongroup 1.2.2
- frozenlist 1.4.1
- greenlet 3.0.3
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain 0.2.9
- langchain-core 0.2.20
- langchain-text-splitters 0.2.2
- langsmith 0.1.87
- multidict 6.0.5
- mypy 1.10.1
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.23.7
- pytest-socket 0.7.0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.2
- sqlalchemy 2.0.31
- syrupy 4.6.1
- tenacity 8.5.0
- tomli 2.0.1
- typing-extensions 4.12.2
- urllib3 2.2.2
- yarl 1.9.4
- codespell ^2.2.6 codespell
- langchain-core * develop
- ruff ^0.5 lint
- couchbase ^4.2.1
- langchain-core >=0.2.0,<0.3
- python >=3.8.1,<4.0
- langchain ^0.2.9 test
- langchain-core * test
- pytest ^7.4.3 test
- pytest-asyncio ^0.23.2 test
- pytest-socket ^0.7.0 test
- syrupy ^4.0.2 test
- langchain-core * typing
- mypy ^1.10 typing
- annotated-types 0.6.0
- certifi 2024.2.2
- charset-normalizer 3.3.2
- codespell 2.2.6
- colorama 0.4.6
- exa-py 1.0.9
- exceptiongroup 1.2.1
- freezegun 1.5.1
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain-core 0.2.11
- langsmith 0.1.82
- mypy 1.10.0
- mypy-extensions 1.0.0
- orjson 3.10.3
- packaging 23.2
- pluggy 1.5.0
- pydantic 2.7.4
- pydantic-core 2.18.4
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.31.0
- ruff 0.5.0
- six 1.16.0
- syrupy 4.6.1
- tenacity 8.3.0
- tomli 2.0.1
- typing-extensions 4.11.0
- urllib3 2.2.1
- watchdog 4.0.0
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- exa-py ^1.0.8
- langchain-core >=0.1.52,<0.3
- python >=3.8.1,<4.0
- freezegun ^1.2.2 test
- langchain-core * 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
- langchain-core * typing
- mypy ^1.10 typing
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.7.0
- anyio 4.4.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- distro 1.9.0
- exceptiongroup 1.2.2
- fireworks-ai 0.14.0
- freezegun 1.5.1
- frozenlist 1.4.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- httpx-sse 0.4.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.24
- langchain-standard-tests 0.1.1
- langsmith 0.1.93
- multidict 6.0.5
- mypy 1.11.0
- mypy-extensions 1.0.0
- openai 1.37.1
- orjson 3.10.6
- packaging 24.1
- pillow 10.4.0
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.5
- six 1.16.0
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.5.0
- tomli 2.0.1
- tqdm 4.66.4
- types-requests 2.32.0.20240712
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- yarl 1.9.4
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- aiohttp ^3.9.1
- fireworks-ai >=0.13.0
- langchain-core >=0.2.24,<0.3
- openai ^1.10.0
- python >=3.8.1,<4.0
- requests ^2
- freezegun ^1.2.2 test
- langchain-core * test
- langchain-standard-tests * 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
- langchain-core * typing
- mypy ^1.10 typing
- types-requests ^2 typing
- annotated-types 0.7.0
- anyio 4.4.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- distro 1.9.0
- exceptiongroup 1.2.2
- groq 0.9.0
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.24
- langchain-standard-tests 0.1.1
- langsmith 0.1.93
- mypy 1.11.0
- mypy-extensions 1.0.0
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.5
- sniffio 1.3.1
- tenacity 8.5.0
- tomli 2.0.1
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- groq >=0.4.1,<1
- langchain-core >=0.2.24,<0.3
- python >=3.8.1,<4.0
- langchain-core * test
- langchain-standard-tests * test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- pytest-mock ^3.10.0 test
- pytest-watcher ^0.3.4 test
- langchain-core * test_integration
- langchain-core * typing
- mypy ^1.10 typing
- 123 dependencies
- codespell ^2.2.0 codespell
- ipykernel ^6.29.2 develop
- langchain-core * develop
- ruff ^0.5 lint
- huggingface-hub >=0.23.0
- langchain-core >=0.1.52,<0.3
- python >=3.8.1,<4.0
- sentence-transformers >=2.6.0
- tokenizers >=0.19.1
- transformers >=4.39.0
- langchain-community * test
- langchain-core * test
- langchain-standard-tests * test
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- scipy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.7.0" python: ">=3.12" test
- langchain-core * typing
- mypy ^1.10 typing
- annotated-types 0.7.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- environs 9.5.0
- exceptiongroup 1.2.2
- freezegun 1.5.1
- grpcio 1.63.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.23
- langsmith 0.1.93
- marshmallow 3.21.3
- milvus-lite 2.4.8
- mypy 0.991
- mypy-extensions 1.0.0
- numpy 1.24.4
- orjson 3.10.6
- packaging 24.1
- pandas 2.0.3
- pluggy 1.5.0
- protobuf 5.27.2
- pydantic 2.8.2
- pydantic-core 2.20.1
- pymilvus 2.4.4
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- python-dotenv 1.0.1
- pytz 2024.1
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.1.15
- scipy 1.10.1
- scipy 1.14.0
- setuptools 71.1.0
- six 1.16.0
- syrupy 4.6.1
- tenacity 8.5.0
- tomli 2.0.1
- tqdm 4.66.4
- types-requests 2.32.0.20240712
- typing-extensions 4.12.2
- tzdata 2024.1
- ujson 5.10.0
- urllib3 2.2.2
- watchdog 4.0.1
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.1.5 lint
- langchain-core ^0.2.20
- pymilvus ^2.4.3
- python >=3.8.1,<4.0
- scipy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.7" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.9" python: ">=3.12"
- freezegun ^1.2.2 test
- langchain-core * 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
- langchain-core * typing
- mypy ^0.991 typing
- types-requests ^2 typing
- annotated-types 0.7.0
- anyio 4.4.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- exceptiongroup 1.2.2
- filelock 3.15.4
- fsspec 2024.6.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- httpx-sse 0.4.0
- huggingface-hub 0.24.2
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.24
- langchain-standard-tests 0.1.1
- langsmith 0.1.93
- mypy 1.11.0
- mypy-extensions 1.0.0
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.5
- sniffio 1.3.1
- tenacity 8.5.0
- tokenizers 0.19.1
- tomli 2.0.1
- tqdm 4.66.4
- typing-extensions 4.12.2
- urllib3 2.2.2
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- httpx >=0.25.2,<1
- httpx-sse >=0.3.1,<1
- langchain-core >=0.2.24,<0.3
- python >=3.8.1,<4.0
- tokenizers >=0.15.1,<1
- langchain-core * test
- langchain-standard-tests * test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- langchain-core * typing
- mypy ^1.10 typing
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.7.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- dnspython 2.6.1
- exceptiongroup 1.2.2
- freezegun 1.5.1
- frozenlist 1.4.1
- greenlet 3.0.3
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain 0.2.9
- langchain-core 0.2.21
- langchain-text-splitters 0.2.2
- langsmith 0.1.90
- multidict 6.0.5
- mypy 1.10.1
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pymongo 4.8.0
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.3
- six 1.16.0
- sqlalchemy 2.0.31
- syrupy 4.6.1
- tenacity 8.5.0
- tomli 2.0.1
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- yarl 1.9.4
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- langchain-core ^0.2.21
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12"
- pymongo >=4.6.1,<5.0
- python >=3.8.1,<4.0
- freezegun ^1.2.2 test
- langchain * test
- langchain-core * test
- langchain-text-splitters * 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
- langchain-core * typing
- mypy ^1.10 typing
- annotated-types 0.6.0
- attrs 23.2.0
- certifi 2024.2.2
- charset-normalizer 3.3.2
- click 8.1.7
- codespell 2.2.6
- colorama 0.4.6
- exceptiongroup 1.2.1
- freezegun 1.5.1
- idna 3.7
- iniconfig 2.0.0
- jsonlines 4.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain-core 0.2.11
- langsmith 0.1.83
- loguru 0.7.2
- markdown-it-py 3.0.0
- mdurl 0.1.2
- mypy 0.991
- mypy-extensions 1.0.0
- nomic 3.0.29
- numpy 1.24.4
- numpy 1.26.4
- orjson 3.10.3
- packaging 23.2
- pandas 2.0.3
- pillow 10.3.0
- pluggy 1.5.0
- pyarrow 16.1.0
- pydantic 2.7.4
- pydantic 2.8.0
- pydantic-core 2.18.4
- pydantic-core 2.20.0
- pygments 2.18.0
- pyjwt 2.8.0
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pytz 2024.1
- pyyaml 6.0.1
- requests 2.31.0
- rich 13.7.1
- ruff 0.1.15
- six 1.16.0
- syrupy 4.6.1
- tenacity 8.3.0
- tomli 2.0.1
- tqdm 4.66.4
- typing-extensions 4.11.0
- tzdata 2024.1
- urllib3 2.2.1
- watchdog 4.0.0
- win32-setctime 1.1.0
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.1.5 lint
- langchain-core >=0.1.46,<0.3
- nomic ^3.0.29
- pillow ^10.3.0
- python >=3.8.1,<4.0
- freezegun ^1.2.2 test
- langchain-core * test
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.24.0" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" 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
- langchain-core * typing
- mypy ^0.991 typing
- annotated-types 0.7.0
- anyio 4.4.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- exceptiongroup 1.2.2
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.22
- langchain-standard-tests 0.1.1
- langsmith 0.1.93
- mypy 1.11.0
- mypy-extensions 1.0.0
- ollama 0.3.0
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.23.8
- pytest-socket 0.7.0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.1.15
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.5.0
- tomli 2.0.1
- typing-extensions 4.12.2
- urllib3 2.2.2
- codespell ^2.2.6 codespell
- langchain-core * develop
- ruff ^0.1.8 lint
- langchain-core ^0.2.20
- ollama >=0.3.0,<1
- python >=3.8.1,<4.0
- langchain-core * test
- langchain-standard-tests * test
- pytest ^7.4.3 test
- pytest-asyncio ^0.23.2 test
- pytest-socket ^0.7.0 test
- syrupy ^4.0.2 test
- langchain-core * typing
- mypy ^1.7.1 typing
- annotated-types 0.7.0
- anyio 4.4.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- coverage 7.6.0
- distro 1.9.0
- exceptiongroup 1.2.2
- freezegun 1.5.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.24
- langchain-standard-tests 0.1.1
- langsmith 0.1.93
- mypy 1.11.0
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- openai 1.37.1
- orjson 3.10.6
- packaging 24.1
- pillow 10.4.0
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-cov 4.1.0
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- regex 2024.7.24
- requests 2.32.3
- ruff 0.5.5
- six 1.16.0
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.5.0
- tiktoken 0.7.0
- tomli 2.0.1
- tqdm 4.66.4
- types-tqdm 4.66.0.20240417
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- langchain-core ^0.2.24
- openai ^1.32.0
- python >=3.8.1,<4.0
- tiktoken >=0.7,<1
- freezegun ^1.2.2 test
- langchain-core * test
- langchain-standard-tests * test
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- pytest-cov ^4.1.0 test
- pytest-mock ^3.10.0 test
- pytest-watcher ^0.3.4 test
- syrupy ^4.0.2 test
- httpx ^0.27.0 test_integration
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" test_integration
- pillow ^10.3.0 test_integration
- langchain-core * typing
- mypy ^1.10 typing
- types-tqdm ^4.66.0.5 typing
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.7.0
- anyio 4.4.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- distro 1.9.0
- exceptiongroup 1.2.2
- freezegun 1.5.1
- frozenlist 1.4.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.22
- langchain-openai 0.1.18
- langsmith 0.1.93
- multidict 6.0.5
- mypy 1.11.0
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- openai 1.37.0
- orjson 3.10.6
- packaging 24.1
- pinecone-client 5.0.0
- pinecone-plugin-inference 1.0.2
- pinecone-plugin-interface 0.0.7
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- regex 2024.5.15
- requests 2.32.3
- ruff 0.5.4
- six 1.16.0
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.5.0
- tiktoken 0.7.0
- tomli 2.0.1
- tqdm 4.66.4
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- yarl 1.9.4
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- aiohttp ^3.9.5
- langchain-core >=0.1.52,<0.3
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12"
- pinecone-client ^5.0.0
- python >=3.8.1,<3.13
- freezegun ^1.2.2 test
- langchain-core * 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
- langchain-openai * test_integration
- langchain-core * typing
- mypy ^1.10 typing
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.6.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.2.2
- charset-normalizer 3.3.2
- codespell 2.2.6
- colorama 0.4.6
- exceptiongroup 1.2.1
- freezegun 1.5.1
- frozenlist 1.4.1
- greenlet 3.0.3
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain 0.2.5
- langchain-core 0.2.9
- langchain-text-splitters 0.2.1
- langsmith 0.1.80
- multidict 6.0.5
- mypy 0.991
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- orjson 3.10.3
- packaging 23.2
- pluggy 1.5.0
- pydantic 2.7.1
- pydantic 2.7.4
- pydantic-core 2.18.2
- pydantic-core 2.18.4
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.31.0
- ruff 0.1.15
- six 1.16.0
- sqlalchemy 2.0.30
- syrupy 4.6.1
- tenacity 8.3.0
- tomli 2.0.1
- types-pyyaml 6.0.12.20240311
- typing-extensions 4.11.0
- urllib3 2.2.1
- watchdog 4.0.0
- yarl 1.9.4
- codespell ^2.2.0 codespell
- langchain-core * develop
- types-pyyaml ^6.0.12.20240311 develop
- ruff ^0.1.5 lint
- langchain-core >=0.1.52,<0.3
- python >=3.8.1,<4.0
- pyyaml ^6.0.1
- types-pyyaml ^6.0.12.20240311
- freezegun ^1.2.2 test
- langchain * test
- langchain-core * test
- langchain-text-splitters * 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
- langchain-core * typing
- mypy ^0.991 typing
- annotated-types 0.6.0
- anyio 4.3.0
- certifi 2024.2.2
- charset-normalizer 3.3.2
- codespell 2.2.6
- colorama 0.4.6
- coloredlogs 15.0.1
- exceptiongroup 1.2.1
- fastembed 0.3.3
- filelock 3.15.4
- flatbuffers 24.3.25
- freezegun 1.5.1
- fsspec 2024.6.1
- grpcio 1.63.0
- grpcio-tools 1.63.0
- h11 0.14.0
- h2 4.1.0
- hpack 4.0.0
- httpcore 1.0.5
- httpx 0.27.0
- huggingface-hub 0.23.4
- humanfriendly 10.0
- hyperframe 6.0.1
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain-core 0.2.16
- langsmith 0.1.76
- loguru 0.7.2
- mmh3 4.1.0
- mpmath 1.3.0
- mypy 1.10.1
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- onnx 1.16.1
- onnxruntime 1.18.1
- orjson 3.10.3
- packaging 23.2
- pillow 10.4.0
- pluggy 1.5.0
- portalocker 2.8.2
- protobuf 5.26.1
- pydantic 2.7.4
- pydantic-core 2.18.4
- pyreadline3 3.4.1
- pystemmer 2.2.0.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pywin32 306
- pyyaml 6.0.1
- qdrant-client 1.10.1
- requests 2.31.0
- ruff 0.5.0
- setuptools 69.5.1
- six 1.16.0
- sniffio 1.3.1
- snowballstemmer 2.2.0
- sympy 1.12.1
- syrupy 4.6.1
- tenacity 8.3.0
- tokenizers 0.19.1
- tomli 2.0.1
- tqdm 4.66.4
- typing-extensions 4.11.0
- urllib3 2.2.1
- watchdog 4.0.0
- win32-setctime 1.1.0
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- fastembed ^0.3.3
- langchain-core >=0.1.52,<0.3
- pydantic ^2.7.4
- python >=3.8.1,<4.0
- qdrant-client ^1.10.1
- freezegun ^1.2.2 test
- langchain-core * test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- pytest-mock ^3.10.0 test
- pytest-watcher ^0.3.4 test
- requests ^2.31.0 test
- syrupy ^4.0.2 test
- langchain-core * typing
- mypy ^1.10 typing
- annotated-types 0.7.0
- certifi 2024.7.4
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- exceptiongroup 1.2.2
- freezegun 1.5.1
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.24
- langsmith 0.1.93
- mypy 1.11.0
- mypy-extensions 1.0.0
- orjson 3.10.6
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.8.2
- pydantic-core 2.20.1
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.32.3
- ruff 0.5.5
- six 1.16.0
- syrupy 4.6.1
- tenacity 8.5.0
- tomli 2.0.1
- types-requests 2.32.0.20240712
- typing-extensions 4.12.2
- urllib3 2.2.2
- watchdog 4.0.1
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- langchain-core >=0.2.24,<0.3
- python >=3.8.1,<4.0
- requests ^2.31.0
- types-requests ^2.31.0.6
- freezegun ^1.2.2 test
- langchain-core * 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
- langchain-core * typing
- mypy ^1.10 typing
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.7.0
- anyio 4.4.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.6.2
- charset-normalizer 3.3.2
- codespell 2.3.0
- colorama 0.4.6
- distro 1.9.0
- docarray 0.32.1
- exceptiongroup 1.2.1
- freezegun 1.5.1
- frozenlist 1.4.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-core 0.2.17
- langchain-openai 0.1.16
- langchain-standard-tests 0.1.1
- langsmith 0.1.81
- markdown-it-py 3.0.0
- mdurl 0.1.2
- multidict 6.0.5
- mypy 1.10.1
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- openai 1.35.3
- orjson 3.10.5
- packaging 24.1
- pluggy 1.5.0
- pydantic 2.7.4
- pydantic-core 2.18.4
- pygments 2.18.0
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- regex 2024.5.15
- requests 2.32.3
- rich 13.7.1
- ruff 0.5.0
- six 1.16.0
- sniffio 1.3.1
- syrupy 4.6.1
- tenacity 8.4.1
- tiktoken 0.7.0
- tomli 2.0.1
- tqdm 4.66.4
- types-requests 2.32.0.20240622
- typing-extensions 4.12.2
- typing-inspect 0.9.0
- urllib3 2.2.2
- watchdog 4.0.1
- yarl 1.9.4
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.5 lint
- aiohttp ^3.9.1
- langchain-core >=0.2.17,<0.3
- langchain-openai ^0.1.16
- python >=3.8.1,<4.0
- requests ^2
- docarray ^0.32.1 test
- freezegun ^1.2.2 test
- langchain-core * test
- langchain-openai * test
- langchain-standard-tests * 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
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" test_integration
- langchain-core * typing
- mypy ^1.10 typing
- types-requests ^2 typing
- 159 dependencies
- codespell ^2.2.6 codespell
- langchain-core * develop
- ruff ^0.1.8 lint
- langchain-core ^0.2.23
- python >=3.9,<4.0
- unstructured ^0.15.0
- unstructured-client ^0.24.1
- langchain-core * test
- pytest ^7.4.3 test
- pytest-asyncio ^0.23.2 test
- pytest-socket ^0.7.0 test
- langchain-core * typing
- mypy ^1.7.1 typing
- unstructured ^0.15.0 typing
- aiohttp 3.9.5
- aiolimiter 1.1.0
- aiosignal 1.3.1
- annotated-types 0.6.0
- async-timeout 4.0.3
- attrs 23.2.0
- certifi 2024.2.2
- charset-normalizer 3.3.2
- codespell 2.2.6
- colorama 0.4.6
- exceptiongroup 1.2.1
- freezegun 1.5.1
- frozenlist 1.4.1
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain-core 0.2.11
- langsmith 0.1.83
- multidict 6.0.5
- mypy 0.991
- mypy-extensions 1.0.0
- numpy 1.24.4
- numpy 1.26.4
- orjson 3.10.3
- packaging 23.2
- pluggy 1.5.0
- pydantic 2.7.4
- pydantic 2.8.0
- pydantic-core 2.18.4
- pydantic-core 2.20.0
- pytest 7.4.4
- pytest-asyncio 0.21.2
- pytest-mock 3.14.0
- pytest-watcher 0.3.5
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- requests 2.31.0
- ruff 0.1.15
- six 1.16.0
- syrupy 4.6.1
- tenacity 8.3.0
- tomli 2.0.1
- typing-extensions 4.11.0
- urllib3 2.2.1
- voyageai 0.2.2
- watchdog 4.0.0
- yarl 1.9.4
- codespell ^2.2.0 codespell
- langchain-core * develop
- ruff ^0.1.5 lint
- langchain-core >=0.1.52,<0.3
- python >=3.8.1,<4.0
- voyageai >=0.2.1,<1
- freezegun ^1.2.2 test
- langchain-core * test
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.24.0" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" 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
- langchain-core * typing
- mypy ^0.991 typing
- annotated-types 0.6.0
- anyio 4.4.0
- certifi 2024.2.2
- charset-normalizer 3.3.2
- codespell 2.2.6
- colorama 0.4.6
- exceptiongroup 1.2.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- iniconfig 2.0.0
- jsonpatch 1.33
- jsonpointer 2.4
- langchain-core 0.2.0rc1
- langsmith 0.1.57
- mypy 0.991
- mypy-extensions 1.0.0
- orjson 3.10.3
- packaging 23.2
- pluggy 1.5.0
- pydantic 2.7.1
- pydantic-core 2.18.2
- pytest 8.2.0
- pytest-asyncio 0.23.7
- pyyaml 6.0.1
- requests 2.31.0
- ruff 0.1.15
- sniffio 1.3.1
- tenacity 8.3.0
- tomli 2.0.1
- typing-extensions 4.11.0
- urllib3 2.2.1
- codespell ^2.2.0 codespell
- ruff ^0.1.5 lint
- httpx ^0.27.0
- langchain-core >=0.1.40,<0.3
- pytest >=7,<9
- python >=3.8.1,<4.0
- langchain-core * test
- pytest-asyncio ^0.23.7 test
- langchain-core * typing
- mypy ^0.991 typing
- 164 dependencies
- jupyter ^1.0.0 develop
- langchain-core * develop
- langchain-core * lint
- ruff ^0.5 lint
- langchain-core ^0.2.10
- python >=3.8.1,<4.0
- freezegun ^1.2.2 test
- langchain-core * test
- pytest ^7.3.0 test
- pytest-asyncio ^0.21.1 test
- pytest-mock ^3.10.0 test
- pytest-profiling ^1.7.0 test
- pytest-watcher ^0.3.4 test
- lxml-stubs ^0.5.1 typing
- mypy ^1.10 typing
- spacy ^3.7.4 typing
- tiktoken ^0.6.0 typing
- types-requests ^2.31.0.20240218 typing
- 191 dependencies
- codespell ^2.2.0 codespell
- ipykernel ^6.29.2 develop
- langchain * develop
- langchain-community * develop
- langchain-core * develop
- langchain-experimental * develop
- langchain-openai * develop
- langchain-text-splitters * develop
- numpy --- - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.24.0" python: "<3.12" - !ruby/hash:ActiveSupport::HashWithIndifferentAccess version: "^1.26.0" python: ">=3.12" 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
- langchain-text-splitters * lint
- ruff ^0.5.0 lint
- black ^24.2.0
- python >=3.8.1,<4.0
- langchain-cli >=0.0.21 develop
- langchain ^0.1
- langchain-anthropic ^0.1.4
- python >=3.8.1,<4.0
- wikipedia ^1.4.0
- fastapi >=0.104.0,<1 develop
- langchain-cli >=0.0.21 develop
- sse-starlette ^1.6.5 develop
- langchain ^0.1
- openai <2
- python >=3.8.1,<4.0
- langchain-cli >=0.0.21 develop
- boto3 ^1.33.10
- langchain ^0.1
- langserve >=0.0.30
- pydantic <2
- python ^3.11
- uvicorn ^0.23.2
- langchain-cli >=0.0.21 develop
- cassio ^0.1.3
- langchain ^0.1
- openai <2
- python >=3.8.1,<4.0
- tiktoken ^0.5.1
- langchain-cli >=0.0.21 develop
- cassio ^0.1.3
- langchain ^0.1
- openai <2
- python >=3.8.1,<4.0
- tiktoken ^0.5.1