1 Star 0 Fork 0

openfaiss / faiss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
inforequest.go 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
openfaiss 提交于 2023-10-25 22:06 . first commit
package types
import providerTypes "gitee.com/openfaiss/faiss-provider/types"
// Platform architecture the gateway is running on
var Arch string
// GatewayInfo provides information about the gateway and it's connected components
type GatewayInfo struct {
Provider *providerTypes.ProviderInfo `json:"provider"`
Version *providerTypes.VersionInfo `json:"version"`
Arch string `json:"arch"`
}
1
https://gitee.com/openfaiss/faiss.git
git@gitee.com:openfaiss/faiss.git
openfaiss
faiss
faiss
741517bdd2c0

搜索帮助