-
Notifications
You must be signed in to change notification settings - Fork 0
fix: SDK API correctness — constructor, cypher result, VectorResult fields #2
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
afc7e8b
fix: correct API usage across SDK, tests, and integrations
polaz c1a659c
test: skip to_property_value tests when proto stubs absent
polaz c988e75
fix: make proto stubs importable and tests green
polaz 0c246ae
fix(test): correct xfail reason for test_vector_search
polaz 744f5f6
feat: uv workspace + PyPI READMEs + donation QR
polaz 7ae969a
build: add build dep + switch release.yml to uv
polaz ac43ad0
build: add release-please, fix gitignore, drop TestPyPI
polaz bc156c3
fix(llama-index): extract rel type from dict in get_rel_map variable-…
polaz 1c64499
fix(llama-index): prevent Cypher injection via backtick-escaped ident…
polaz ea8f1ff
fix(llama-index): escape node label in upsert_nodes with _cypher_ident
polaz 7f66257
ci: fix health check — use curl from runner, not wget inside scratch …
polaz ada7809
fix(client): use regex for host:port parsing to avoid bare IPv6 misparse
polaz 3ee636e
style(llama-index): ruff format base.py
polaz ecca302
fix(types): exclude bool from vector fast-path; fix docstring and id(…
polaz 9839df0
test(integration): add full SDK test suite; add missing googleapis-co…
polaz 2bfca71
test(integration): mark vector_search test as passing (RPC now wired)
polaz 02a5adf
test(integration): remove xfail from Graph RPC tests (all passing)
polaz d09191d
test(integration): add hybrid_search test; strengthen schema test
polaz 92d10eb
fix(llama-index,client,build): prevent param collision, port conflict…
polaz d5001d1
ci: retrigger CI after coordinode Docker image update
polaz 3811680
test(integration): remove xfail from vector_search (RPC now wired)
polaz a704de5
fix(client,tests,langchain): port sentinel, lazy connect, schema parser
polaz cc786bb
fix(types,client): use tuple syntax in isinstance, remove no-op proto…
polaz f843229
fix(client,langchain,tests): closed-loop guard, relationships TODO, r…
polaz 27e92f3
fix(langchain,tests): implement relationship introspection via Cypher…
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Release Please | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
|
|
||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| release-please: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 | ||
| id: rp | ||
| with: | ||
| config-file: release-please-config.json | ||
| manifest-file: .release-please-manifest.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| ".": "0.3.0" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.