Perplexity AI ha lanciato la Search API, sfidando il dominio di Google.
Si rompe il monopolio dei dati fornendo accesso diretto al massivo indice web:
📖 Miliardi di pagine
🧠 Risultati ottimizzati AI
L'azienda intende favorire contenuti utili rispetto all'intento commerciale.
Perplexity Launches Search API to Challenge Google’s Dominance
#AI #Perplexity #SearchAPI #Developer #Google #BigTech #API #SearchEngines #Web
🚀 Perplexity just dropped their Search API — the same infra behind their answer engine, now open to devs.
Fast, fresh, AI-first search with sub-doc snippets + an SDK + OSS evals.
Perfect for grounding LLMs, building agents, or just hacking.
Overview → https://dropletdrift.com/perplexity-search-api-an-intro-for-developers/
#AI #WebDev #APIs #Developers #PerplexityAI #SearchAPI #AIagents #LLM #AIDev #DevTools #OpenSource #SDK #Search #HybridSearch #ContextEngineering #Retrieval #RAG #RealtimeAI #AIFirst #Innovation
Contents show What you get, concretely The mental model Quick start in practice Python TypeScript (Node) Patterns that actually work 1) Answer grounding for chat 2) Multi-query “deepening” for agents 3) Academic mode for literature scans Choosing parameters with intent Operational concerns that will save you later Quality, latency, and cost: how to think about […]
También en español: si estás usando Solr en Acquia, este artículo de nuestro compañero Fran Rouco te ayudará a conocer todos los detalles técnicos y como hacer el cambio sin problemas:
https://metadrop.net/es/articulos/actualizacion-solr9-acquia
Using Solr with Acquia? Acquia's platform upgrade to Solr 9 for prod envs is scheduled for this month. In this article, our colleague Fran Rouco explains all the technical details to ensure a smooth transition. Check it out!
The Drupal Facet module works along with the Search API module to provide users with faceted search capabilities. Check out this comprehensive tutorial on configuring and implementing faceted search in Drupal 10.
https://www.specbee.com/blogs/configure-faceted-search-in-drupal
#facetmodule #drupalfacetmodule #searchapi #facetedsearch #facetedsearchdrupal #drupal10 #configurefacetedsearch
Looking to improve your Drupal site's search performance? This step-by-step guide shows you how to set up Apache Solr on Ubuntu and integrate it with Drupal's Search API.
https://www.specbee.com/blogs/setup-apache-solr-ubuntu-lando-drupal-search-api-configuration
#apachesolr #drupalsearchapi #drupalsitessearchperformance #landoenvironment #searchapi #setupapachesolr
🔍 How to create your own search API for a static website with JavaScript and PHP (part 3)
by Chris Ferdinandi @cferdinandi @ChrisFerdinandi
#SearchAPI #API #js #php #webdev
On Tuesday, I shared how I created my own search API for my static website with PHP. And yesterday, I walked you through how I built a custom web component to call the API and render search results. Today, I wanted to wrap up the series by sharing how I added two features: Filtering search results by type. Custom URLs for search queries and bookmarking. Let’s dig in!