initial commit

This commit is contained in:
2026-05-11 12:36:20 +05:30
commit 384cbe8019
15377 changed files with 2360544 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,50 @@
Metadata-Version: 2.4
Name: langchain-ollama
Version: 1.0.1
Summary: An integration package connecting Ollama and LangChain
Project-URL: Homepage, https://docs.langchain.com/oss/python/integrations/providers/ollama
Project-URL: Documentation, https://reference.langchain.com/python/integrations/langchain_ollama/
Project-URL: Source, https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama
Project-URL: Changelog, https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22
Project-URL: Twitter, https://x.com/LangChainAI
Project-URL: Slack, https://www.langchain.com/join-community
Project-URL: Reddit, https://www.reddit.com/r/LangChain/
License: MIT
License-File: LICENSE
Requires-Python: <4.0.0,>=3.10.0
Requires-Dist: langchain-core<2.0.0,>=1.0.0
Requires-Dist: ollama<1.0.0,>=0.6.0
Description-Content-Type: text/markdown
# langchain-ollama
[![PyPI - Version](https://img.shields.io/pypi/v/langchain-ollama?label=%20)](https://pypi.org/project/langchain-ollama/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-ollama)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-ollama)](https://pypistats.org/packages/langchain-ollama)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai)
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
## Quick Install
```bash
pip install langchain-ollama
```
## 🤔 What is this?
This package contains the LangChain integration with Ollama
## 📖 Documentation
For full documentation, see the [API reference](https://reference.langchain.com/python/integrations/langchain_ollama/). For conceptual guides, tutorials, and examples on using these classes, see the [LangChain Docs](https://docs.langchain.com/oss/python/integrations/providers/ollama).
## 📕 Releases & Versioning
See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.
## 💁 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 the [Contributing Guide](https://docs.langchain.com/oss/python/contributing/overview).

View File

@@ -0,0 +1,19 @@
langchain_ollama-1.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
langchain_ollama-1.0.1.dist-info/METADATA,sha256=fG4ab0cUmwwvj0EwOUsTg1kkUV282mY-_ReS-F-B6ig,2490
langchain_ollama-1.0.1.dist-info/RECORD,,
langchain_ollama-1.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
langchain_ollama-1.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
langchain_ollama-1.0.1.dist-info/licenses/LICENSE,sha256=2btS8uNUDWD_UNjw9ba6ZJt_00aUjEw9CGyK-xIHY8c,1072
langchain_ollama/__init__.py,sha256=KpJpdHJNLERT4nKiLr2pCVVPj-AuWELUyHyTOXuYQNw,1283
langchain_ollama/__pycache__/__init__.cpython-311.pyc,,
langchain_ollama/__pycache__/_compat.cpython-311.pyc,,
langchain_ollama/__pycache__/_utils.cpython-311.pyc,,
langchain_ollama/__pycache__/chat_models.cpython-311.pyc,,
langchain_ollama/__pycache__/embeddings.cpython-311.pyc,,
langchain_ollama/__pycache__/llms.cpython-311.pyc,,
langchain_ollama/_compat.py,sha256=kkJxjlm-JMuJktxbagHxiqty0meAttRz5apwtpQLb-Q,2144
langchain_ollama/_utils.py,sha256=RebuiOr02DlH6sKCxRcQNM0pLeXhiWD_O5V-Wt87C00,3632
langchain_ollama/chat_models.py,sha256=2CwklLuXjRBdLFzJyhpSMM5GuYjZ2bZVji7z1v8R4FQ,63197
langchain_ollama/embeddings.py,sha256=Pxf_NRC9ayIw7KCa_bbYHXPxPFQFBWh0Pd1i8OIAVhU,11114
langchain_ollama/llms.py,sha256=hJx6mehCSd3LuOmZjvdhVnc0e-TY-ZFgYK2tmPKawVM,19879
langchain_ollama/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: hatchling 1.28.0
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 LangChain, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.