Stay Hungry,Stay Foolish!

上一页 1 2 3 4 5 6 7 ··· 28 下一页
摘要: FastAPI in Containers - Docker https://fastapi.tiangolo.com/deployment/ https://fastapi.tiangolo.com/deployment/server-workers/ off-the-shelf https:// 阅读全文
posted @ 2024-12-15 11:09 lightsong 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Implementing Memory in LLM Applications Using LangChain https://www.codecademy.com/article/implementing-memory-in-llm-applications-using-lang-chain 老版 阅读全文
posted @ 2024-12-14 23:42 lightsong 阅读(29) 评论(0) 推荐(0) 编辑
摘要: Netflix/zuul https://github.com/Netflix/zuul Zuul is an L7 application gateway that provides capabilities for dynamic routing, monitoring, resiliency, 阅读全文
posted @ 2024-12-14 22:31 lightsong 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Zuul powers some of the largest Open Source development efforts https://zuul-ci.org/ Project Gating Keep your builds evergreen by automatically mergin 阅读全文
posted @ 2024-12-14 22:11 lightsong 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Jenkins Job building monitor 自带两个插件 https://plugins.jenkins.io/jenkinswalldisplay/releases/ https://plugins.jenkins.io/build-monitor-plugin/releases/ 阅读全文
posted @ 2024-12-14 13:19 lightsong 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Data Warehouse https://www.coursera.org/in/articles/data-warehouse What is a data warehouse? A data warehouse, or enterprise data warehouse (EDW), is 阅读全文
posted @ 2024-12-12 11:24 lightsong 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://www.dheeraj3choudhary.com/automate-s3-data-etl-pipelines-with-aws-glue-using-terraform/ Creating an ETL pipeline with AWS Glue and Terraform c 阅读全文
posted @ 2024-12-12 11:15 lightsong 阅读(3) 评论(0) 推荐(0) 编辑
摘要: What Are Workflow Management and Orchestration Tools? https://understandingdata.com/posts/apache-airflow-vs-prefect/ As data pipelines and their vario 阅读全文
posted @ 2024-12-12 09:49 lightsong 阅读(13) 评论(0) 推荐(0) 编辑
摘要: cProfile.run('re.compile("foo|bar")', 'restats') https://docs.python.org/3/library/profile.html import cProfile import re cProfile.run('re.compile("fo 阅读全文
posted @ 2024-12-11 21:28 lightsong 阅读(5) 评论(0) 推荐(0) 编辑
摘要: mlflow https://mlflow.org/#core-concepts ML and GenAI made simple Build better models and generative AI apps on a unified, end-to-end,open source MLOp 阅读全文
posted @ 2024-12-10 22:16 lightsong 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/168361742 作者:京东科技开发者链接:https://zhuanlan.zhihu.com/p/168361742来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 Kubernetes 应该是最近最火的云 阅读全文
posted @ 2024-12-10 21:52 lightsong 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Langchain Chain Agent - Zero-shot ReAct https://zhuanlan.zhihu.com/p/645216766 "ReAct"一词源于 ReAct: Synergizing Reasoning and Acting in Language Models 阅读全文
posted @ 2024-12-09 10:48 lightsong 阅读(30) 评论(0) 推荐(0) 编辑
摘要: robotframework https://docs.robotframework.org/ Robot Framework Guides You want to get started with Robot Framework? Need some hints and examples? The 阅读全文
posted @ 2024-12-07 22:19 lightsong 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(11) 评论(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 阅读(10) 评论(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 阅读(17) 评论(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 阅读(3) 评论(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 阅读(109) 评论(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 阅读(20) 评论(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 阅读(27) 评论(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 阅读(21) 评论(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 阅读(6) 评论(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 阅读(12) 评论(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 阅读(6) 评论(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 阅读(10) 评论(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 阅读(30) 评论(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 阅读(12) 评论(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 阅读(10) 评论(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 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Jenkins PipeLine 联动参数 https://blog.csdn.net/smartvxworks/article/details/137716743 properties([ parameters([ [$class: "ChoiceParameter", choiceType: " 阅读全文
posted @ 2024-11-28 22:10 lightsong 阅读(25) 评论(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 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Computer Vision https://zhuanlan.zhihu.com/p/44420871 1.1 概念 计算机视觉(Computer Vision)是研究计算机如何像人类视觉系统 一样,从数字图像或视频中理解其高层内涵的一门学科,简言之就是研究如何让计算机看懂世界,由于它包括对数字 阅读全文
posted @ 2024-11-22 23:17 lightsong 阅读(16) 评论(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 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/benbenlv_0527/article/details/103992093 什么是OAMOAM是指根据运营商网络运营的实际需要,通常将网络的管理工作划分为3大类:操作(Operation)、管理(Administration)、维护(Maintenan 阅读全文
posted @ 2024-11-18 10:39 lightsong 阅读(14) 评论(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 阅读(16) 评论(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 阅读(50) 评论(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 阅读(56) 评论(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 阅读(22) 评论(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 阅读(273) 评论(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 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 28 下一页
千山鸟飞绝,万径人踪灭
点击右上角即可分享
微信分享提示