Guidelines for Implementing Generative AI Across Industries

Guidelines for Implementing Generative AI Across Industries

The path to implementing AI is guided by cloud vendors. Nowadays, generative AI is experiencing explosive growth, with increasingly rich and diverse applications in artificial intelligence, such as text generation, image generation, knowledge Q&A, product design, and more innovations emerging continuously. However, the question arises: how can we better promote the implementation of generative AI … Read more

Segment Optimization for Ollama+MaxKB Knowledge Base

Segment Optimization for Ollama+MaxKB Knowledge Base

Last time, I published an article titled “Building Your Own Simple Knowledge Base with Ollama,” and I found that many users encountered various issues during usage. I also faced similar problems. Particularly, after importing an article into the MaxKB knowledge base and asking questions within the application, the answers were completely off-topic and did not … Read more

Building Your Personal Knowledge Base with LLaMA

Building Your Personal Knowledge Base with LLaMA

I. Introduction A personal knowledge base is a repository of personal learning, experiences, and observations that can assist individuals in decision-making, problem-solving, and creativity. Imagine it as a personal library that stores all important books (or articles, notes, or ideas). A personal knowledge base can include: key concepts, summaries of research papers or articles, notes … Read more

Local Installation of Ollama Embedding Model

Local Installation of Ollama Embedding Model

Is there a difference between LLM large models and embedding large models in the knowledge base domain? Why is it necessary to set up a separate embedding large model in the RAG field? In the field of artificial intelligence, large language models (LLMs) and embedding models are two key technologies in natural language processing (NLP), … Read more

OpenRAG Base: An Open Knowledge Base for RAG

OpenRAG Base: An Open Knowledge Base for RAG

This project is the open knowledge base of the OpenRAG subproject under OpenKG, which focuses on RAG research and is committed to promoting the development of the RAG field. You can access it through the link to enter the OpenRAG Base homepage. Origin Retrieval-Augmented Generation (RAG), as one of the most concerned practical technologies for … Read more

Building A Secure Personal/Enterprise Knowledge Base with Ollama and WebUI

Building A Secure Personal/Enterprise Knowledge Base with Ollama and WebUI

I have an AI assistant named “Lao Liu”. Why? Because it sometimes speaks nonsense seriously. That’s right, this is a drawback of large models β€” “hallucination”. Therefore, LLMs + knowledge base is a solution to the “hallucination” problem. At the same time, for enterprises, information security must be considered; a privately owned knowledge base obviously … Read more

Setting Up a Local Knowledge Base with AnythingLLM and Ollama

Setting Up a Local Knowledge Base with AnythingLLM and Ollama

The entire process requires three software: Ollama. Used to run local large models. If using the API of a closed-source large model, there is no need to install Ollama. Docker. Used to run AnythingLLM. AnythingLLM. The platform for running the knowledge base, providing functions for building and running the knowledge base. 1 Install Ollama Download … Read more

Enhancement Techniques for Large Model Retrieval (RAG)

Enhancement Techniques for Large Model Retrieval (RAG)

Click the bottom “Read Original” to browse the detailed content of “CCF Digital Focus” Issue 48 Editor’s Note Large language models (LLMs) still face many challenges when dealing with domain-specific or knowledge-intensive tasks, such as generating hallucinations, outdated knowledge, and opaque, untraceable reasoning processes. Retrieval-Augmented Generation (RAG) technology has emerged to address these issues. RAG … Read more

Understanding RAG: Its Relation to Knowledge Bases, Vector Databases, and Knowledge Graphs

Understanding RAG: Its Relation to Knowledge Bases, Vector Databases, and Knowledge Graphs

ff ↑ Subscribe to us, get a wealth of free tutorial resources 1. What is RAG? – A Super Assistant That Can Retrieve and Generate Have you ever encountered this problem: when asking a large model, it can answer many questions, but sometimes it also “makes things up” or only provides information based on its … Read more

Generative AI: The Learning Partner of the Future

Generative AI: The Learning Partner of the Future

Article 576 1. Unique Advantages of Generative AI 1. 24/7 Companionship The greatest advantage of generative AI is its freedom from time and space limitations. Whether it’s a sudden question at 3 AM or a need in the quiet of night, AI can respond promptly, providing immediate learning support. This accessibility anytime and anywhere breaks … Read more