awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nashsu avatar

nashsu/llm_wiki

0
View on GitHub↗
12,563 星标·1,517 分支·TypeScript·18 次浏览

Llm Wiki

This project is an LLM knowledge base builder and personal knowledge management tool. It is a desktop application designed to transform diverse documents into a persistent, interlinked wiki through LLM analysis and incremental ingestion.

The system distinguishes itself with a knowledge graph visualizer that uses community detection algorithms to map relationships between concepts and identify topical clusters. It features a hybrid retrieval system that combines keyword matching, vector embeddings, and graph relevance to locate information.

The platform covers a wide range of capabilities including multimodal document parsing for PDF, DOCX, and web content, automated deep research for synthesizing new wiki pages, and a conversational query interface with cited references. It also includes structural analysis tools for knowledge gap analysis and wiki health linting.

The knowledge base is maintained in a directory format compatible with Obsidian vaults.

Features

  • LLM Knowledge Base Generators - Transforms diverse documents into a persistent interlinked wiki using LLM analysis and incremental ingestion.
  • Cited Query Responses - Provides a conversational interface that retrieves answers from processed knowledge with integrated inline source citations.
  • Analysis Ingest Pipelines - Utilizes a chain-of-thought analysis process to identify entities and contradictions during the knowledge base ingestion phase.
  • Hybrid Knowledge Retrievers - Implements a hybrid retrieval system combining keyword matching, vector embeddings, and graph relevance to locate information.
  • Knowledge Ingestion Chains - Processes documents through separate extraction and generation phases to create structured wiki pages with strict source traceability.
  • Personal Knowledge Bases - Provides a system for organizing documents and web clips into a structured wiki with automatic linking and source traceability.
  • Automated Wiki Generations - Uses a multi-step LLM chain to build a persistent, interlinked wiki from documents while maintaining source traceability.
  • Graph Community Detection - Uses modularity-based community detection algorithms to automatically discover and group related knowledge clusters.
  • Document Parsing Engines - Provides a high-fidelity parser that converts PDF, DOCX, PPTX, and XLSX files into structured Markdown.
  • Hybrid Vector-Graph Databases - Combines vector embeddings and knowledge graph relationships to provide high-precision hybrid information retrieval.
  • Multi-Format Document Ingestion - Supports the ingestion and normalization of PDF, DOCX, and Markdown formats for a unified knowledge base.
  • Hybrid Retrieval - Implements a search pipeline combining keyword matching, vector semantic embeddings, and graph-based expansion.
  • Semantic Search - Provides an embedding-based retrieval system for finding semantically related pages via a compatible endpoint.
  • Knowledge Graph Visualizations - Provides an interactive interface for mapping relationships between concepts and visualizing the network topology of the knowledge base.
  • Cited Conversation Histories - Offers independent chat sessions with cited references to wiki pages and the ability to archive synthesized answers.
  • Deep Research Execution - Generates optimized web search queries and synthesizes findings into new wiki pages using autonomous analytical agents.
  • Human-in-the-Loop Systems - Integrates human oversight into the ingestion pipeline to resolve ambiguous items flagged by the LLM.
  • Knowledge Gap Analysis - Provides a structural analysis tool that identifies isolated pages and surprising connections to surface research needs.
  • Model Context Protocol Servers - Implements a local server based on the Model Context Protocol to expose internal data and tools to compatible AI clients.
  • Knowledge Base Visualizers - Creates a visual map of the knowledge base based on direct links, source overlap, and type affinity.
  • Community Detection Algorithms - Employs a clustering algorithm to group related pages into communities to discover natural knowledge domains.
  • Web Article Extraction - Includes a utility to extract clean article text and core content from web pages for automatic integration into the knowledge base.
  • Web Clipping Extractors - Ships a browser extension for capturing specific web page segments and stripping clutter to trigger the ingestion pipeline.
  • Automated Document Ingestion - Implements a crash-resilient sequential queue for importing and transforming diverse file formats into the knowledge base.
  • Multimodal PDF Indexers - Provides a system for extracting embedded images from PDFs and using vision models to generate searchable factual captions.
  • File System Watchers - Provides a background service that monitors local folders to automate knowledge base updates based on file changes.
  • Note Relationship Mappings - Provides a graphical representation of wiki links and entity connections to visualize knowledge relationships.
  • Filesystem Event Synchronization - Monitors local directories for filesystem changes to automatically trigger knowledge base ingestion or cleanup.
  • AI Output Review Queues - Includes an asynchronous queue for users to validate and modify model-generated wiki items before they are persisted.

Star 历史

nashsu/llm_wiki 的 Star 历史图表nashsu/llm_wiki 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Llm Wiki 的精选搜索

收录 Llm Wiki 的精选合集。
  • 文档聊天机器人构建工具
  • 检索增强生成 (RAG) 框架

Llm Wiki 的开源替代方案

相似的开源项目,按与 Llm Wiki 的功能重合度排序。
  • zadam/triliumzadam 的头像

    zadam/trilium

    36,595在 GitHub 上查看↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    TypeScript
    在 GitHub 上查看↗36,595
  • volcengine/openvikingvolcengine 的头像

    volcengine/OpenViking

    2,993在 GitHub 上查看↗

    OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a

    Pythonagentagentic-ragai-agents
    在 GitHub 上查看↗2,993
  • memgraph/memgraphmemgraph 的头像

    memgraph/memgraph

    4,163在 GitHub 上查看↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    C++cyphergraphgraph-algorithms
    在 GitHub 上查看↗4,163
  • neo4j/neo4jneo4j 的头像

    neo4j/neo4j

    15,928在 GitHub 上查看↗

    Neo4j is a native graph database management system designed to store and query highly connected data using a property-graph model. It provides an ACID-compliant transaction engine that ensures data integrity, supported by a distributed cluster architecture that maintains causal consistency across nodes. Users interact with the system through a declarative query language, which allows for complex pattern matching and path traversal without requiring manual traversal logic. The platform distinguishes itself through its hybrid approach to data retrieval, combining traditional graph-based queries

    Javacypherdatabasegraph
    在 GitHub 上查看↗15,928
查看 Llm Wiki 的所有 30 个替代方案→

常见问题解答

nashsu/llm_wiki 是做什么的?

This project is an LLM knowledge base builder and personal knowledge management tool. It is a desktop application designed to transform diverse documents into a persistent, interlinked wiki through LLM analysis and incremental ingestion.

nashsu/llm_wiki 的主要功能有哪些?

nashsu/llm_wiki 的主要功能包括:LLM Knowledge Base Generators, Cited Query Responses, Analysis Ingest Pipelines, Hybrid Knowledge Retrievers, Knowledge Ingestion Chains, Personal Knowledge Bases, Automated Wiki Generations, Graph Community Detection。

nashsu/llm_wiki 有哪些开源替代品?

nashsu/llm_wiki 的开源替代品包括: zadam/trilium — Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree… volcengine/openviking — OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents… memgraph/memgraph — Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management.… neo4j/neo4j — Neo4j is a native graph database management system designed to store and query highly connected data using a… tencent/weknora — WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework.… mervinpraison/praisonai — PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and…