Skip to content

Conversation

VarinThakur01
Copy link

@VarinThakur01 VarinThakur01 commented Oct 7, 2025

Description:
Added and updated files for langchain-hana python package demonstrating the hana knowledge graph engine HanaRdfGraph and HanaSparqlQAChain. Also updated the provider page /oss/integrations/providers/ to point to these new files.

Issue: N/A

Dependencies: N/A

Pypi - https://pypi.org/project/langchain-hana/
Repo - https://github.com/SAP/langchain-integration-for-sap-hana-cloud

@github-actions github-actions bot added langchain For docs changes to LangChain python For content related to the Python version of LangChain projects oss labels Oct 7, 2025
@VarinThakur01 VarinThakur01 changed the title docs(integration): Add and update integration notebooks for langchain-hana (graphs, chains) docs(integration): Add and update integration files for langchain-hana (graphs, chains) Oct 7, 2025
user=os.environ.get("HANA_DB_USER"),
password=os.environ.get("HANA_DB_PASSWORD"),
autocommit=True,
sslValidateCertificate=False,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this False?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is up to the user to enable/disable this feature while establishing the connection. So it is not dependent upon the example.

user=os.environ.get("HANA_DB_USER"),
password=os.environ.get("HANA_DB_PASSWORD"),
autocommit=True,
sslValidateCertificate=False,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this safe?

@VarinThakur01 VarinThakur01 requested a review from eyurtsev October 8, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants