General Availability of Swirl 3.2.0 #1161
erikspears
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Team Swirl is excited to announce General Availability of Swirl 3.2!
This release includes the first version of the
AutomaticPayloadMapperResultProcessor
,RequireQueryStringInTitleResultProcessor
,DropIrrelevantPostResultProcessor
andNoModQueryProcessor
, along with new SearchProviders for OpenSanctions.org and LittleSis.org. We've also added support for running OpenAI in Azure, storing query templates in JSON, plus updated Python, Django, and OpenAI API versions, and resolved issues found in previous releases. Finally, the Galaxy UI has been updated to ⭐ results above a particular relevancy score.We're seeking anyone interested in testing new Connectors to Collibra, Thoughtspot and Pinecone DB. Please contact Swirl via email or Slack for access.
Highlights of Release 3.2.0:
AutomaticPayloadMapperResultProcessor
which profiles response data to find good strings for Swirl'stitle
,body
, anddate_published
fields. It is intended for SearchProviders that would otherwise have few (or no) goodresult_mappings
options.NoModQueryProcessor
that only removes leading SearchProvider Tags and does not modify the query terms in any way. It is intended for repositories that allow non-search characters (such as brackets).RequireQueryStringInTitleResultProcessor
that drops results that do not contain thequery_string_to_provider
in the resulttitle
field. It is now included by default in the "LinkedIn - Google PSE" SearchProvider.DropIrrelevantPostResultProcessor
drops results withswirl_score < settings.MIN_SWIRL_SCORE
(set to500
by default) and results with noswirl_score
.swirl_score
above a configurable threshold with a star in the results list.SearchProvider.query_template_json
field which stores thequery_template
as JSON. The MongoDB SearchProvider has been updated to use this feature.LC_URL
option in SearchProviderresult_mappings
.Beta Was this translation helpful? Give feedback.
All reactions