Metadata-Version: 2.4
Name: singlestore-langchain-core
Version: 0.1.0
Summary: Shared SingleStore helpers for langchain-singlestore and langgraph-singlestore
License: MIT
Requires-Python: >=3.10,<4.0
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: Programming Language :: Python :: 3.14
Requires-Dist: singlestoredb (>=1.16.9,<2.0.0)
Requires-Dist: sqlalchemy (>=2.0.40,<3.0.0)
Project-URL: Repository, https://github.com/singlestore-labs/langchain-singlestore
Project-URL: Release Notes, https://github.com/singlestore-labs/langchain-singlestore/releases
Project-URL: Source Code, https://github.com/singlestore-labs/langchain-singlestore/tree/main/libs/singlestore-langchain-core
Description-Content-Type: text/markdown

# singlestore-langchain-core

Shared, internal helpers used by the SingleStore integrations for LangChain
and LangGraph:

- Connection attribute helpers (`set_connector_attributes`,
  `compute_connector_version`).
- SingleStore capability enums (`DistanceStrategy`, `FullTextIndexVersion`,
  `FullTextScoringMode`).
- Metadata filter DSL (`FilterTypedDict`, `_parse_filter`) shared by vector
  stores and stores.

This package is not intended to be depended on directly by application code.
Install one of the higher-level packages instead:

- [`langchain-singlestore`](../langchain-singlestore)
- [`langgraph-singlestore`](../langgraph-singlestore)

