Advanced Techniques for Kimi: Surpassing 90% of Users

Advanced Techniques for Kimi: Surpassing 90% of Users

Talking about AI, reliable, blue text seeking attention Kimi, the large model, has become popular and can be considered a source of pride for domestic large models. Today, I will share advanced techniques for using Kimi, fully utilizing the capabilities of the large model. On the far right of the Kimi input box, the first … Read more

Hidden Skills of Neo4j Database: Implementing Intelligent Queries with LlamaIndex

Hidden Skills of Neo4j Database: Implementing Intelligent Queries with LlamaIndex

Click on the top↗️「HuoShui Intelligence」, Follow + Star🌟 Author: Tomaz Bratanic Compiled by: HuoShui Intelligence Retrieval-augmented generation (RAG) has become a mainstream technology, with ample reasons supporting its widespread application. It is a powerful framework that combines advanced large language models with targeted information retrieval techniques to achieve faster access to relevant data and generate … Read more

Building A Local Document Intelligence Stack Using Docling, Ollama, Phi-4

Building A Local Document Intelligence Stack Using Docling, Ollama, Phi-4

Are you still troubled by the mixed quality of AI in China and its poor performance? Then let’s take a look at Dev Cat AI (3in1). This is an integrated AI assistant that combines GPT-4, Claude3, and Gemini into one. It covers all models of the three AI tools. Including GPT-4o and Gemini flash Now … Read more

XRAG-Ollama: Enabling Lightweight Local RAG Framework Deployment

XRAG-Ollama: Enabling Lightweight Local RAG Framework Deployment

XRAG supports comprehensive RAG evaluation benchmarks and toolkits, covering over 50 testing metrics for thorough evaluation and optimization of failure points in RAG. It supports comparisons among four types of advanced RAG modules (query rewriting, advanced retrieval, question-answering models, post-processing) and integrates various specific implementations within the modules, supporting the OpenAI large model API. The … Read more

Integrating Ollama Model with SiYuan Note

Integrating Ollama Model with SiYuan Note

This is a simple record and also a solution to some AI configuration issues in SiYuan Note. This article mainly discusses how to use the local Ollama model for artificial intelligence in SiYuan Note. The main plugin used is the ‘Publishing Tool’ in SiYuan Note (surprising, right?). 1. Why First, why do this? First, it’s … Read more

Ollama 0.5.7 Deployment Guide: Easily Build Your AI Assistant!

Ollama 0.5.7 Deployment Guide: Easily Build Your AI Assistant!

Introduction Do you want to run large language models locally and create your own AI assistant? The latest Ollama 0.5.7 version makes this easier than ever. By following the steps below, you will easily complete the deployment and embark on an intelligent journey!💡 🎯 What is Ollama? Ollama is a tool designed to help users … Read more

LlamaFactory Model Export Quantization

LlamaFactory Model Export Quantization

1. Each large model framework has specific format requirements for its fine-tuning data. For example, LlamaFactory supports it, and you can refer to the documentation: https://llamafactory.readthedocs.io/zh-cn/latest/getting_started/data_preparation.html 2. Convert Ruozhiba data into LlamaFactory data format. import json # Conversion function def convert_format(original_data): converted_data = [] for item in original_data: converted_item = { "instruction": item["query"], "input": "", … 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

How to Implement Local Large Models with Ollama

How to Implement Local Large Models with Ollama

I previously installed Tsinghua University’s model directly, but today I learned about a tool called Ollama, which is said to be an essential AI tool, so I wanted to try installing it. During the actual installation process, there were quite a few pitfalls for someone without magic like me, but fortunately, I ultimately achieved local … Read more