infinity icon indicating copy to clipboard operation
infinity copied to clipboard

[Question]: Can infinity python sdk support minio?I cannot find any configuration in python api. But there is minio configuration in https://infiniflow.org/docs/dev/configurations.

Open yanshuaibupt opened this issue 1 year ago • 3 comments

Describe your problem

image image

yanshuaibupt avatar Nov 21 '24 08:11 yanshuaibupt

I cannot find any configuration in python api. But there is minio configuration in https://infiniflow.org/docs/dev/configurations.

yanshuaibupt avatar Nov 21 '24 08:11 yanshuaibupt

There are two so-called python sdk according to your context:

  1. The official python sdk that you can use through pip install infinity-sdk, it's a client driver, and will connect to Infinity server. It has nothing to do with the configuration. The Infinity server can be configured to use minio to enable the distributed features.
  2. The embedded infinity version named with infinity-embedded-sdk, it's an all-in-one solution and can only be used as an embedded application, it can not be deployed in a distributed environment, as a result it can not use minio.

yingfeng avatar Nov 21 '24 08:11 yingfeng

I cannot find any configuration in python api. But there is minio configuration in https://infiniflow.org/docs/dev/configurations.

This configuration is about Infinity server configuration. You can edit the config file and start server with the config file. Python SDK is the client SDK to access Infinity server, which won't change the configuration of Infinity server.

JinHai-CN avatar Nov 21 '24 09:11 JinHai-CN