-
Notifications
You must be signed in to change notification settings - Fork 20
Labels
api: spannerIssues related to the googleapis/langchain-google-spanner-python API.Issues related to the googleapis/langchain-google-spanner-python API.
Description
Environment details
- OS type and version: Debian 11
- Python version: 3.13.3
- pip version: 25.1.1
langchain-google-spannerversion: 0.82
Steps to reproduce
See PR: #184
Problem
With the same graph model, the schema returned by get_schema from SpannerGraphStore has a different order each time and it is not deterministic.
Inconsistent serialization undermines debugging, evaluation, and reproducibility.
The root cause is that the sets used to store do not preserve the order of the keys.
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the googleapis/langchain-google-spanner-python API.Issues related to the googleapis/langchain-google-spanner-python API.