owenliang / asyncio-threadpool-demoLinks
fastapi异步IO+threadpool线程池的工作原理
☆15Updated last year
Alternatives and similar repositories for asyncio-threadpool-demo
Users that are interested in asyncio-threadpool-demo are comparing it to the libraries listed below
Sorting:
- 本项目用于Embedding模型的相关实验,包括Embedding模型评估、Embedding模型微调、Embedding模型量化等。☆57Updated last year
- 本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.☆270Updated last week
- 本项目主要介绍prompt工程相关用例。包括模拟智能推荐客服系统构建和问答、思维链、自洽性、思维树等相关进阶demo,旨在帮助大家理解prompt。通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)并使用FastAPI对应用进行API封装。☆31Updated 10 months ago
- A simple, easy-to-hack GraphRAG implementation☆13Updated 10 months ago
- 基于大语言模型的检索增强生成RAG示例☆153Updated 2 months ago
- 雅意信息抽取大模型:在百万级人工构造的高质量信息抽取数据上进行指令微调,由中科闻歌算法团队研发。 (Repo for YAYI Unified Information Extraction Model)☆306Updated 11 months ago
- GraphRAG的应用实例,项目特点在于提供了替换OpenAI模型的方法,并通过修改原有提示和切分文档的方法,提高了GraphRAG处理中文内容的能力。☆166Updated 9 months ago
- qwen ai agent☆135Updated last year
- ChatGPT WebUI using gradio. 给 LLM 对话和检索知识问答RAG提供一个简单好用的Web UI界面☆131Updated 11 months ago
- 探索 LLM 在法律行业的应用潜力☆91Updated 7 months ago
- 快速入门RAG与私有化部署☆197Updated last year
- RAGOnMedicalKG,将大模型RAG与KG结合,完成demo级问答,旨在给出基础的思路。☆307Updated last year
- AI 应用示例合集☆102Updated last year
- 对深度学习中的NLP进行解释和代码使用☆54Updated last year
- 利用开源大模型,通过RAG(检索增强生成)技术,实现基于企业内部知识图谱的,可内网运行的大模型智能客服☆70Updated last year
- RAG 论文学习☆153Updated 4 months ago
- BERT-based intent and slots detector for chatbots.☆201Updated 5 months ago
- kbqa,langchain,large langauge model, chatgpt☆81Updated 9 months ago
- prompt 工程项目案例☆96Updated 4 months ago
- 360LayoutAnaylsis, a series Document Analysis Models and Datasets deleveped by 360 AI Research Institute☆292Updated 10 months ago
- NLP 项目记录档案☆57Updated 3 months ago
- CRUD-RAG: A Comprehensive Chinese Benchmark for Retrieval-Augmented Generation of Large Language Models☆323Updated 2 months ago
- 通义千问VLLM推理部署DEMO☆592Updated last year
- 学习开源chatGPT类模型的指南,汇总各种训练数据获取、模型微调、模型服务的方法,以及记录自己操作总遇到的各种常见坑,欢迎收藏、转发,希望能帮你省一些时间☆76Updated last year
- TianGong-AI-Unstructure☆68Updated last month
- Alpaca Chinese Dataset -- 中文指令微调数据集☆209Updated 9 months ago
- gpt_server是一个用于生产级部署LLMs、Embedding、Reranker、ASR和TTS的开源框架。☆202Updated last week
- 智谱AI 2024年金融行业大模型挑战赛仓库☆52Updated 5 months ago
- RAG向量召回示例☆131Updated last year
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆153Updated 10 months ago