You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PromptNode just rolled out prompt logging (pipeline debug), run_batch, and model_kwargs support. More updates to PromptNode and PromptTemplates coming soon!
Shaper
We're introducing the Shaper, PromptNode's helper. Shaper unlocks the full potential of PromptNode and ensures its seamless integration with Haystack. But Shaper's scope and functionality are not limited to PromptNode; you can also use it independently, opening up a whole new world of possibilities.
IVF and Product Quantization support for OpenSearchDocumentStore
We've added support for IVF and IVF with Product Quantization to OpenSearchDocumentStore. You can train the IVF index by calling train_index method (same as in FAISSDocumentStore) or by setting ivf_train_size when initializing OpenSearchDocumentStore and take your search to the next level.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
⭐ Highlights
PromptNode enhancements
PromptNode just rolled out prompt logging (pipeline debug), run_batch, and model_kwargs support. More updates to PromptNode and PromptTemplates coming soon!
Shaper
We're introducing the Shaper, PromptNode's helper. Shaper unlocks the full potential of PromptNode and ensures its seamless integration with Haystack. But Shaper's scope and functionality are not limited to PromptNode; you can also use it independently, opening up a whole new world of possibilities.
IVF and Product Quantization support for OpenSearchDocumentStore
We've added support for IVF and IVF with Product Quantization to
OpenSearchDocumentStore. You can train the IVF index by callingtrain_indexmethod (same as inFAISSDocumentStore) or by settingivf_train_sizewhen initializingOpenSearchDocumentStoreand take your search to the next level.What's Changed
Breaking Changes
Pipeline
MarkdownConverterby @TuanaCelik in feat: add frontmatter to meta inMarkdownConverter#3953MarkdownConverterby @TuanaCelik in fix: removing code block inMarkdownConverter#3960Shaperby @ZanSara in feat: addShaper#3880RayPipelinecrashing Haystack by @zoltan-fedor in fix: Event sending forRayPipelinecrashing Haystack #3971RayPipelinesby @zoltan-fedor in feat: Support multipleRayPipelines#4078TableTextRetrieverfor input consisting of tables only by @jackapbutler in fix: FixTableTextRetrieverfor input consisting of tables only #4048DocumentStores
InMemoryDocumentStore.get_embedding_countto return correct number by @sjrl in fix: fixedInMemoryDocumentStore.get_embedding_countto return correct number #3980InMemoryDocumentStore- manage documents without embedding & fix mypy errors by @anakin87 in refactor:InMemoryDocumentStore- manage documents without embedding & fix mypy errors #4113Documentation
Documentby @bogdankostic in fix: Remove logging statement of setting ID manually inDocument#4129run_batchfor PromptNode by @sjrl in feat: Implementrun_batchfor PromptNode #4072Other Changes
Shaper#4231top_ktoPromptNode#4159output_variablein PromptNode result, adjust unit tests by @vblagoje in feat: Exposeoutput_variablein PromptNode result, adjust unit tests #3892FARMReader'ssave_to_remoteby @bogdankostic in fix: Fix type inFARMReader'ssave_to_remote#3952mypyignore REST API tests by @anakin87 in fix: overwrite params with environment variables even if there are no params in the pipeline definition; makemypyignore REST API tests #3930TransformersImageToTextby @ZanSara in Missing import forTransformersImageToText#3984use_prefilteringparameter toDeepsetCloudDocumentStoreby @bogdankostic in feat: Adduse_prefilteringparameter toDeepsetCloudDocumentStore#3969max_tokensis too short by @anakin87 in feat: OpenAI - warn users ifmax_tokensis too short #4094New Contributors
Full Changelog: v1.13.2...v1.14.0
This discussion was created from the release v1.14.0.
Beta Was this translation helpful? Give feedback.
All reactions