infinity
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.
Describe your problem
I cannot find any configuration in python api. But there is minio configuration in https://infiniflow.org/docs/dev/configurations.
There are two so-called python sdk according to your context:
- 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. - 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.
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.