为实现代码的高扩展性和兼容性,提出一套综合解决方案,支持多种大模型类型的无缝集成,包括GPT系列大模型、国内主流模型(如通义千问、智谱AI等),以及本地化部署的大模型(如qwen2.5)。
☆27Nov 20, 2024Updated last year
Alternatives and similar repositories for LLMTest
Users that are interested in LLMTest are comparing it to the libraries listed below
Sorting:
- 实现使用开源的LangFlow框架,零代码实现大模型相关应用如流量包推荐智能客服、RAG应用等,并使用两种方式将创建的工作流集成到自己的项目中☆31Sep 9, 2024Updated last year
- 本项目带大家搭建一个完整的AI应用全栈项目,Flask+Vue.js+CrewAI☆25Oct 11, 2024Updated last year
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支 持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆251Sep 6, 2024Updated last year
- 本项目主要介绍prompt工程相关用例。包括模拟智能推荐客服系统构建和问答、思维链、自洽性、思维树等相关进阶demo,旨在帮助大家理解prompt。通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)并使用FastAPI对应用进行API封装。☆52Sep 26, 2024Updated last year
- 在本项目中使用Haystack框架实现模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户…☆35Dec 21, 2024Updated last year
- GraphRAG在2024.11.5发布 0.4.0新版本,引入增量更新索引和DRIFT图推理搜索查询,本项目对新增的两个新功能进行全面测试,并提供了一种支持多类型大模型使用GraphRAG解决方案,不仅支持GPT大模型,还支持本地大模型(Ollama)、阿里云通义千问、百…☆47Dec 1, 2024Updated last year
- MCP Server测试系列☆32May 16, 2025Updated 10 months ago
- 提供了一种gpt大模型平替解决方案实现利用非gpt大模型去使用Graphrag,支持多类型大模型如本地大模型(Ollama)、阿里云通义千问、百度文心千帆、智谱ChatGML、讯飞星火认知、Ollama、Moonshot AI、Google Gemini等。示例代码使用阿里…☆426Nov 20, 2024Updated last year
- (1)使用低代码平台N8N实现对多个微信公众号文章进行自动采集并保存到本地文件 ; (2)使用主流的开源云原生向量数据库milvus将采集到的数据存储到知识库中并满足语义搜索、全文搜索及混合搜索; (3)将搜索功能封装为标准的MCP Server对外提供服务;(4)大模型(…☆40Sep 15, 2025Updated 6 months ago
- record and share my reading everyday☆12Apr 1, 2016Updated 9 years ago
- SCIM 2.0 JAVA development kit☆18May 2, 2025Updated 10 months ago
- ☆10Dec 8, 2022Updated 3 years ago
- 本项目主要实现使用FastAPI后端框架+CrewAI实现AI Agent复杂工作流。代码实现CrewAI的Flows功能,并支持Flow运行中间结果进行持久化存储和查询(MySQL),支持多Flow并行(Celery是一个强大的异步任务队列/作业队列库)。☆119Apr 14, 2025Updated 11 months ago
- 根据Tornado、peewee-async、aioredis 组建的异步框架的☆17Sep 22, 2020Updated 5 years ago
- ⛏️This is the storage of my Slides、Reports and Papers. | 存储PPT、报告和论文☆12Oct 27, 2024Updated last year
- Redis高可用管理后台系统☆12Apr 22, 2016Updated 9 years ago
- 开源多Agent智能体协作框架MetaGPT核心概念介绍及相关案例测试☆41Dec 6, 2024Updated last year
- 天池大数据竞赛 千里马大赛 风险识别与预测赛题 Top5☆14May 16, 2019Updated 6 years ago
- 大模型应用技术开发入门系列☆98Feb 28, 2026Updated 3 weeks ago
- 基于大语言模型API(本地或商用API)的外挂知识库问答系统(附neo4j实现知识图谱)☆51Jun 10, 2025Updated 9 months ago
- PydanticAI开源框架,搭建基于PostgreSQL、MySQL的Text2SQL应用进行SQL语句生成,支持GPT大模型、国产大模型、开源本地大模型☆15Dec 26, 2024Updated last year
- ☆15May 21, 2020Updated 5 years ago
- 暑期研究:神经网络解偏微分方程(Neural networks for solving differential equations)☆14Apr 27, 2019Updated 6 years ago
- Kubernetes 中的 gRPC 负载均衡☆13Dec 15, 2021Updated 4 years ago
- A collection of optimal and heuristic scheduling tools☆16Mar 11, 2026Updated last week
- ☆14Nov 12, 2021Updated 4 years ago
- The source code of paper "An Effective System for Multi-format Information Extraction".☆18Aug 14, 2021Updated 4 years ago
- This repo offers advanced tutorials for LLMs, BERT-based models, and multimodal models, covering fine-tuning, quantization, vocabulary ex…☆24May 5, 2025Updated 10 months ago
- ☆11Oct 13, 2020Updated 5 years ago
- 2021 语言与智能技术竞赛关系 篇章级关系抽取☆18Sep 8, 2021Updated 4 years ago
- 自定义的spring-boot的feign httpclient starter,为feign替换原生的URLConnection使用httpclient提供简易的配置并集成spring-boot的auto configuration☆16Jun 14, 2017Updated 8 years ago
- Performance bottleneck solution for Registry in large-scale service scenario☆14Dec 16, 2022Updated 3 years ago
- ☆35Feb 24, 2026Updated 3 weeks ago
- KAG开源框架介绍及使用KAG实现知识增强生成应用(产品模式测试、开发者模式测试),KAG是OpenSPG发布v0.5版本中推出的知识增强生成(KAG)的专业领域知识服务框架,旨在充分利用知识图谱和向量检索的优势,增强大型语言模型和知识图谱,以解决 RAG 挑战☆154Apr 14, 2025Updated 11 months ago
- LightRAG与GraphRAG在索引构建、检索测试中的耗时、模型请求次数、Token消耗金额、检索质量等方面进行对比☆165Dec 1, 2024Updated last year
- KGB-RAG是一个基于neo4j图数据库和其他图数据库的知识图谱检索系统,它可以根据用户的自然语句提问,从原数据库获取相关实体信息,并通过知识图谱检索技术以及结合大模型自身能力来增强回答用户的自然语言提问。☆64Dec 20, 2024Updated last year
- Artifitial Neural Networks for Solving Ordinary and Partial Differential Equations, in this case, Schrodinger's Equation for One Particle…☆19May 17, 2024Updated last year
- 系统后台管理☆26Oct 3, 2019Updated 6 years ago
- Gaussian process factor analysis with Poisson observations☆20Jul 6, 2022Updated 3 years ago