langchain-ollama 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langchain_ollama-0.1.2.dist-info → langchain_ollama-0.1.3.dist-info}/METADATA +2 -2
- {langchain_ollama-0.1.2.dist-info → langchain_ollama-0.1.3.dist-info}/RECORD +4 -4
- {langchain_ollama-0.1.2.dist-info → langchain_ollama-0.1.3.dist-info}/LICENSE +0 -0
- {langchain_ollama-0.1.2.dist-info → langchain_ollama-0.1.3.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: langchain-ollama
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Summary: An integration package connecting Ollama and LangChain
|
5
5
|
Home-page: https://github.com/langchain-ai/langchain
|
6
6
|
License: MIT
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
|
-
Requires-Dist: langchain-core (
|
14
|
+
Requires-Dist: langchain-core (>=0.2.36,<0.3.0)
|
15
15
|
Requires-Dist: ollama (>=0.3.0,<1)
|
16
16
|
Project-URL: Repository, https://github.com/langchain-ai/langchain
|
17
17
|
Project-URL: Release Notes, https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-ollama%3D%3D0%22&expanded=true
|
@@ -3,7 +3,7 @@ langchain_ollama/chat_models.py,sha256=M2q6WK8tvFN9Q_CVH_cAYvNbhx7HNtN2PIw5255cp
|
|
3
3
|
langchain_ollama/embeddings.py,sha256=Sq30Q2lWJxc5BT1TLqDgrH7AW3tEezhGAJw_5dkr_8s,5005
|
4
4
|
langchain_ollama/llms.py,sha256=FObzYNIQJoE5kQY_sh12CGj8AQXiMkfCLqrzsM8VNE0,13269
|
5
5
|
langchain_ollama/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
langchain_ollama-0.1.
|
7
|
-
langchain_ollama-0.1.
|
8
|
-
langchain_ollama-0.1.
|
9
|
-
langchain_ollama-0.1.
|
6
|
+
langchain_ollama-0.1.3.dist-info/LICENSE,sha256=2btS8uNUDWD_UNjw9ba6ZJt_00aUjEw9CGyK-xIHY8c,1072
|
7
|
+
langchain_ollama-0.1.3.dist-info/METADATA,sha256=MOgY4zrbTiykPqxq660QciasjgMkwZ8yWptXMmHd-Xw,1827
|
8
|
+
langchain_ollama-0.1.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
9
|
+
langchain_ollama-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|