2 مستودعات
Utilities for isolating specific records in search indices to troubleshoot and correct data issues.
Distinct from Search Engines: Focuses on the debugging and manual correction of records rather than general information retrieval
Explore 2 awesome GitHub repositories matching data & databases · Search Engine Debugging Tools. Refine with filters or upvote what's useful.
Dejavu is a containerized administration panel and web interface for managing data within Elasticsearch and OpenSearch clusters. It serves as a search index management tool for browsing, editing, and deleting records through a visual explorer rather than raw API queries. The project distinguishes itself by providing a search interface prototyping tool. This allows users to visually design search screens to test result relevancy and export the final layout configuration as usable code. The tool covers broad data management capabilities, including structured data import from CSV or JSON files
Enables filtering and searching through large datasets to isolate specific records for troubleshooting or manual correction.
MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries and routes each to a specialized agent for parallel investigation. The system orchestrates multiple agents through a large language model, coordinating their tasks and interpreting search results to produce coherent answers from multiple sources. The project provides a configurable search backend interface that allows switching between Google, DuckDuckGo, Brave, and Bing search APIs by updating a configuration attribute. It includes a terminal-based debug interface for testing
Runs a terminal-based interface to test and troubleshoot the search agent's behavior during development.