faiss python安装_macOS下安装个txtai玩玩儿吧

1. 当然是下载仓库$ git clone https://github.com/neuml/txtai.git2. 修改setup.py# pylint: disable = C0111from setuptools import find_packages, setupwith open("README.md", "r") as f: DESCRIPTION = f.read()...
摘要由CSDN通过智能技术生成

2999cf78c063642d85e38e7ca3405036.png

1. 当然是下载仓库

$ git clone https://github.com/neuml/txtai.git

2. 修改setup.py

# pylint: disable = C0111
from setuptools import find_packages, setup

with open("README.md", "r") as f:
    DESCRIPTION = f.read()

setup(name="txtai",
      version="1.1.0",
      author="NeuML",
      description="AI-powered search engine",
      long_description=DESCRIPTION,
      long_description_content_type="text/markdown",
      url="https://github.com/neuml/txtai",
      project_urls={
          "Documentation": "https://github.com/neuml/txtai",
      
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值