You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated the gRPC client implementation to use the new Grpc.Protobuf namespace for all client calls.
- Changed the namespace from Weaviate.Client.gRPC to Weaviate.Client.Grpc for consistency.
- Modified all references to V1 types to use Grpc.Protobuf.V1 in the client code.
- Updated proto files to include the csharp_namespace option for proper namespace mapping.
- Removed the obsolete file_replication.proto and adjusted the batch.proto for better structure.
- Enhanced the BatchStreamRequest and BatchStreamReply messages for improved functionality.
- Added a new GenerativeContextualAI message to the generative.proto file.
- Updated the proto_sync.sh script to automatically add the csharp_namespace option to new proto files.
0 commit comments