awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nilsherzig avatar

nilsherzig/LLocalSearchArchived

0
View on GitHub↗
5,956 stars·365 forks·Go·Apache-2.0·6 vues

LLocalSearch

LLocalSearch est un moteur de recherche axé sur la confidentialité et un framework d'agent qui utilise des grands modèles de langage hébergés localement pour rechercher sur Internet et agréger des réponses. Il fonctionne comme une interface de génération augmentée par récupération (RAG) où toutes les requêtes et le traitement restent sur le matériel de l'utilisateur pour garantir la confidentialité des données et supprimer la dépendance vis-à-vis des fournisseurs d'API cloud externes.

Le système emploie une chaîne d'agents autonomes qui effectuent des recherches Internet récursives, appelant des outils de recherche plusieurs fois pour rassembler et synthétiser les informations. Il coordonne ces modèles pour raisonner à travers des requêtes complexes, fournissant un flux en temps réel de journaux et de citations de sources pour surveiller le processus de raisonnement de l'agent.

Le projet inclut des capacités pour la gestion de conversation avec état afin de prendre en charge les dialogues multi-tours et les raffinements itératifs. Il intègre la récupération d'informations basée sur des outils et l'inférence de modèle local pour fournir un pipeline complet de la recherche initiale à la génération de réponse finale.

Features

  • Recursive Research Agents - Implements autonomous agents that perform recursive internet searches to gather and synthesize comprehensive information.
  • Autonomous Research Agents - Automates the process of gathering information through recursive internet searches handled by autonomous local agents.
  • Local Model Generation - Provides answer generation using locally hosted models to ensure data privacy and remove cloud dependencies.
  • Local LLM Search - Uses a chain of local language models to find answers to questions without requiring external API keys.
  • API-Free Local Inference - Executes foundation models on local hardware to eliminate dependency on external cloud API providers.
  • Private Information Retrieval - Retrieves data and answers using locally hosted models to ensure all processing remains on the user's hardware.
  • Search Query Recursion - Employs autonomous agents that iteratively generate new search queries to gather current external information.
  • Local LLM Research Agents - Provides a framework of autonomous agents that recursively call search tools using local model inference.
  • Tool-Augmented Retrieval - Equips language models with search tools to fetch external web data into the local prompt context.
  • LLM Task Chains - Coordinates a sequence of LLM calls in a pipeline to process queries from initial search to final synthesis.
  • Context-Aware Conversation Managers - Combines local language models with retrieved search data to maintain context in multi-turn dialogues.
  • Conversation State Persistence - Maintains a persistent record of interactions to provide context for follow-up queries and iterative refinements.
  • Conversational Search Engines - Allows users to refine search results and ask follow-up questions within a persistent, LLM-powered conversation.
  • Retrieval-Augmented Generation Interfaces - Provides a specialized interface for monitoring the real-time reasoning and source attribution of local RAG.
  • AI-Powered Search Aggregators - Coordinates multiple local models to search and synthesize information into comprehensive answers without external APIs.
  • Privacy-Focused Search Engines - Functions as a self-hosted search tool that processes all queries locally to ensure complete data privacy.
  • Task Progress Streams - Pushes real-time logs and source citations of the agent's reasoning process directly to the user interface.
  • Agent Frameworks - Locally running search aggregator using LLM agents.
  • Application Development - Local web search implementation using LLM chains.

Historique des stars

Graphique de l'historique des stars pour nilsherzig/llocalsearchGraphique de l'historique des stars pour nilsherzig/llocalsearch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait nilsherzig/llocalsearch ?

LLocalSearch est un moteur de recherche axé sur la confidentialité et un framework d'agent qui utilise des grands modèles de langage hébergés localement pour rechercher sur Internet et agréger des réponses. Il fonctionne comme une interface de génération augmentée par récupération (RAG) où toutes les requêtes et le traitement restent sur le matériel de l'utilisateur pour garantir la confidentialité des données et supprimer la dépendance vis-à-vis des fournisseurs d'API…

Quelles sont les fonctionnalités principales de nilsherzig/llocalsearch ?

Les fonctionnalités principales de nilsherzig/llocalsearch sont : Recursive Research Agents, Autonomous Research Agents, Local Model Generation, Local LLM Search, API-Free Local Inference, Private Information Retrieval, Search Query Recursion, Local LLM Research Agents.

Quelles sont les alternatives open-source à nilsherzig/llocalsearch ?

Les alternatives open-source à nilsherzig/llocalsearch incluent : assafelovic/gpt-researcher — GPT Researcher is an autonomous agent framework designed to automate the process of gathering, synthesizing, and… lazyagi/lazyllm — LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides… dzhng/deep-research — This project is an AI research tool designed for autonomous web information gathering and automated topic research. It… langchain-ai/local-deep-researcher — Local Deep Researcher is a fully local web research assistant that uses any LLM hosted by Ollama or LMStudio. Give it… sentient-agi/opendeepsearch — OpenDeepSearch is an autonomous research platform and search orchestration engine that connects large language models… karpathy/autoresearch — Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a…

Alternatives open source à LLocalSearch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec LLocalSearch.
  • assafelovic/gpt-researcherAvatar de assafelovic

    assafelovic/gpt-researcher

    27,739Voir sur GitHub↗

    GPT Researcher is an autonomous agent framework designed to automate the process of gathering, synthesizing, and documenting information from diverse web and local sources. It functions as a research-oriented execution environment that orchestrates specialized agents to perform complex, multi-branch research tasks, transforming raw data into structured, factual, and cited reports. The project distinguishes itself through a graph-based orchestration layer that manages state transitions and information flow between specialized agents. It employs recursive tree-search execution to explore comple

    Pythonagentaiautomation
    Voir sur GitHub↗27,739
  • lazyagi/lazyllmAvatar de LazyAGI

    LazyAGI/LazyLLM

    3,842Voir sur GitHub↗

    LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides a system for chaining large language models into sequential or parallel pipelines, utilizing a tool registry to convert standard functions into discoverable tools that models can invoke via reasoning. The project features an application deployment kit that enables hosting model workflows as web services with integrated chat interfaces and API gateways. It includes an infrastructure abstraction layer that allows users to switch between bare-metal servers, clusters, and public

    Pythonagentsai-agentdata
    Voir sur GitHub↗3,842
  • dzhng/deep-researchAvatar de dzhng

    dzhng/deep-research

    19,136Voir sur GitHub↗

    This project is an AI research tool designed for autonomous web information gathering and automated topic research. It utilizes agent orchestration to combine search engines and web scraping, enabling the system to discover detailed information and build a comprehensive understanding of complex subjects without manual step-by-step guidance. The tool employs an iterative research execution model that recursively generates targeted search queries and refines directions based on previous results. It includes a feedback loop that compares current findings against initial objectives to identify kn

    TypeScriptagentaigpt
    Voir sur GitHub↗19,136
  • langchain-ai/local-deep-researcherL

    langchain-ai/local-deep-researcher

    9,223Voir sur GitHub↗

    Local Deep Researcher is a fully local web research assistant that uses any LLM hosted by Ollama or LMStudio. Give it a topic and it will generate a web search query, gather web search results, summarize the results of web search, reflect on the summary to examine knowledge gaps, generate a new…

    Python
    Voir sur GitHub↗9,223
Voir les 30 alternatives à LLocalSearch→