jarlor's Stars
tonsky/FiraCode
Free monospaced font with programming ligatures
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
typst/typst
A new markup-based typesetting system that is powerful and easy to learn.
meta-llama/llama3
The official Meta Llama 3 GitHub site
infiniflow/ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
mem0ai/mem0
The Memory layer for your AI apps
Delgan/loguru
Python logging made (stupidly) simple
microsoft/graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
stanfordnlp/dspy
DSPy: The framework for programming—not prompting—foundation models
Dao-AILab/flash-attention
Fast and memory-efficient exact attention
quickwit-oss/tantivy
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
ymcui/Chinese-LLaMA-Alpaca-2
中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)
adithya-s-k/omniparse
Ingest, parse, and optimize any data format ➡️ from documents to multimedia ➡️ for enhanced compatibility with GenAI frameworks
microsoft/presidio
Context aware, pluggable and customizable data protection and de-identification SDK for text and images
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
lin-ycv/EverythingPowerToys
Everything search plugin for PowerToys Run
nicepkg/aide
Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪
spcl/graph-of-thoughts
Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
eosphoros-ai/Awesome-Text2SQL
Curated tutorials and resources for Large Language Models, Text2SQL, Text2DSL、Text2API、Text2Vis and more.
rahulnyk/knowledge_graph
Convert any text to a graph of knowledge. This can be used for Graph Augmented Generation or Knowledge Graph based QnA
BaranziniLab/KG_RAG
Empower Large Language Models (LLM) using Knowledge Graph based Retrieval-Augmented Generation (KG-RAG) for knowledge intensive tasks
microsoft/sammo
A library for prompt engineering and optimization (SAMMO = Structure-aware Multi-Objective Metaprompt Optimization)
wyl-willing/MindMap
MindMap: Knowledge Graph Prompting Sparks Graph of Thoughts in Large Language Models
KylinMountain/graphrag-server
添加🚀流式 Web 服务到 GraphRAG,兼容 OpenAI SDK,支持可访问的实体链接🔗,支持建议问题,兼容本地嵌入模型,修复诸多问题。Add streaming web server to GraphRAG, compatible with OpenAI SDK, support accessible entity link, support advice question, compatible with local embedding model, fix lots of issues.
zjunlp/IEPile
[ACL 2024] IEPile: A Large-Scale Information Extraction Corpus
AI-Study-Han/Zero-Chatgpt
从0开始,将chatgpt的技术路线跑一遍。
daskol/typst-templates
A list of paper templates in the area of machine learning.
THUDM/SelfKG
Codes for WWW2022 accepted paper: SelfKG: Self-Supervised Entity Alignment in Knowledge Graphs
sugarandgugu/Simple-Trl-Training
基于DPO算法微调语言大模型,简单好上手。