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.
It combines fine-tuned LLM with retrieval-augmented generation to provide accurate and explainable scheme recommendations, with intelligent follow-up questions when information is missing.
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.
Similar projects matched by category, topics, and programming language.
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.