mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 11:19:57 +00:00
parent
fa81c611e8
commit
1f7c7b716a
@ -1,4 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
This update impacts only those who have created custom invocation layers by subclassing PromptModelInvocationLayer.
|
||||
Previously, the invoke() method in your custom layer received all prompt template parameters (like query,
|
||||
documents, etc.) as keyword arguments. With this change, these parameters will no longer be passed in as keyword
|
||||
arguments. If you've implemented such a custom layer, you'll need to potentially update your code to accommodate
|
||||
this change.
|
||||
enhancements:
|
||||
- |
|
||||
Remove template variables from invocation layer kwargs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user