deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
16.93k stars 1.85k forks source link

refactor: Rename deserialize_document_store_in_init_parameters #8302

Closed alperkaya closed 3 weeks ago

alperkaya commented 1 month ago

Related Issues

Proposed Changes:

How did you test it?

CI

Notes for the reviewer

Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

shadeMe commented 1 month ago

Thanks for the PR! By convention, we like prefix such functions with _inplace. Could you rename it to deserialize_document_store_in_init_params_inplace instead (and update the docstring to mention the inplace action)?

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10592528779

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 10581746861: -0.001%
Covered Lines: 7004
Relevant Lines: 7765

💛 - Coveralls