solisamicus opened a new pull request, #795:
URL: https://github.com/apache/dubbo-go-samples/pull/795

   **What this PR does**:
   
   - Adds an LLM integration example with Ollama to Dubbo-go
   - Demonstrates how to serve a large language model via Dubbo RPC
   - Implements streaming API for LLM inference responses
   - Uses the Langchain Go library to integrate with Ollama
   
   **Which issue(s) this PR fixes**:
   
   N/A
   
   **Special notes for your reviewer**:
   
   - This example requires Ollama to be installed locally
   - Uses a small model (deepseek-r1:1.5b) by default for better performance on 
commodity hardware
   - Shows how to implement streaming responses in Dubbo-go using server-side 
streaming
   - Provides a complete example with both client and server implementations
   
   **Does this PR introduce a user-facing change?**:
   
   ```release-note
   Add LLM integration example with Ollama to demonstrate how to serve AI 
models via Dubbo-go
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to