<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Base on SoloSoft</title><link>https://www.solosoft.dev/tags/knowledge-base/</link><description>Recent content in Knowledge Base on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/knowledge-base/index.xml" rel="self" type="application/rss+xml"/><item><title>Bisheng: Open-Source LLM Application Development Platform</title><link>https://www.solosoft.dev/post/bisheng-llm-platform-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/bisheng-llm-platform-2026/</guid><description>&lt;p&gt;Enterprise organizations have been among the fastest adopters of LLM technology, but they face unique challenges: strict security requirements, complex document formats, compliance obligations, and the need for auditability. &lt;strong&gt;Bisheng&lt;/strong&gt; addresses these challenges with an open-source platform purpose-built for enterprise RAG deployments. Created by dataelement, Bisheng has become one of the leading choices for organizations that need to build production-grade LLM applications without locking into proprietary platforms.&lt;/p&gt;
&lt;p&gt;Bisheng covers the full lifecycle of LLM application development: document ingestion and parsing, knowledge base construction, workflow design, model management, application deployment, and ongoing monitoring. It provides both a visual interface for non-technical users and programmatic APIs for developers, making it accessible across an organization.&lt;/p&gt;</description></item><item><title>Langchain-Chatchat: Open-Source Knowledge Base Q&amp;A with LLMs</title><link>https://www.solosoft.dev/post/langchain-chatchat-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/langchain-chatchat-2026/</guid><description>&lt;p&gt;Organizations accumulate vast amounts of internal documentation &amp;ndash; technical manuals, policy documents, research papers, and operational guides. The challenge has always been turning this static knowledge into something that can be queried conversationally. &lt;strong&gt;Langchain-Chatchat&lt;/strong&gt; provides an open-source solution that couples the LangChain orchestration framework with ChatGLM conversational AI to deliver document-grounded question answering.&lt;/p&gt;
&lt;p&gt;Built primarily by the Chinese AI development community and hosted under the chatchat-space organization on GitHub, Langchain-Chatchat has gained substantial traction among enterprises and individuals who want to deploy private knowledge base Q&amp;amp;A systems. The project eliminates the dependency on commercial services like OpenAI&amp;rsquo;s GPTs or corporate SaaS knowledge platforms by providing a self-hosted alternative that runs on commodity hardware.&lt;/p&gt;</description></item><item><title>Nexus Skills: AI-Native Codebase Intelligence for AI Coding Assistants</title><link>https://www.solosoft.dev/post/nexus-skills-codebase-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/nexus-skills-codebase-2026/</guid><description>&lt;p&gt;&lt;strong&gt;Nexus Skills&lt;/strong&gt; is an open-source tool that solves one of the most expensive problems in AI-assisted development: codebase context. When you tell an AI coding assistant to &amp;ldquo;find where the user authentication is handled,&amp;rdquo; it either needs the entire codebase in its context window (costing thousands of tokens) or you must manually hunt down and paste the relevant files (wasting your time). Nexus Skills bridges this gap by building a &lt;strong&gt;persistent, queryable knowledge base&lt;/strong&gt; from your codebase that AI assistants can search with minimal token overhead.&lt;/p&gt;
&lt;p&gt;The project splits into two core components. &lt;strong&gt;Nexus-mapper&lt;/strong&gt; is the indexing engine that scans your source code and generates structured intelligence &amp;ndash; AST-based dependency graphs, file structure maps, call hierarchies, and change impact data. &lt;strong&gt;Nexus-query&lt;/strong&gt; is the search interface that AI assistants (or you, via CLI) can query to find functions, trace dependencies, understand module relationships, and assess change impact.&lt;/p&gt;</description></item><item><title>Refly: Open-Source AI-Native Knowledge Base</title><link>https://www.solosoft.dev/post/refly-ai-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/refly-ai-2026/</guid><description>&lt;p&gt;Traditional knowledge bases are passive repositories. You put documents in, and you search for them later. Refly reimagines this with an AI-native approach where every document is an active knowledge resource that the system understands, connects, and can reason about.&lt;/p&gt;
&lt;p&gt;Built by refly-ai, this platform combines document management with LLM-powered question answering, contextual search, and knowledge graph visualization. Documents are automatically analyzed, entities are extracted, connections between topics are discovered, and users can ask natural language questions that draw on the full knowledge base.&lt;/p&gt;
&lt;h2 id="core-capabilities"&gt;Core Capabilities&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Feature&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;AI document understanding&lt;/td&gt;
 &lt;td&gt;Automatic entity extraction, summarization, and classification&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Contextual Q&amp;amp;A&lt;/td&gt;
 &lt;td&gt;Ask questions in natural language, get answers grounded in your documents&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Knowledge graph&lt;/td&gt;
 &lt;td&gt;Visual exploration of document relationships and topics&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Collection management&lt;/td&gt;
 &lt;td&gt;Organize documents into themed collections&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Collaboration&lt;/td&gt;
 &lt;td&gt;Share knowledge bases and work together in real-time&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="knowledge-processing-pipeline"&gt;Knowledge Processing Pipeline&lt;/h2&gt;

&lt;figure class="mermaid-wrapper not-prose" role="img" aria-label="Mermaid diagram"&gt;
 &lt;div class="mermaid-container"&gt;
 &lt;pre class="mermaid"&gt;flowchart LR
 A[Documents] --&amp;gt; B[Document Ingestion]
 B --&amp;gt; C[Content Analysis]
 C --&amp;gt; D[Entity Extraction]
 C --&amp;gt; E[Embedding Generation]
 D --&amp;gt; F[Knowledge Graph]
 E --&amp;gt; G[Vector Index]
 G --&amp;gt; H[Semantic Search]
 F --&amp;gt; H
 F --&amp;gt; I[Graph Visualization]
 J[User Query] --&amp;gt; H
 H --&amp;gt; K[Context Assembly]
 K --&amp;gt; L[LLM Answer Generation]
 L --&amp;gt; M[Answer &amp;#43; Sources]&lt;/pre&gt;
 &lt;script type="application/mermaid"&gt;flowchart LR
 A[Documents] --&gt; B[Document Ingestion]
 B --&gt; C[Content Analysis]
 C --&gt; D[Entity Extraction]
 C --&gt; E[Embedding Generation]
 D --&gt; F[Knowledge Graph]
 E --&gt; G[Vector Index]
 G --&gt; H[Semantic Search]
 F --&gt; H
 F --&gt; I[Graph Visualization]
 J[User Query] --&gt; H
 H --&gt; K[Context Assembly]
 K --&gt; L[LLM Answer Generation]
 L --&gt; M[Answer + Sources]&lt;/script&gt;
 &lt;/div&gt;
&lt;/figure&gt;&lt;p&gt;When documents are ingested, they are analyzed for entities and relationships that build a knowledge graph while embeddings power semantic search. Queries retrieve relevant context from both the vector index and knowledge graph, and the LLM generates answers grounded in the retrieved sources.&lt;/p&gt;</description></item></channel></rss>