-
Notifications
You must be signed in to change notification settings - Fork 115
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
Neo4j (JS) Integration #1128
base: main
Are you sure you want to change the base?
Neo4j (JS) Integration #1128
Conversation
…here is a parent span. (firebase#931) When running locally, there is a parent 'dev-run-action-wrapper' span, and this results in an extracted flow name that looks like 'dev-run-action-wrapper/{<flowName>'.
…arantee each character is exactly 2 bytes, so our previous truncation logic did not work for large messages containing a lot of unicode characters. (firebase#938) Although @google-cloud/logging-winston uses the default maxEntrySize of 250k, when all of those characters are in a single json field, it was still not truncating.
…v-local-vectorstore@0.5.14
Has critical fixes for supporting bundlers such as es-build
…v-local-vectorstore@0.5.17
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@ezhilvendhan thanks for the PR. We're asking all plugins to be created in their own repository. Can you move this code to a separate repo and publish from there? cc @chrisraygill |
Genkit Plugin to integrate Neo4j Graph Database (Javascript). Supports retrieval using Vectors, Graph Traversal using Cypher, sparse retrieval using keywords.
Checklist: