initial commit
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: langchain-classic
|
||||
Version: 1.0.2
|
||||
Summary: Building applications with LLMs through composability
|
||||
Project-URL: Homepage, https://docs.langchain.com/
|
||||
Project-URL: Documentation, https://reference.langchain.com/python/langchain_classic/
|
||||
Project-URL: Repository, https://github.com/langchain-ai/langchain
|
||||
Project-URL: Issues, https://github.com/langchain-ai/langchain/issues
|
||||
Project-URL: Changelog, https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22
|
||||
Project-URL: Twitter, https://x.com/LangChain
|
||||
Project-URL: Slack, https://www.langchain.com/join-community
|
||||
Project-URL: Reddit, https://www.reddit.com/r/LangChain/
|
||||
License: MIT
|
||||
License-File: LICENSE
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Python: <4.0.0,>=3.10.0
|
||||
Requires-Dist: async-timeout<5.0.0,>=4.0.0; python_version < '3.11'
|
||||
Requires-Dist: langchain-core<2.0.0,>=1.2.17
|
||||
Requires-Dist: langchain-text-splitters<2.0.0,>=1.1.0
|
||||
Requires-Dist: langsmith<1.0.0,>=0.1.17
|
||||
Requires-Dist: pydantic<3.0.0,>=2.7.4
|
||||
Requires-Dist: pyyaml<7.0.0,>=5.3.0
|
||||
Requires-Dist: requests<3.0.0,>=2.0.0
|
||||
Requires-Dist: sqlalchemy<3.0.0,>=1.4.0
|
||||
Provides-Extra: anthropic
|
||||
Requires-Dist: langchain-anthropic; extra == 'anthropic'
|
||||
Provides-Extra: aws
|
||||
Requires-Dist: langchain-aws; extra == 'aws'
|
||||
Provides-Extra: deepseek
|
||||
Requires-Dist: langchain-deepseek; extra == 'deepseek'
|
||||
Provides-Extra: fireworks
|
||||
Requires-Dist: langchain-fireworks; extra == 'fireworks'
|
||||
Provides-Extra: google-genai
|
||||
Requires-Dist: langchain-google-genai; extra == 'google-genai'
|
||||
Provides-Extra: google-vertexai
|
||||
Requires-Dist: langchain-google-vertexai; extra == 'google-vertexai'
|
||||
Provides-Extra: groq
|
||||
Requires-Dist: langchain-groq; extra == 'groq'
|
||||
Provides-Extra: huggingface
|
||||
Requires-Dist: langchain-huggingface; extra == 'huggingface'
|
||||
Provides-Extra: mistralai
|
||||
Requires-Dist: langchain-mistralai; extra == 'mistralai'
|
||||
Provides-Extra: ollama
|
||||
Requires-Dist: langchain-ollama; extra == 'ollama'
|
||||
Provides-Extra: openai
|
||||
Requires-Dist: langchain-openai; extra == 'openai'
|
||||
Provides-Extra: perplexity
|
||||
Requires-Dist: langchain-perplexity; extra == 'perplexity'
|
||||
Provides-Extra: together
|
||||
Requires-Dist: langchain-together; extra == 'together'
|
||||
Provides-Extra: xai
|
||||
Requires-Dist: langchain-xai; extra == 'xai'
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# 🦜️🔗 LangChain Classic
|
||||
|
||||
[](https://pypi.org/project/langchain-classic/#history)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pypistats.org/packages/langchain-classic)
|
||||
[](https://x.com/langchain)
|
||||
|
||||
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
|
||||
|
||||
To help you ship LangChain apps to production faster, check out [LangSmith](https://www.langchain.com/langsmith).
|
||||
[LangSmith](https://www.langchain.com/langsmith) is a unified developer platform for building, testing, and monitoring LLM applications.
|
||||
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
pip install langchain-classic
|
||||
```
|
||||
|
||||
## 🤔 What is this?
|
||||
|
||||
Legacy chains, `langchain-community` re-exports, indexing API, deprecated functionality, and more.
|
||||
|
||||
In most cases, you should be using the main [`langchain`](https://pypi.org/project/langchain/) package.
|
||||
|
||||
## 📖 Documentation
|
||||
|
||||
For full documentation, see the [API reference](https://reference.langchain.com/python/langchain_classic). For conceptual guides, tutorials, and examples on using LangChain, see the [LangChain Docs](https://docs.langchain.com/oss/python/langchain/overview).
|
||||
|
||||
## 📕 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).
|
||||
Reference in New Issue
Block a user