Metadata-Version: 2.1
Name: llm-research
Version: 0.1.0
Summary: A minimum Python package built on top of the LangChain framework to interact with LLM.
License: MIT
Author: githubjacky
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: langchain (>=0.1.3,<0.2.0)
Requires-Dist: langchain-google-vertexai (>=0.0.2,<0.0.3)
Requires-Dist: langchain-openai (>=0.0.3,<0.0.4)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: mlflow (>=2.9.2,<3.0.0)
Requires-Dist: orjson (>=3.9.12,<4.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Description-Content-Type: text/markdown

# llm-research
*A minimum Python package built on top of the LangChain framework to interact with LLM.*

