随笔分类 -  Python

Python Chroma 相关命令
摘要:@echo offtitle Jupyter Notebook - 无密码模式echo 正在启动 Jupyter Notebook(无密码)... REM 设置环境call conda activate chroma-env REM 启动 Jupyter(禁用 token)jupyter noteb 阅读全文

posted @ 2026-01-21 22:07 freeliver54 阅读(11) 评论(0) 推荐(0)

国内网络环境下 MiniConda + Jupyter + ChromaDB 安装教程
摘要:国内网络环境下 MiniConda + Jupyter + ChromaDB 安装教程 针对国内网络环境,使用国内镜像源加速下载。 第一部分:安装 MiniConda(使用国内下载源) 步骤 1:下载 MiniConda(国内镜像) 清华大学镜像源: text 复制 下载 https://mirro 阅读全文

posted @ 2026-01-20 21:28 freeliver54 阅读(170) 评论(0) 推荐(0)

[转]LLM-QuickStart transformers pipelines
摘要:LLM-quickstart/transformers/pipelines.ipynb at main · DjangoPeng/LLM-quickstart HF-Mirror https://hf-mirror.com/ 阅读全文

posted @ 2025-08-16 07:42 freeliver54 阅读(12) 评论(1) 推荐(0)

milvus 高性能向量数据库
摘要:Milvus | 高性能向量数据库,为规模而构建 Milvus 架构概述 | Milvus 文档 Milvus 架构概述 Milvus 是一个开源 云原生向量数据库,专为在海量向量数据集上进行高性能相似性搜索而设计。它建立在流行的向量搜索库(包括 Faiss、HNSW、DiskANN 和 SCANN 阅读全文

posted @ 2025-08-12 22:03 freeliver54 阅读(249) 评论(0) 推荐(0)

[转]BGE M3-Embedding 模型介绍
摘要:本文转自:BGE M3-Embedding 模型介绍 - JadePeng - 博客园 BGE M3-Embedding来自BAAI和中国科学技术大学,是BAAI开源的模型。相关论文在https://arxiv.org/abs/2402.03216,论文提出了一种新的embedding模型,称为M3 阅读全文

posted @ 2025-08-12 21:43 freeliver54 阅读(203) 评论(0) 推荐(0)

[转]Anaconda安装
摘要:【python环境安装】超详细的Anaconda(python)下载、安装、环境配置及pycharm配置使用教程,适合完全零基础学习!!-CSDN博客 Anaconda安装与Python环境搭建(不看后悔版) - 知乎 Anaconda详细安装、配置及使用(windows) - 枫叶流华 - 博客园 阅读全文

posted @ 2025-08-06 07:14 freeliver54 阅读(63) 评论(1) 推荐(0)

[转]如何在 Ubuntu 24.04 LTS 上创建 Python 虚拟环境
摘要:本文转自:如何在 Ubuntu 24.04 LTS 上创建 Python 虚拟环境-阿里云开发者社区 Python 是一种功能强大且广泛使用的编程语言,适用于从 Web 开发到数据科学的各种任务。随着项目的复杂性增加,管理不同项目的依赖项变得越来越重要。Python 的虚拟环境正是为了解决这一问题而 阅读全文

posted @ 2025-08-06 06:40 freeliver54 阅读(133) 评论(0) 推荐(0)

[转]Mastering MobaXterm for Ubuntu: A Comprehensive Guide
摘要:本文转自:Mastering MobaXterm for Ubuntu: A Comprehensive Guide | LinuxVox.com In the realm of remote server management and Linux development, having a rel 阅读全文

posted @ 2025-08-05 22:37 freeliver54 阅读(40) 评论(1) 推荐(0)

[转]Develop with Python on Ubuntu
摘要:本文转自:https://documentation.ubuntu.com/ubuntu-for-developers/tutorials/python-use/#use-python Develop with Python on Ubuntu - Ubuntu for Developers Dev 阅读全文

posted @ 2025-08-05 22:01 freeliver54 阅读(25) 评论(0) 推荐(0)

jupyter [转]虚拟机(ubuntu22.04)安装jupyter notebook
摘要:Intro https://jupyter.org/try-jupyter/notebooks/?path=notebooks/Intro.ipynb 虚拟机(ubuntu22.04)安装jupyter notebook 本文转自:虚拟机(ubuntu22.04)安装jupyter notebook 阅读全文

posted @ 2025-08-03 17:42 freeliver54 阅读(55) 评论(2) 推荐(0)

[转]用FastAPI实现微服务API网关
摘要:本文转自:用FastAPI实现微服务API网关 - 火云牌神 - 博客园 本文阐述了基于FastAPI实现一个API网关的详细步骤。这样未来可以不断的在服务端像搭积木一样添加各种服务。我们即将实现下面的简单的微服务架构,目前它只实现了请求转发功能。 代码实现 下面使用`FastAPI`的同步和异步两 阅读全文

posted @ 2025-07-02 22:59 freeliver54 阅读(105) 评论(0) 推荐(0)

[转]fastapi框架
摘要:本文转自:fastapi框架 - 贰号猿 - 博客园 @fastapi框架 fastapi,一个用于构建 API 的现代、快速(高性能)的web框架。 fastapi是建立在Starlette和Pydantic基础上的,Pydantic是一个基于Python类型提示来定义数据验证、序列化和文档的库。 阅读全文

posted @ 2025-07-02 22:55 freeliver54 阅读(93) 评论(0) 推荐(0)

Tensorflow
摘要:关于TensorFlow | TensorFlow中文官网 初学者的 TensorFlow 2.0 教程 | TensorFlow Core GitHub - tensorflow/tensorflow: An Open Source Machine Learning Framework for E 阅读全文

posted @ 2025-06-04 06:29 freeliver54 阅读(14) 评论(0) 推荐(0)

PyTorch
摘要:Start Locally | PyTorch 本地开始 | PyTorch - PyTorch 深度学习库 torch - PyTorch中文文档 PyTorch 教程 | 菜鸟教程 pip3 install torch torchvision torchaudio 阅读全文

posted @ 2025-04-23 21:45 freeliver54 阅读(11) 评论(0) 推荐(0)

[转]The C10K problem翻译
摘要:本文转自:https://www.cnblogs.com/fll/archive/2008/05/17/1201540.html The C10K problem 如今的web服务器需要同时处理一万个以上的客户端了,难道不是吗?毕竟如今的网络是个big place了。 现在的计算机也很强大了,你只需 阅读全文

posted @ 2023-01-27 22:45 freeliver54 阅读(31) 评论(1) 推荐(0)

[转]python发邮件smtplib和email模块详解
摘要:本文转自:https://www.cnblogs.com/auguse/articles/14578247.html SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议,它是一组用于由源地址到目的地址传送邮件的规则,由它来控制信件的中转方式。,python实现发 阅读全文

posted @ 2023-01-27 21:19 freeliver54 阅读(272) 评论(0) 推荐(0)

[转]用Python自动化操作PPT
摘要:本文转自:https://jishuin.proginn.com/p/763bfbd771b6 作者:超级大洋葱806https://tangxing.blog.csdn.net/article/details/109568830 1.PPT自动化能干什么?有什么优势? 它可以代替你自动制作PPT 阅读全文

posted @ 2023-01-27 21:11 freeliver54 阅读(121) 评论(0) 推荐(0)

[转]利用python的PyPDF2和PyMuPDF库玩转PDF的提取、合并、旋转、缩放、加密
摘要:本文转自:https://www.cnblogs.com/steven0325/p/16888425.html 一、安装PyPDF2和PyMuPDF库 pip install PyPDF2 pip install pymupdf # fitz是pymupdf的子模块 二、工具类代码 from PyP 阅读全文

posted @ 2023-01-27 21:02 freeliver54 阅读(858) 评论(0) 推荐(0)

[转]python库 Pywin32使用
摘要:本文转自:https://www.cnblogs.com/chenjy1225/p/12174889.html python库 Pywin32使用 https://github.com/wuxc/pywin32doc Pywin32提供了很多访问windows的API。较重要的三个模块就是win32 阅读全文

posted @ 2023-01-27 20:54 freeliver54 阅读(956) 评论(0) 推荐(0)

[转] python-docx
摘要:https://python-docx.readthedocs.io/en/latest/ https://gitcode.net/mirrors/python-openxml/python-docx/-/tree/master/docx python-docx Release v0.8.11 (I 阅读全文

posted @ 2023-01-27 20:44 freeliver54 阅读(204) 评论(0) 推荐(0)

导航