Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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. #2280

Open
yanshuaibupt opened this issue Nov 21, 2024 · 3 comments
Labels
question Further information is requested

Comments

@yanshuaibupt
Copy link

Describe your problem

image
image

@yanshuaibupt yanshuaibupt added the question Further information is requested label Nov 21, 2024
@yanshuaibupt
Copy link
Author

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

@yingfeng
Copy link
Member

yingfeng commented Nov 21, 2024

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.

@JinHai-CN
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants