fixed connect helpers' documentation#840
fixed connect helpers' documentation#840dirkkul merged 1 commit intoweaviate:mainfrom SavvasMohito:main
Conversation
connect_to_custom() and connect_to_local() still had the old timeout description in their function definitions. I replaced it with the new additional_config to match their input variables (similar to connect_to_wcs() and connect_to_embedded())
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #840 +/- ##
==========================================
+ Coverage 93.48% 95.10% +1.61%
==========================================
Files 70 166 +96
Lines 8625 17085 +8460
==========================================
+ Hits 8063 16248 +8185
- Misses 562 837 +275 ☔ View full report in Codecov by Sentry. |
|
the test seems to fail because of this: maybe a config issue with the test scripts? |
|
Sadly, there are multiple flaky tests in our CI pipeline currently that we hope to iron out in the coming weeks |
|
To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge. |
connect_to_custom() and connect_to_local() still had the old timeout description in their function definitions. I replaced it with the new additional_config to match their input variables (similar to connect_to_wcs() and connect_to_embedded())