为实现代码的高扩展性和兼容性,提出一套综合解决方案,支持多种大模型类型的无缝集成,包括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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 实现使用开源的LangFlow框架,零代码实现大模型相关应用如流量包推荐智能客服、RAG应用等,并使用两种方式将创建的工作流集成到自己的项目中☆32Sep 9, 2024Updated last year
- 本项目带大家搭建一个完整的AI应用全栈项目,Flask+Vue.js+CrewAI☆25Oct 11, 2024Updated last year
- Weaviate (we-vee-eight) 是一个开 源的AI原生向量数据库,可同时存储对象和向量,这样就可以将向量搜索与结构化过滤结合使用。本次分享为大家提供一份使用指南,包括如何安装部署、国内如何配置使用embedding模型、数据写入和查询☆23Apr 16, 2025Updated 11 months ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆260Sep 6, 2024Updated last year
- 本项目主要介绍prompt工程相关用例。包括模拟智能推荐客服系统构建和问答、思维链、自洽性、思维树等相关进阶demo,旨在帮助大家理解prompt。通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)并使用FastAPI对应用进行API封装。☆69Sep 26, 2024Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 使用CrewAI+FastAPI搭建多Agent协作应用并对外提供API服务,同时支持gpt、国产大模型、Ollama本地大模型。☆245Oct 20, 2024Updated last year
- MCP功能测试,编写LLM(支持OpenAI接口风格的大模型)应用程序调用MCP。MCP(模型上下文协议)是Claude开源的一种开放协议,可实现LLM应用程序与外部数据源和工具之间的无缝集成。☆81Apr 14, 2025Updated 11 months ago
- 在本项目中使用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
- chatgpt-plugins open source version.Open-ChatGPT-Plugins 旨在构建一个开放、多元化的聊天机器人插件生态系统。使得开发者可以轻松地为 ChatGPT 模型增添新的功能和交互体验。☆23Dec 28, 2023Updated 2 years ago
- MCP Server测试系列☆33May 16, 2025Updated 10 months ago
- 提供了一种gpt大模型平替解决方案实现利用非gpt大模型去使用Graphrag,支持多类型大模型如本地大模型(Ollama)、 阿里云通义千问、百度文心千帆、智谱ChatGML、讯飞星火认知、Ollama、Moonshot AI、Google Gemini等。示例代码使用阿里…☆430Nov 20, 2024Updated last year
- record and share my reading everyday☆12Apr 1, 2016Updated 10 years ago
- 本项目主要实现使用FastAPI后端框架+CrewAI实现AI Agent复杂工作流。代码实现CrewAI的Flows功能,并支持Flow运行中间结果进行持久化存储和查询(MySQL),支持多Flow并行(Celery是一个强大的异步任务队列/作业队列库)。☆120Apr 14, 2025Updated 11 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- ☆10Dec 8, 2022Updated 3 years 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核心概念介绍及相关案例测试☆44Dec 6, 2024Updated last year
- 天池大数据竞赛 千里马大赛 风险识别与预测赛题 Top5☆14May 16, 2019Updated 6 years ago
- 暑期研究:神经网络解偏微分方程(Neural networks for solving differential equations)☆14Apr 27, 2019Updated 6 years ago
- A collection of optimal and heuristic scheduling tools☆16Apr 2, 2026Updated last week
- AutoGen最新架构v0.4正式发布第一个稳定版本,v0.4是对AutoGen的一次从头开始的重写,目的是为构建Agent创建一个更健壮、可扩展、更易用的跨语言库,其应用接口采用分层架构设计,存在多套软件接口用以满足不同的场景需求 。☆112Apr 14, 2025Updated 11 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- A prometheus exporter for Supervisord☆18Nov 15, 2023Updated 2 years ago
- ☆14Nov 12, 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 11 months ago
- The source code of paper "An Effective System for Multi-format Information Extraction".☆18Aug 14, 2021Updated 4 years ago
- A modern Python REST client for Apache Tika server☆23Updated this week
- ☆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
- ☆35Feb 24, 2026Updated last month
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- KAG开源框架介绍及使用KAG实现知识增强生成应用(产品模式测试、开发者模式测试),KAG是OpenSPG发布v0.5版本中推出的知识增强生成(KAG)的专业领域知识服务框架,旨在充分利用知识图谱和向量检索的优势,增强大型语言模型和知识图谱,以解决 RAG 挑战☆155Apr 14, 2025Updated 11 months ago
- Gaussian process factor analysis with Poisson observations☆21Jul 6, 2022Updated 3 years ago
- optimistic/pessimistic db lock, optimistic lock with retry feature.☆18Feb 14, 2019Updated 7 years ago
- A reimplementation of KOSMOS-1 from "Language Is Not All You Need: Aligning Perception with Language Models"☆27Mar 3, 2023Updated 3 years ago
- 《Drools规则引擎技术指南》测试用例 整合SpringBoot☆16Dec 10, 2024Updated last year
- Code for CIKM 2019 paper "Exploiting Multiple Embeddings for Chinese Named Entity Recognition".☆24Dec 18, 2020Updated 5 years ago
- prompt提示词工程快速上手☆29Aug 30, 2024Updated last year