01 2025 档案
摘要:langgraph https://github.com/langchain-ai/langgraph/tree/main/examples LangGraph is a library for building stateful, multi-actor applications with LLM
阅读全文
摘要:Ray Serve https://python.langchain.com/docs/integrations/providers/ray_serve/#example-of-deploying-and-openai-chain-with-custom-prompts Ray Serve Ray
阅读全文
摘要:full-stack-fastapi-template End-to-End Testing with Playwright https://github.com/fastapi/full-stack-fastapi-template/tree/master/frontend 切换到项目使用的nod
阅读全文
摘要:What is the difference between OpenAI and ChatOpenAI in LangChain? https://stackoverflow.com/questions/76950609/what-is-the-difference-between-openai-
阅读全文
摘要:python打包工具优缺点对比 PyInstaller 优点 跨平台支持:能够在 Windows、macOS、Linux 等不同操作系统上使用,并且可以将 Python 脚本打包成对应平台的可执行文件。 依赖管理:自动检测并打包 Python 脚本所依赖的库,减少了部署时的环境配置问题。 简单易用:
阅读全文
摘要:使用 Gunicorn 部署 FastAPI 应用程序:快速而强大的组合 https://juejin.cn/post/7348003004123463717 本地部署 本地开发调试过程中,我通常是这样启动Fastapi服务的 在终端中运行: uvicorn main:app --host 0.0.
阅读全文
摘要:windows服务管理 在 Windows 系统中,有多种方法可以管理服务。以下是一些常用的服务管理方法: 1. 服务控制管理器 (SCM) 服务控制管理器是一个系统级别的工具,用于启动、停止、暂停和恢复服务。它可以通过以下方式访问: 运行命令:在“运行”对话框(快捷键 Win + R)中输入 se
阅读全文
摘要:pyinstaller https://pyinstaller.org/en/stable/installation.html PyInstaller bundles a Python application and all its dependencies into a single packag
阅读全文
摘要:Pre-training vs Fine-tuning https://developer.volcengine.com/articles/7399549896799780874 Fine-tuning 微调的技术原理是什么?在预训练模型的基础上,针对特定任务或数据领域,通过 在新任务的小规模标注数
阅读全文
摘要:Hyperparameter https://blog.csdn.net/2401_85377976/article/details/141598610 Hyperparameter超参数(Hyperparameter), 是机器学习算法中的调优参数,用于控制模型的学习过程和结构。与模型参数(Mod
阅读全文
摘要:What Is Object Storage? https://www.ibm.com/think/topics/object-storage#:~:text=Object%20storage%2C%20often%20referred%20to%20as%20object-based%20stor
阅读全文
摘要:Browser Use https://browser-use.com/ Make Websites Accessible for Agents We make websites accessible for AI agents by extracting all interactive eleme
阅读全文
摘要:browser-use/web-ui https://github.com/browser-use/web-ui This project builds upon the foundation of the browser-use, which is designed to make website
阅读全文
摘要:Generative Manim https://generative-manim.vercel.app/ ⚡️ How it works Making video animations accessible to everyone. Generative Manim is an open-sour
阅读全文
摘要:Shared responsibility in the cloud Shared responsibility in the cloud - Microsoft Azure | Microsoft Learn In an on-premises datacenter, you own the wh
阅读全文
摘要:MailCatcher https://mailcatcher.me/ https://hub.docker.com/r/schickling/mailcatcher/ Catches mail and serves it through a dream. MailCatcher runs a su
阅读全文
摘要:Use Compose Watch https://docs.docker.com/compose/how-tos/file-watch/#:~:text=Run%20docker%20compose%20up%20--watch%20to%20build%20and,source%20files%
阅读全文
摘要:docker容器添加自定义hosts https://www.cnblogs.com/erlou96/p/13884130.html 方案一 启动时增加hosts,参考自docker docs docker run -d --name test1 \ --add-host test1.a:1.2.3
阅读全文
摘要:example https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/ traefik通过docker engine访问其它容器的label信息,来做路由。 version: "3.3" services: t
阅读全文
摘要:microservice without load balancer 不带负载均衡例子。 https://github.com/GavriloviciEduard/fastapi-microservices/tree/master multiple upstream for load balance
阅读全文
摘要:What is Cloud Native? https://learn.microsoft.com/en-us/dotnet/architecture/cloud-native/definition Cloud-native technologies empower organizations to
阅读全文
摘要:docker compose watch https://docs.docker.com/compose/how-tos/file-watch/ Use Compose Watch Introduced in Docker Compose version 2.22.0 The watch attri
阅读全文