Daria Fokina
Daria Fokina
"replace", "enumerate", "str", and "current_datetime" are missing from the docs.
Related PR https://github.com/deepset-ai/haystack/pull/6836
- Link to internal notes with documentation improvement ideas: [Notion](https://www.notion.so/deepsetai/Haystack-2-0-Retrievers-646d0524b9024b498f6ed04fe99d829a?pvs=4#2208035da77d4337aa459c5374a7e566) - This issue can be then divided into several according to the to-do list - Separate issue for FilterRetriever: https://github.com/deepset-ai/haystack/issues/6959
The goal is not to explain all the parameters available, but rather the things that users needs to prepare to be able to work with the component (API keys, understanding...
Related PR https://github.com/deepset-ai/haystack/pull/6997
Add instructions and examples on how to deploy Haystack, including Docker images and Helm chart. ```[tasklist] ### Tasks - [ ] https://github.com/deepset-ai/haystack/issues/6990 - [ ] https://github.com/deepset-ai/haystack/issues/6991 - [ ] https://github.com/deepset-ai/haystack/issues/6992...
Create documentation that explains how to use function calling capabilities of LLMs with Haystack Generators.