实现使用开源的LangFlow框架,零代码实现大模型相关应用如流量包推荐智能客服、RAG应用等,并使用两种方式将创建的工作流集成到自己的项目中
☆31Sep 9, 2024Updated last year
Alternatives and similar repositories for LangFlowTest
Users that are interested in LangFlowTest are comparing it to the libraries listed below
Sorting:
- 为实现代码的高扩展性和兼容性,提出一套综合解决方案,支持多种大模型类型的无缝集成,包括GPT系列大模型、国内主流模型(如通义千问、智谱AI等),以及本地化部署的大模型(如qwen2.5)。☆27Nov 20, 2024Updated last year
- 本项目带大家搭建一个完整的AI应用全栈项目,Flask+Vue.js+CrewAI☆25Oct 11, 2024Updated last year
- Langflow chat proxy and frontend using FastAPI and HTMX☆16Jul 11, 2024Updated last year
- 本项目主要介绍prompt工程相关用例。包括模拟智能推荐客服系统构建和问答、思维链、自洽性、思维树等相关进阶demo,旨在帮助大家理解prompt。通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)并使用FastAPI对应用进行API封装。☆52Sep 26, 2024Updated last year
- Weaviate (we-vee-eight) 是一个开源的AI原生向量数据库,可同时存储对象和向量,这样就可以将向量搜索与结构化过滤结合使用。本次分享为大家提供一份使用指南,包括如何安装部署、国内如何配置使用embedding模型、数据写入和查询☆23Apr 16, 2025Updated 11 months ago
- GraphRAG在2024.11.5发布 0.4.0新版本,引入增量更新索引和DRIFT图推理搜索查询,本项目对新增的两个新功能进行全面测试,并提供了一种支持多类型大模型使用GraphRAG解决方案,不仅支持GPT大模型,还支持本地大模型(Ollama)、阿里云通义千问、百…☆47Dec 1, 2024Updated last year
- 该企业智能办公智能体项目深度融合了LLM、向量数据库与语音识别技术,为企业提供了统一、智能的信息处理与决策支持中心。该系统核心具备三大能力:1. 它能构建企业专属知识库,通过对PDF、Word等文档的智能解析与检索,让员工能通过自然语言快速获取精准的政策、流程信息。2. 它…☆26Sep 7, 2025Updated 6 months ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆251Sep 6, 2024Updated last year
- ☆21Jun 25, 2024Updated last year
- AI Explans AI demo with a RAG application built using LangFlow and StreamLit☆14Apr 30, 2024Updated last year
- 本项目旨在提供一个微调酒店推荐垂直领域大模型并应用的完整闭环案例作为大家的参考案例。本项目使用的基础大模型为Qwen2.5-7B-Instruct。项目特色:完整的垂直应用案例闭环、项目源码剖析开源共享、详实的图文指导手册、手把手全流程实操演示视频☆88Apr 23, 2025Updated 10 months ago
- (1)使用低代码平台N8N实现对多个微信公众号文章进行自动采集并保存到本地文件 ; (2)使用主流的开源云原生向量数据库milvus将采集到的数据存储到知识库中并满足语义搜索、全文搜索及混合搜索; (3)将搜索功能封装为标准的MCP Server对外提供服务;(4)大模型(…☆40Sep 15, 2025Updated 6 months ago
- Langflow Extras Template☆16Aug 11, 2023Updated 2 years ago
- ☆12Jul 24, 2024Updated last year
- MCP功能测试,编写LLM(支持OpenAI接口风格的大模型)应用程序调用MCP。MCP(模型上下文协议)是Claude开源的一种开放协议,可实现LLM应用程序与外部数据源和工具之间的无缝集成。☆81Apr 14, 2025Updated 11 months ago
- Uncover the logic behind flowise and langflow☆21Jun 12, 2023Updated 2 years ago
- ☆10Oct 23, 2024Updated last year
- MCP Server测试系列☆32May 16, 2025Updated 10 months ago
- A template to deploy langflow in Railway☆17Jan 10, 2024Updated 2 years ago
- 本项目主要实现使用FastAPI后端框架+CrewAI实现AI Agent复杂工作流。代码实现CrewAI的Flows功能,并支持Flow运行中间结果进行持久化存储和查询(MySQL),支持多Flow并行(Celery是一个强大的异步任务队列/作业队列库)。☆119Apr 14, 2025Updated 11 months ago
- Simple Docker wrapper for LangFlow☆23May 17, 2023Updated 2 years ago
- 提供了一种gpt大模型平替解决方案实现利用非gpt大模型去使用Graphrag,支持多类型大模型如本地大模型(Ollama)、阿里云通义千问、百度文心千帆、智谱ChatGML、讯飞星火认知、Ollama、Moonshot AI、Google Gemini等。示例代码使用阿里…☆426Nov 20, 2024Updated last year
- yolov8-seg Detect and identify various types of seals (yolov8 实现 印章检测)☆17Nov 20, 2024Updated last year
- 服务端:Git开源项目Dify,前端:Dify-web。是我自己结合AI开发的一个web应用,目前支持:流式输出、文字转语音、markdown、上下文持续对话。其它功能接口待补充,欢迎一起学习交流完善!☆45Jul 18, 2025Updated 8 months ago
- 使用CrewAI+FastAPI搭建多Agent协作应用并对外提供API服务,同时支持gpt、国产大模型、Ollama本地大模型。☆225Oct 20, 2024Updated last year
- ☆19Oct 9, 2024Updated last year
- It is a API responsible to intermediate the comunication between Langflow and Streamlit applications.☆38Aug 22, 2024Updated last year
- 01. Enabling various applications to be AI-enabled or used by AI.☆27Apr 25, 2024Updated last year
- java文档转换工具。目前已实现: pdf转md(pdf转markdown:能够将pdf格式的文件转换成markdown格式的文件,支持同步同时转换图片和文本。);☆10Jan 27, 2021Updated 5 years ago
- PydanticAI开源框架,搭建基于PostgreSQL、MySQL的Text2SQL应用进行SQL语句生成,支持GPT大模型、国产大模型、开源本地大模型☆15Dec 26, 2024Updated last year
- ☆11Updated this week
- An AI Agent App template using NextJS, Supabase, and Langflow☆43Sep 8, 2024Updated last year
- ☆12Feb 4, 2025Updated last year
- WIP☆14Jan 15, 2024Updated 2 years ago
- Docker Compose 好几键部署 Tabby Web 套装☆10Mar 18, 2022Updated 4 years ago
- An unofficial (self-hosted) API tunnel that provides access to Grok3 through a simple REST interface.☆10Feb 28, 2025Updated last year
- dify DSL files collections☆32Jul 24, 2024Updated last year
- 【0.47.x及以上】续杯Cursor插件,仅供学习使用,请勿传播推广,支持自定义安装路径、机器码等能力☆11Apr 15, 2025Updated 11 months ago
- A stand-alone character recognition micro-service with a RESTful API☆21Mar 6, 2026Updated 2 weeks ago