Documentation

# SDK - Frequently Asked Questions (FAQs)

# User Accounts

No. Question Answer
1. What are the policies needed by a user in Purple Fabric to work with the Connectors SDK? At-least GenAI_User policy must be assigned to the user

# Connector Development

No. Question Answer
2. How to add dependencies that must be present at the Operating System during the runtime of the project? Specify the operating system level dependencies in the Dockerfile of your project.
3. Can I re-use virtual environments across multiple projects created by the SDK? We strongly advise not to re-use virtual environments. We recommend one virtual environment per project to ensure isolation of dependencies and avoid version conflicts.