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
-
⭐ 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_index
method (same as inFAISSDocumentStore
) or by settingivf_train_size
when initializingOpenSearchDocumentStore
and take your search to the next level.What's Changed
Breaking Changes
Pipeline
MarkdownConverter
by @TuanaCelik in feat: add frontmatter to meta inMarkdownConverter
#3953MarkdownConverter
by @TuanaCelik in fix: removing code block inMarkdownConverter
#3960Shaper
by @ZanSara in feat: addShaper
#3880RayPipeline
crashing Haystack by @zoltan-fedor in fix: Event sending forRayPipeline
crashing Haystack #3971RayPipelines
by @zoltan-fedor in feat: Support multipleRayPipelines
#4078TableTextRetriever
for input consisting of tables only by @jackapbutler in fix: FixTableTextRetriever
for input consisting of tables only #4048DocumentStores
InMemoryDocumentStore.get_embedding_count
to return correct number by @sjrl in fix: fixedInMemoryDocumentStore.get_embedding_count
to return correct number #3980InMemoryDocumentStore
- manage documents without embedding & fix mypy errors by @anakin87 in refactor:InMemoryDocumentStore
- manage documents without embedding & fix mypy errors #4113Documentation
Document
by @bogdankostic in fix: Remove logging statement of setting ID manually inDocument
#4129run_batch
for PromptNode by @sjrl in feat: Implementrun_batch
for PromptNode #4072Other Changes
Shaper
#4231top_k
toPromptNode
#4159output_variable
in PromptNode result, adjust unit tests by @vblagoje in feat: Exposeoutput_variable
in PromptNode result, adjust unit tests #3892FARMReader
'ssave_to_remote
by @bogdankostic in fix: Fix type inFARMReader
'ssave_to_remote
#3952mypy
ignore REST API tests by @anakin87 in fix: overwrite params with environment variables even if there are no params in the pipeline definition; makemypy
ignore REST API tests #3930TransformersImageToText
by @ZanSara in Missing import forTransformersImageToText
#3984use_prefiltering
parameter toDeepsetCloudDocumentStore
by @bogdankostic in feat: Adduse_prefiltering
parameter toDeepsetCloudDocumentStore
#3969max_tokens
is too short by @anakin87 in feat: OpenAI - warn users ifmax_tokens
is 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