Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
它将微调的大语言模型与检索增强生成相结合,能够提供准确且可解释的计划推荐,并在信息缺失时智能地提出追问。
Krishi Sahayak is an AI-powered assistant designed to help Indian farmers identify the government agricultural schemes they are eligible for. Instead of relying on static rule-based systems or generic chatbots, the project combines Retrieval-Augmented Generation (RAG) with a QLoRA fine-tuned Qwen2.5-3B language model to provide accurate, explainable, and context-aware recommendations.
The assistant retrieves the latest scheme information from a vector database and reasons over the farmer's profile before generating a response. When essential information is missing, the model intelligently asks follow-up questions instead of making incorrect assumptions.
krishi-sahayak/
│
├── app/
│ └── app.py
│
├── rag/
│ ├── build_index.py
│ └── retriever.py
│
├── finetune/
│ ├── train_qlora.py
│ └── inference.py
│
├── data/
│ ├── schemes.json
│ └── generate_synthetic_data.py
│
├── eval/
│ ├── evaluate.py
│ └── test_profiles.json
│
├── requirements.txt
├── README.md
└── LICENSE
Farmer Query
│
▼
┌────────────────────┐
│ User Profile │
└─────────┬───────────┘
│
▼
┌────────────────────┐
│ RAG Retriever │
│ (Chroma + Embedding)│
└─────────┬───────────┘
│
Relevant Documents
│
▼
┌────────────────────────┐
│ Fine-Tuned Qwen2.5-3B │
│
Krishi Sahayak is an AI-powered agricultural assistant that combines RAG (Retrieval-Augmented Generation) and QLoRA fine-tuned Qwen2.5-3B to help Indian farmers determine eligibility for government schemes using multilingual embeddings, ChromaDB, and intelligent reasoning.
根据分类、Topic 和编程语言匹配的相似项目。
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.