Stay Hungry,Stay Foolish!

上一页 1 2 3 4 5 6 7 8 ··· 28 下一页
摘要: movie-recommender-chatbot https://github.com/7AM7/movie-recommender-chatbot/tree/main import logging from semantic_router import Route, RouteLayer fro 阅读全文
posted @ 2024-11-14 23:14 lightsong 阅读(4) 评论(0) 推荐(0) 编辑
摘要: RAG_SemanticRouting https://github.com/UribeAlejandro/RAG_SemanticRouting/tree/main Chat Agent with semantic routing. The question is evaluated and ro 阅读全文
posted @ 2024-11-14 23:09 lightsong 阅读(7) 评论(0) 推荐(0) 编辑
摘要: LOGIC ROUTER 使用代码逻辑调用子agent https://github.com/ganeshnehru/RAG-Multi-Modal-Generative-AI-Agent import re import logging from chains.code_assistant imp 阅读全文
posted @ 2024-11-14 22:09 lightsong 阅读(16) 评论(0) 推荐(0) 编辑
摘要: YOLOv8 https://github.com/T-adnane/Fire-Detection-using-YOLOv8/tree/main https://github.com/Eemrkcgl/fire_smoke_detection/tree/main https://github.com 阅读全文
posted @ 2024-11-13 18:24 lightsong 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Single-Agent vs Multi-Agent AI Comparison https://integrail.ai/blog/single-agent-vs-multi-agent-ai-comparison Choosing the Right System The choice bet 阅读全文
posted @ 2024-11-13 18:05 lightsong 阅读(32) 评论(0) 推荐(0) 编辑
摘要: llamaindex from pathlib import Path from llama_index.core import SimpleDirectoryReader, StorageContext, Document from llama_index.core.schema import I 阅读全文
posted @ 2024-11-11 15:47 lightsong 阅读(1) 评论(0) 推荐(0) 编辑
摘要: humanlayer https://github.com/humanlayer/humanlayer?tab=readme-ov-file HumanLayer: A python toolkit to enable AI agents to communicate with humans in 阅读全文
posted @ 2024-11-10 23:33 lightsong 阅读(18) 评论(0) 推荐(0) 编辑
摘要: LLMOps Essentials: A Practical Guide to Operationalizing Large Language Models https://www.datacamp.com/blog/llmops-essentials-guide-to-operationalizi 阅读全文
posted @ 2024-11-10 23:10 lightsong 阅读(25) 评论(0) 推荐(0) 编辑
摘要: https://towardsdatascience.com/intro-to-llm-agents-with-langchain-when-rag-is-not-enough-7d8c08145834 As always, you can find the code on GitHub, and 阅读全文
posted @ 2024-11-10 23:06 lightsong 阅读(24) 评论(0) 推荐(0) 编辑
摘要: official https://python.langchain.com/v0.1/docs/modules/agents/agent_types/react/ https://python.langchain.com/v0.2/api_reference/langchain/agents/lan 阅读全文
posted @ 2024-11-10 22:43 lightsong 阅读(80) 评论(0) 推荐(0) 编辑
摘要: application and ability https://arxiv.org/pdf/2402.15116 LMAs, proficient in processing diverse data modalities, surpass language-only agents in decis 阅读全文
posted @ 2024-11-08 18:24 lightsong 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 在正态分布 中,曲线中间凸起的是“头”,两边相对平缓的部分叫做“尾”。 对于绝大部分的需求来说,都会集中在中间凸起的“头”处,但是除了“头”,还有两边长长的“尾”。不同于中间的“头”,分布在尾部的需求是个性化的,零散的,少量的需求。这部分需求,构成了一条长长的“尾巴”,所谓的长尾效应就是在于,它的数 阅读全文
posted @ 2024-11-08 17:06 lightsong 阅读(172) 评论(0) 推荐(0) 编辑
摘要: CREWAI ROUTER https://docs.crewai.com/concepts/flows The @router() decorator in Flows allows you to define conditional routing logic based on the outp 阅读全文
posted @ 2024-11-07 22:58 lightsong 阅读(16) 评论(0) 推荐(0) 编辑
摘要: CrewAI-Multimodal-Agent https://github.com/mdwoicke/CrewAI-Multimodal-Agent # AI Crew for Reviewing Markdown Syntax ## Introduction This project is an 阅读全文
posted @ 2024-11-07 22:24 lightsong 阅读(34) 评论(0) 推荐(0) 编辑
摘要: import asyncio from langchain_openai import ChatOpenAI from langchain.agents import tool from langchain_core.prompts import ChatPromptTemplate, Messag 阅读全文
posted @ 2024-11-07 22:10 lightsong 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Using environment variables https://www.jenkins.io/doc/pipeline/tour/environment/ pipeline { agent { label '!windows' } environment { DISABLE_AUTH = ' 阅读全文
posted @ 2024-10-25 17:27 lightsong 阅读(9) 评论(0) 推荐(0) 编辑
摘要: docker 镜像中的uid 在Docker镜像中,UID(用户标识符)的具体数值并不是固定的,它取决于镜像的构建方式和构建时指定的用户配置。以下是对Docker镜像中UID的详细解释: UID的分配 基础镜像:当从一个基础镜像(如Ubuntu、CentOS等)构建新的Docker镜像时,该基础镜像 阅读全文
posted @ 2024-10-24 22:04 lightsong 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 开源监控系统Prometheus的前世今生 http://www.uml.org.cn/itil/202012101.asp https://prometheus.io/docs/introduction/overview/ info数据结构 可以存储任意信息 https://prometheus. 阅读全文
posted @ 2024-10-24 09:36 lightsong 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 为什么需要Multi-agent framework? Multi-agent framework(多智能体框架)之所以被需要,主要基于以下几个方面的原因: 一、突破单智能体的限制 上下文窗口大小限制:在处理长上下文(Long Context)时,单一的智能体可能会受到上下文窗口大小的限制,导致无法 阅读全文
posted @ 2024-10-20 21:21 lightsong 阅读(262) 评论(0) 推荐(0) 编辑
摘要: docker compose secrets https://docs.docker.com/compose/how-tos/use-secrets/ A secret is any piece of data, such as a password, certificate, or API key 阅读全文
posted @ 2024-10-20 18:37 lightsong 阅读(83) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/34761047/how-to-install-jenkins-plugins-from-command-line https://github.com/jenkinsci/plugin-installation-manager 阅读全文
posted @ 2024-10-17 18:44 lightsong 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Restricting the ability for users to create projects at the Jenkins top-level vs inside Folders https://docs.cloudbees.com/docs/cloudbees-ci-kb/latest 阅读全文
posted @ 2024-10-17 18:21 lightsong 阅读(4) 评论(0) 推荐(0) 编辑
摘要: How to pass multimodal data directly to models https://python.langchain.com/v0.2/docs/how_to/multimodal_inputs/ message = HumanMessage( content=[ {"ty 阅读全文
posted @ 2024-10-16 23:29 lightsong 阅读(34) 评论(0) 推荐(0) 编辑
摘要: funasr https://www.funasr.com/#/ https://github.com/modelscope/FunASR A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrai 阅读全文
posted @ 2024-10-16 22:22 lightsong 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Openstack deployment https://zhuanlan.zhihu.com/p/25433651#:~:text=Fuel%EF%BC%9A%20Mi 部署工具 RDO:REDHAT出品,支持Redhat、CentOS等系统。RDO基于puppet部署各个组件,支持单节点或多节点 阅读全文
posted @ 2024-10-16 21:51 lightsong 阅读(19) 评论(0) 推荐(0) 编辑
摘要: EV录屏 良心软件! 免费无水印,集视频录制与直播功能于一身的桌面录屏软件 https://www.ieway.cn/evcapture.html 无水印、无录制时长限制 基础功能无使用限制,免费使用 多种录制模式 音频采集 场景编辑 定时录制 直播推流 全屏录制 选区录制 窗口录制 只录摄像头 只 阅读全文
posted @ 2024-10-12 18:04 lightsong 阅读(90) 评论(0) 推荐(0) 编辑
摘要: Dify+Ollama+llava大模型本地搭建个人AI知识库并实现远程访问 https://www.bilibili.com/video/BV1tu24YyEDh/?spm_id_from=333.337.search-card.all.click&vd_source=57e261300f39bf 阅读全文
posted @ 2024-10-09 22:10 lightsong 阅读(20) 评论(0) 推荐(0) 编辑
摘要: twemproxy https://github.com/twitter/twemproxy A fast, light-weight proxy for memcached and redis twemproxy (nutcracker) twemproxy (pronounced "two-em 阅读全文
posted @ 2024-10-06 23:13 lightsong 阅读(10) 评论(0) 推荐(0) 编辑
摘要: openstack hypervisor https://docs.redhat.com/en/documentation/red_hat_openstack_platform/8/html/configuration_reference_guide/section_compute-hypervis 阅读全文
posted @ 2024-10-06 13:03 lightsong 阅读(55) 评论(0) 推荐(0) 编辑
摘要: TaskMatrix https://github.com/chenfei-wu/TaskMatrix TaskMatrix TaskMatrix connects ChatGPT and a series of Visual Foundation Models to enable sending 阅读全文
posted @ 2024-10-06 10:07 lightsong 阅读(12) 评论(0) 推荐(0) 编辑
摘要: RAG-Multi-Modal-Generative-AI-Agent https://github.com/ganeshnehru/RAG-Multi-Modal-Generative-AI-Agent/tree/main router -> each agents. A multimodal R 阅读全文
posted @ 2024-10-05 23:25 lightsong 阅读(15) 评论(0) 推荐(0) 编辑
摘要: pyttsx3 https://github.com/nateshmbhat/pyttsx3 效果太差。 pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works 阅读全文
posted @ 2024-10-05 22:27 lightsong 阅读(90) 评论(0) 推荐(0) 编辑
摘要: litellm https://github.com/BerriAI/litellm/tree/main Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, 阅读全文
posted @ 2024-10-05 15:22 lightsong 阅读(65) 评论(0) 推荐(0) 编辑
摘要: uv https://docs.astral.sh/uv/ An extremely fast Python package and project manager, written in Rust. Installing Trio's dependencies with a warm cache. 阅读全文
posted @ 2024-10-05 12:47 lightsong 阅读(141) 评论(0) 推荐(0) 编辑
摘要: OS-Copilot https://github.com/OS-Copilot/OS-Copilot An self-improving embodied conversational agent seamlessly integrated into the operating system to 阅读全文
posted @ 2024-10-05 11:59 lightsong 阅读(52) 评论(0) 推荐(0) 编辑
摘要: minio https://github.com/minio/minio MinIO 是在 GNU Affero 通用公共许可证 v3.0 下发布的对象存储系统。它与 Amazon S3 云存储服务兼容 API。它能够处理非结构化数据,例如照片、视频、日志文件、备份和容器图像,支持的最大对象大小为 阅读全文
posted @ 2024-10-03 22:36 lightsong 阅读(66) 评论(0) 推荐(0) 编辑
摘要: agentscope https://doc.agentscope.io/en/index.html Welcome to AgentScope Tutorial AgentScope is an innovative multi-agent platform designed to empowe 阅读全文
posted @ 2024-10-03 17:49 lightsong 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 流服务器项目 https://github.com/tiangolo/nginx-rtmp-docker https://github.com/search?q=nginx%20rtmp&type=repositories RTSP 和 RTMP原理&推拉流 https://blog.csdn.ne 阅读全文
posted @ 2024-09-30 10:21 lightsong 阅读(12) 评论(0) 推荐(0) 编辑
摘要: yolov5 https://github.com/ultralytics/yolov5 对rtsp视频流的支持 https://github.com/ultralytics/yolov5/blob/master/detect.py @smart_inference_mode() def run( 阅读全文
posted @ 2024-09-30 09:17 lightsong 阅读(522) 评论(0) 推荐(0) 编辑
摘要: Top 100+ Generative AI Applications / Use Cases in 2024 https://research.aimultiple.com/generative-ai-applications/#general-generative-ai-applications 阅读全文
posted @ 2024-09-25 16:17 lightsong 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 28 下一页
千山鸟飞绝,万径人踪灭
点击右上角即可分享
微信分享提示