Stay Hungry,Stay Foolish!

摘要: copying model and updating field https://github.com/pydantic/pydantic/discussions/2710 from datetime import datetime from typing import List, Optional 阅读全文
posted @ 2024-11-18 18:29 lightsong 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Message histories https://python.langchain.com/docs/integrations/memory/ 众多数据库支持。 redis数据库 https://www.cnblogs.com/mangod/p/18243321 from langchain_co 阅读全文
posted @ 2024-11-18 10:24 lightsong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: aiortc https://github.com/aiortc/aiortc/tree/main WebRTC and ORTC implementation for Python using asyncio What is aiortc? aiortc is a library for Web 阅读全文
posted @ 2024-11-17 20:23 lightsong 阅读(1) 评论(0) 推荐(0) 编辑
摘要: GoEx: A Runtime for Autonomous LLM Applications https://gorilla.cs.berkeley.edu/blogs/10_gorilla_exec_engine.html Moving from Chatbots to Autonomous A 阅读全文
posted @ 2024-11-17 19:32 lightsong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: semantic-router https://www.aurelio.ai/semantic-router DeterministicDecision Makingfor AI. Semantic Router is a superfast decision-making layer for yo 阅读全文
posted @ 2024-11-17 16:27 lightsong 阅读(3) 评论(0) 推荐(0) 编辑
摘要: groq https://console.groq.com/playground https://groq.com/ Welcome to GroqChat™, we're glad you're here! Please enjoy this fast AI inference demo Powe 阅读全文
posted @ 2024-11-15 23:33 lightsong 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Mastering RAG Chatbots: Semantic Router — RAG gateway https://medium.com/@talon8080/mastering-rag-chatbots-semantic-router-rag-gateway-part-1-0773cf4e 阅读全文
posted @ 2024-11-15 18:57 lightsong 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(3) 评论(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 阅读(4) 评论(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 阅读(1) 评论(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 阅读(2) 评论(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 阅读(7) 评论(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 阅读(7) 评论(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 阅读(10) 评论(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 阅读(15) 评论(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 阅读(9) 评论(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 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 在正态分布 中,曲线中间凸起的是“头”,两边相对平缓的部分叫做“尾”。 对于绝大部分的需求来说,都会集中在中间凸起的“头”处,但是除了“头”,还有两边长长的“尾”。不同于中间的“头”,分布在尾部的需求是个性化的,零散的,少量的需求。这部分需求,构成了一条长长的“尾巴”,所谓的长尾效应就是在于,它的数 阅读全文
posted @ 2024-11-08 17:06 lightsong 阅读(15) 评论(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 阅读(4) 评论(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 阅读(9) 评论(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 阅读(3) 评论(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 阅读(8) 评论(0) 推荐(0) 编辑
摘要: docker 镜像中的uid 在Docker镜像中,UID(用户标识符)的具体数值并不是固定的,它取决于镜像的构建方式和构建时指定的用户配置。以下是对Docker镜像中UID的详细解释: UID的分配 基础镜像:当从一个基础镜像(如Ubuntu、CentOS等)构建新的Docker镜像时,该基础镜像 阅读全文
posted @ 2024-10-24 22:04 lightsong 阅读(41) 评论(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 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 为什么需要Multi-agent framework? Multi-agent framework(多智能体框架)之所以被需要,主要基于以下几个方面的原因: 一、突破单智能体的限制 上下文窗口大小限制:在处理长上下文(Long Context)时,单一的智能体可能会受到上下文窗口大小的限制,导致无法 阅读全文
posted @ 2024-10-20 21:21 lightsong 阅读(57) 评论(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 阅读(22) 评论(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 阅读(8) 评论(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 阅读(3) 评论(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 阅读(10) 评论(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 阅读(30) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑
摘要: EV录屏 良心软件! 免费无水印,集视频录制与直播功能于一身的桌面录屏软件 https://www.ieway.cn/evcapture.html 无水印、无录制时长限制 基础功能无使用限制,免费使用 多种录制模式 音频采集 场景编辑 定时录制 直播推流 全屏录制 选区录制 窗口录制 只录摄像头 只 阅读全文
posted @ 2024-10-12 18:04 lightsong 阅读(16) 评论(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 阅读(9) 评论(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 阅读(6) 评论(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 阅读(18) 评论(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 阅读(7) 评论(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 阅读(6) 评论(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 阅读(31) 评论(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 阅读(16) 评论(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 阅读(40) 评论(0) 推荐(0) 编辑
Life Is Short, We Need Ship To Travel