Search Criteria
Package Details: python-langchain 0.3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-langchain.git (read-only, click to copy) |
---|---|
Package Base: | python-langchain |
Description: | Building applications with LLMs through composability |
Upstream URL: | https://github.com/langchain-ai/langchain |
Licenses: | MIT |
Submitter: | huyz |
Maintainer: | devome |
Last Packager: | devome |
Votes: | 2 |
Popularity: | 0.98 |
First Submitted: | 2023-09-09 10:17 (UTC) |
Last Updated: | 2024-11-04 01:46 (UTC) |
Dependencies (15)
- python-aiohttp (python-aiohttp-gitAUR)
- python-async-timeout (python-async-timeout-gitAUR)
- python-langchain-coreAUR
- python-langchain-text-splittersAUR
- python-langsmithAUR
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pydantic (python-pydantic-gitAUR)
- python-pyyaml (python-yaml)
- python-requests
- python-sqlalchemy (python-sqlalchemy1.3AUR, python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-tenacity
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
medaminezghal commented on 2024-11-04 06:04 (UTC)
@devome I try simple example using openai and it worked well.
devome commented on 2024-11-04 03:59 (UTC)
@txtsd No, it does not work.
txtsd commented on 2024-11-04 03:09 (UTC)
@devome Have you checked whether importing and using
python-langchain
actually works on a system level?txtsd commented on 2024-09-03 12:45 (UTC) (edited on 2024-09-03 12:46 (UTC) by txtsd)
@medaminezghal It's a lot of work to keep the langchain family of packages updated. If it doesn't work as a system package though, because of dependency versions, it's pointless to keep maintaining it. You should ideally use langchain in a venv via pip, pipx, poetry, or uv.
medaminezghal commented on 2024-09-03 12:41 (UTC)
@txtsd It has been successfully installed but I didn’t use it I would like if you adopt this package and maintain it Thanks in advance
txtsd commented on 2024-06-25 03:26 (UTC)
@medaminezghal You marked this package out-of-date. Does this package actually work with the dependency mess?
txtsd commented on 2024-02-05 19:43 (UTC)
Thanks! I got the versions bumped. I'll work on the circular dependencies later today.
txtsd commented on 2024-02-04 18:07 (UTC)
Let me get co-maintainer on
python-langchain
,python-langchain-core
,python-langchain-community
, andpython-langsmith
. I'll bring them up to speed.txtsd commented on 2024-02-04 18:01 (UTC)
langchain-langsmith circular dependency is true even today (04-02-2024).
lolo commented on 2023-11-06 15:36 (UTC) (edited on 2023-11-06 15:36 (UTC) by lolo)
langchain requires langsmith, langsmith requires langchain
can't install