Generating replies using Langchain multiple chains and Gemini in NestJS

Loading

Reading Time: 7 minutes Introduction In this blog post, I demonstrated generating replies with Langchain multiple chains. In auction sites such as eBay, buyers can provide ratings and comments on sales transactions. When the feedback is negative, the seller must reply promptly to resolve the dispute. This demo aims to generate responses in the same language of the buyer … Read more

Generating replies with prompt chaining using Gemini API and NestJS

Loading

Reading Time: 8 minutes Introduction In this blog post, I demonstrated generating replies with prompt chaining. In auction sites such as eBay, buyers can provide ratings and comments on sales transactions. When the feedback is negative, the seller has to provide a response promptly to resolve the dispute. This demo saves time by generating replies in the same language … Read more