Stay Hungry,Stay Foolish!

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
摘要: Deploying LLM Applications with LangServe https://www.datacamp.com/tutorial/deploying-llm-applications-with-langserve Deploying a large language model 阅读全文
posted @ 2024-12-01 12:53 lightsong 阅读(83) 评论(0) 推荐(0)
摘要: LangServe https://python.langchain.com/v0.1/docs/langserve/ LangServe helps developers deploy LangChain runnables and chains as a REST API. This libra 阅读全文
posted @ 2024-12-01 12:50 lightsong 阅读(98) 评论(0) 推荐(0)
摘要: Working with the Container registry https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry Pu 阅读全文
posted @ 2024-12-01 12:27 lightsong 阅读(102) 评论(0) 推荐(0)
摘要: use-case-airflow-llm-rag-finance https://github.com/fanqingsong/use-case-airflow-llm-rag-finance/tree/main airflow更新文档到向量数据库,应用使用向量数据库。 LLMOps: Automa 阅读全文
posted @ 2024-11-30 22:57 lightsong 阅读(23) 评论(0) 推荐(0)
摘要: What is a service mesh? https://www.techtarget.com/searchitoperations/definition/service-mesh A service mesh is a dedicated infrastructure layer that 阅读全文
posted @ 2024-11-30 22:48 lightsong 阅读(52) 评论(0) 推荐(0)
摘要: https://philcalcado.com/2017/08/03/pattern_service_mesh.html Since their first introduction many decades ago, we learnt that distributed systems enabl 阅读全文
posted @ 2024-11-30 22:32 lightsong 阅读(32) 评论(0) 推荐(0)
摘要: vault-local-dev https://github.com/fanqingsong/vault-local-dev Vault for Local Development This is a docker compose setup for development work using V 阅读全文
posted @ 2024-11-30 20:57 lightsong 阅读(29) 评论(0) 推荐(0)
摘要: IaC(Infrastructure as Code) https://www.zhihu.com/question/346381748 IaC(Infrastructure as Code) 表示基础设施即代码,是DevOps中的一个重要实践。 IaC的主要思想是将服务器、网络、存储、安全等基础架 阅读全文
posted @ 2024-11-30 17:17 lightsong 阅读(96) 评论(0) 推荐(0)
摘要: langchain_core.utils.image https://api.python.langchain.com/en/latest/_modules/langchain_core/utils/image.html import base64 import mimetypes [docs]de 阅读全文
posted @ 2024-11-29 21:34 lightsong 阅读(50) 评论(0) 推荐(0)
摘要: Image Extraction with Langchain and Gemini: A Step-by-Step Guide https://medium.com/vectrix-ai/image-extraction-with-langchain-and-gemini-a-step-by-st 阅读全文
posted @ 2024-11-29 21:11 lightsong 阅读(70) 评论(0) 推荐(0)
摘要: Structured Output https://python.langchain.com/v0.1/docs/modules/model_io/chat/structured_output/ It is often crucial to have LLMs return structured o 阅读全文
posted @ 2024-11-28 22:49 lightsong 阅读(116) 评论(0) 推荐(0)
摘要: Jenkins PipeLine 联动参数 https://blog.csdn.net/smartvxworks/article/details/137716743 properties([ parameters([ [$class: "ChoiceParameter", choiceType: " 阅读全文
posted @ 2024-11-28 22:10 lightsong 阅读(63) 评论(0) 推荐(0)
摘要: openCV检测物体是否运动 https://blog.csdn.net/XiBuQiuChong/article/details/135419293 int fmle::capCam() { videoCap.open(0); cv::Mat frame1, frame2; BOOL ifSucc 阅读全文
posted @ 2024-11-22 23:27 lightsong 阅读(107) 评论(0) 推荐(0)
摘要: Computer Vision https://zhuanlan.zhihu.com/p/44420871 1.1 概念 计算机视觉(Computer Vision)是研究计算机如何像人类视觉系统 一样,从数字图像或视频中理解其高层内涵的一门学科,简言之就是研究如何让计算机看懂世界,由于它包括对数字 阅读全文
posted @ 2024-11-22 23:17 lightsong 阅读(96) 评论(0) 推荐(0)
摘要: 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 阅读(47) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/benbenlv_0527/article/details/103992093 什么是OAMOAM是指根据运营商网络运营的实际需要,通常将网络的管理工作划分为3大类:操作(Operation)、管理(Administration)、维护(Maintenan 阅读全文
posted @ 2024-11-18 10:39 lightsong 阅读(41) 评论(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 阅读(112) 评论(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 阅读(138) 评论(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:33 lightsong 阅读(261) 评论(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 阅读(97) 评论(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 阅读(484) 评论(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 阅读(123) 评论(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 阅读(20) 评论(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 阅读(30) 评论(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 阅读(72) 评论(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 阅读(71) 评论(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 阅读(115) 评论(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 阅读(22) 评论(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 阅读(64) 评论(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 阅读(82) 评论(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 阅读(85) 评论(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 阅读(270) 评论(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 阅读(40) 评论(0) 推荐(0)
摘要: 在正态分布 中,曲线中间凸起的是“头”,两边相对平缓的部分叫做“尾”。 对于绝大部分的需求来说,都会集中在中间凸起的“头”处,但是除了“头”,还有两边长长的“尾”。不同于中间的“头”,分布在尾部的需求是个性化的,零散的,少量的需求。这部分需求,构成了一条长长的“尾巴”,所谓的长尾效应就是在于,它的数 阅读全文
posted @ 2024-11-08 17:06 lightsong 阅读(584) 评论(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 阅读(63) 评论(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 阅读(109) 评论(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 阅读(49) 评论(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 阅读(16) 评论(0) 推荐(0)
摘要: docker 镜像中的uid 在Docker镜像中,UID(用户标识符)的具体数值并不是固定的,它取决于镜像的构建方式和构建时指定的用户配置。以下是对Docker镜像中UID的详细解释: UID的分配 基础镜像:当从一个基础镜像(如Ubuntu、CentOS等)构建新的Docker镜像时,该基础镜像 阅读全文
posted @ 2024-10-24 22:04 lightsong 阅读(280) 评论(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 阅读(73) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
千山鸟飞绝,万径人踪灭