-
Notifications
You must be signed in to change notification settings - Fork 45
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
Jonbesga/tests #2
Conversation
8c57a4f
to
4b6fb94
Compare
f8bb374
to
a009b40
Compare
4222460
to
0c921fe
Compare
relock dependencies Linting with ruff fixed linting issues
a262c48
to
d1685dc
Compare
…ent's _database_query() Changed test_client.py to have mocks at execute_query level Changed precommit config to include ruff linting and formatting Update pre-commit Corrected cypher query error test and dimensions constraint in CreateIndexModel data type ruff formatting remove drop index in example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments inline
f857e14
to
9af3802
Compare
YIELD node, score | ||
""" | ||
|
||
with pytest.raises(ValueError): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this ValueError arising because score is not a float? I think with the custom retrieval query feature we may not be so strict on the returned type from similarity_search()
as the user can technically return any type they want, but technically not part of this PR so just an FYI
No description provided.