Metadata-Version: 2.4
Name: langchain-sqlserver
Version: 1.0.1
Summary: An integration package to support SQL Server in LangChain.
License: MIT License
         
         Copyright (c) 2023 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.
License-File: LICENSE
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary 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: Programming Language :: Python :: 3.14
Requires-Dist: SQLAlchemy (>=2.0,<3.0)
Requires-Dist: azure-core (>=1.38.0)
Requires-Dist: azure-identity (>=1.16,<2.0)
Requires-Dist: langchain-core (>=1.0,<2.0)
Requires-Dist: numpy (>=1,<3)
Requires-Dist: pyodbc (>=5.0,<6.0)
Project-URL: Repository, https://github.com/langchain-ai/langchain-azure
Project-URL: Release Notes, https://github.com/langchain-ai/langchain-azure/releases
Project-URL: Source Code, https://github.com/langchain-ai/langchain-azure/tree/main/libs/sqlserver
Description-Content-Type: text/markdown

# langchain-sqlserver

This package contains the LangChain integration for Azure SQL and SQL Server to take advantage of the newly introduced [Vector data type](https://learn.microsoft.com/sql/t-sql/data-types/vector-data-type?view=azuresqldb-current&tabs=python).

## Installation

```bash
pip install -U langchain-sqlserver
```

## Samples

Samples on how to use the `langchain-sqlserver` package with SQL Server and Azure SQL are available here: https://github.com/Azure-Samples/azure-sql-langchain

