Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Convert Neo4j Integers to strings in the result sets #2841

Merged
merged 6 commits into from
Oct 9, 2023

Conversation

oskarhane
Copy link
Contributor

@oskarhane oskarhane commented Oct 9, 2023

So the LLMs can interpret them correctly.
Added to test.

Also updated some of the code to use best practices.


About me:

Twitter handle: @oskarhane

@vercel
Copy link

vercel bot commented Oct 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Oct 9, 2023 7:13pm

@dosubot dosubot bot added the auto:bug Related to a bug, vulnerability, unexpected error with an existing feature label Oct 9, 2023
@@ -3,7 +3,7 @@
import { test } from "@jest/globals";
Copy link

Choose a reason for hiding this comment

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

This comment flags the change in the PR to review the explicit access of environment variables via process.env in the added test for the Neo4j database instantiation and connection.

So the LLMs can interpret them correctly.
Added to test.
Also a bit of refactor to make sure we close the connection after
each test.
@tomasonjo
Copy link
Contributor

LGTM :) thanks!

@jacoblee93 jacoblee93 added the lgtm PRs that are ready to be merged as-is label Oct 9, 2023
@jacoblee93
Copy link
Collaborator

Thank you!

@jacoblee93 jacoblee93 merged commit 8a83a01 into langchain-ai:main Oct 9, 2023
@oskarhane oskarhane deleted the handle-neo4j-integers branch October 9, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:bug Related to a bug, vulnerability, unexpected error with an existing feature lgtm PRs that are ready to be merged as-is
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants