Stay Hungry,Stay Foolish!

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
摘要: A lightweight, ultra-fast tool for building observability pipelines https://vector.dev/ Take control of your observability data Collect, transform, an 阅读全文
posted @ 2024-12-06 22:09 lightsong 阅读(41) 评论(0) 推荐(0)
摘要: This project demonstrates how to use socket.io with FastAPI and React https://github.com/jrdeveloper124/socketio-app/tree/main You can use WebSockets 阅读全文
posted @ 2024-12-04 23:07 lightsong 阅读(98) 评论(0) 推荐(0)
摘要: ai-assistant stream with websocket. https://github.com/dpills/ai-assistant/blob/master/main.py from typing import AsyncGenerator, NoReturn import uvic 阅读全文
posted @ 2024-12-04 22:57 lightsong 阅读(63) 评论(0) 推荐(0)
摘要: https://socket.io/docs/v4/emitting-events/#Acknowledgements Acknowledgements Events are great, but in some cases you may want a more classic request-r 阅读全文
posted @ 2024-12-04 22:54 lightsong 阅读(31) 评论(0) 推荐(0)
摘要: agent_scratchpad https://cookbook.langchain.com.cn/docs/langchain-agents/ In [17]: print(zero_shot_agent.agent.llm_chain.prompt.template) Out [17]: An 阅读全文
posted @ 2024-12-01 19:34 lightsong 阅读(575) 评论(0) 推荐(0)
摘要: 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 阅读(91) 评论(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 阅读(112) 评论(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 阅读(110) 评论(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 阅读(25) 评论(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 阅读(55) 评论(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 阅读(35) 评论(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 阅读(37) 评论(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 阅读(106) 评论(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 阅读(57) 评论(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 阅读(85) 评论(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 阅读(131) 评论(0) 推荐(0)
摘要: Jenkins PipeLine 联动参数 https://blog.csdn.net/smartvxworks/article/details/137716743 properties([ parameters([ [$class: "ChoiceParameter", choiceType: " 阅读全文
posted @ 2024-11-28 22:10 lightsong 阅读(68) 评论(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 阅读(112) 评论(0) 推荐(0)
摘要: Computer Vision https://zhuanlan.zhihu.com/p/44420871 1.1 概念 计算机视觉(Computer Vision)是研究计算机如何像人类视觉系统 一样,从数字图像或视频中理解其高层内涵的一门学科,简言之就是研究如何让计算机看懂世界,由于它包括对数字 阅读全文
posted @ 2024-11-22 23:17 lightsong 阅读(119) 评论(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 阅读(51) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/benbenlv_0527/article/details/103992093 什么是OAMOAM是指根据运营商网络运营的实际需要,通常将网络的管理工作划分为3大类:操作(Operation)、管理(Administration)、维护(Maintenan 阅读全文
posted @ 2024-11-18 10:39 lightsong 阅读(47) 评论(0) 推荐(0)
摘要: Message histories https://python.langchain.com/docs/integrations/memory/ 众多数据库支持。 redis数据库 https://chuna2.787528.xyz/mangod/p/18243321 from langchain_co 阅读全文
posted @ 2024-11-18 10:24 lightsong 阅读(130) 评论(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 阅读(149) 评论(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 阅读(284) 评论(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 阅读(104) 评论(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 阅读(532) 评论(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 阅读(136) 评论(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 阅读(24) 评论(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 阅读(37) 评论(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 阅读(84) 评论(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 阅读(84) 评论(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 阅读(129) 评论(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 阅读(23) 评论(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 阅读(70) 评论(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 阅读(98) 评论(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 阅读(97) 评论(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 阅读(292) 评论(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 阅读(47) 评论(0) 推荐(0)
摘要: 在正态分布 中,曲线中间凸起的是“头”,两边相对平缓的部分叫做“尾”。 对于绝大部分的需求来说,都会集中在中间凸起的“头”处,但是除了“头”,还有两边长长的“尾”。不同于中间的“头”,分布在尾部的需求是个性化的,零散的,少量的需求。这部分需求,构成了一条长长的“尾巴”,所谓的长尾效应就是在于,它的数 阅读全文
posted @ 2024-11-08 17:06 lightsong 阅读(620) 评论(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 阅读(70) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
千山鸟飞绝,万径人踪灭