-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added the Project Tools #281
Conversation
@deshraj : since you were collaborating on this, can you review this? |
@@ -0,0 +1,3 @@ | |||
[virtualenvs] | |||
in-project = true | |||
path = "." |
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.
path = "." | |
path = "." | |
tests/test_embedchain.py
Outdated
mock_retrieve.assert_called_once_with("Test query") | ||
mock_answer.assert_called_once() | ||
# mock_retrieve.assert_called_once_with("Test query") | ||
# mock_answer.assert_called_once() |
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 needed?
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.
Tests are not passing. I have found few other tests failing too. Needed review.
- TestChromaDbHostsInit
- TestApp
I have commented out these for further review.
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.
Can you please paste the error that you are seeing?
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.
Just tried locally. If you rebase with main branch, it should start working. Works on my local.
We can merge your PR once you resolve the conflicts.
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.
FAILED tests/vectordb/test_chroma_db.py::TestChromaDbHostsInit::test_init_with_host_and_port - AssertionError: None != 'test-host'
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.
for test TestChromaDbHostsInit
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.
@cachho can you please take a look at the issue of failing test whenever you get time?
Looks good overall. Please resolve the conflicts and incorporate minor comments. ❤️ |
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.
Looks good. Thanks for adding!
Project Tools
CONTRIBUTING.md
guideCI/CD
pipeline with GitHub