hsuyuming

Results 13 comments of hsuyuming

Hi all: any update about this?

@holtskinner This is the information ```python from langchain.chains import RetrievalQA search_query = "When The First Movie be produce?" retrieval_qa = RetrievalQA.from_chain_type( llm=llm, chain_type="stuff", retriever=retriever ) retrieval_qa.run(search_query) ``` --------------------------------------------------------------------------- ``` _InactiveRpcError...

The enviroment i use is https://explore.qwiklabs.com/classrooms/10878/labs/71494

Hi @holtskinner and @polong-lin : Have you got a chance to look at this issue?

Hi @holtskinner The datastore i use is bigquery.

Do you get any value from `endpoint_address = self.endpoint.public_endpoint_domain_name`? You can also find the publish address from this code ```py from google.cloud import aiplatform_v1 ENDPOINT = f"{REGION}-aiplatform.googleapis.com" index_endpoint_client = aiplatform_v1.IndexEndpointServiceClient(...

Hi @stevkan @MattB-msft : 1. yes, for A2A i mean agent to agent. 2. If i understand correctly, botbuilder-python is build by traditional chat bot interface (e.g: dialogue, rule base...)?...

Hi @MattB-msft : Thank you for your input, Can we open this issue after Build? If you can provide any session link for re2. That's will great. Thank you very...

@koverholt Do you mind to help me review my PR when you get time? Thank you very much.

Hi @pwwpche: Thank you for your suggestion. I already do some modification base on those. Please help me review again, if there are any item need to be enhance, free...