langchain-chat-with-milvus/document_ai/doc_client.py

9 lines
197 B
Python
Raw Normal View History

2023-11-15 08:20:30 +00:00
import grpc
import documents_pb2_grpc
import documents_pb2
print("正在连接...")
channel = grpc.insecure_channel('localhost:8081')
stub = documents_pb2_grpc.DocumentSearchServiceStub(channel)