Open Issues Need Help
View All on GitHubAI Summary: The task involves removing unnecessary distribution artifacts from the BharatMLStack's Python SDK and setting up pre-commit hooks for improved code quality and consistency across the Go and Python SDKs. This includes configuring pre-commit in GitHub Actions for automated checks.
BharatMLStack is an open-source, end-to-end machine learning infrastructure stack built at Meesho to support real-time and batch ML workloads at Bharat scale
AI Summary: The task is to fix a bug in the Python SDK (py-sdk/grpc_feature_client/grpc_feature_client/client.py) of the BharatMLStack project. The bug causes invalid gRPC metadata headers to be sent, resulting in errors. The solution involves modifying the header key generation to comply with gRPC Python's lowercase ASCII requirement without hyphens.
BharatMLStack is an open-source, end-to-end machine learning infrastructure stack built at Meesho to support real-time and batch ML workloads at Bharat scale
AI Summary: The task is to implement a Snowflake feature pull connector for BharatMLStack, an open-source machine learning infrastructure. This involves creating a new connector that reads features from Snowflake using its feature store API, transforms the data, and pushes it to BharatMLStack's online feature store for real-time inference. The connector should handle data transformations, deduplication, error handling, and observability.
BharatMLStack is an open-source, end-to-end machine learning infrastructure stack built at Meesho to support real-time and batch ML workloads at Bharat scale