YICHEN LIU

Results 4 comments of YICHEN LIU

@qtencent7 Hi! Have you solved the problem? I have encountered the same one.

``` from typing import Any import httpx from mcp.server.fastmcp import FastMCP # Initialize FastMCP server mcp = FastMCP("weather") # Constants NWS_API_BASE = "https://api.weather.gov" USER_AGENT = "weather-app/1.0" async def make_nws_request(url: str)...

![屏幕截图 2024-08-09 185039](https://github.com/user-attachments/assets/fdfd71fe-1cc0-4a5e-9399-f2865240b481) I am using the BGE embedding, and I deploy a llama locally and use xinferece to incorporate it into RAGflow. However, except for llama inference, no other...

The original source code hardcoded the `emit` type in some functions, causing the `--emit` option to have no effect in these functions. Are the two solutions mentioned above part of...