ryjiang
ryjiang
> I tried working on it on this branch `feature/Milvus`, but keep getting heap memory issue. Appreciate if anyone can chime in Seems like the GRPC client can not be...
I understand the problem, here ```javascript this.app.get('/api/v1/nodes', (req: Request, res: Response) => { const returnData = [] for (const nodeName in this.nodesPool.componentNodes) { const clonedNode = cloneDeep(this.nodesPool.componentNodes[nodeName]) returnData.push(clonedNode) } return...
@HenryHengZJ
```javascript // in processPrediction const nodeToExecute = reactFlowNodes.find((node: IReactFlowNode) => node.id === endingNodeId) if (!nodeToExecute) return res.status(404).send(`Node ${endingNodeId} not found`) const reactFlowNodeData: INodeData = resolveVariables(nodeToExecute.data, reactFlowNodes, incomingInput.question) nodeToExecuteData = reactFlowNodeData...
your-ip:19530, please make sure that you can access the ip address from the pc that attu installed. - check if you have vpn installed and opened ? - test if...
You need to test if the server's port is opened. it can be pinged doesn't mean your milvus cluster is accessible from your pc. ping use ICMP protocol. ```'Name resolution...
Ok, let me explain. 1. attu windows application if your can connect to the milvus cluster from your pc, that means your windows attu can send request to the milvus...
> Yes, milvus' access IP is the same as attu's. They are created using the same server docker environment. I was able to log in successfully a few days ago,...
> ``` > 93e270c1f2ea zilliz/attu:v2.2.5 "docker-entrypoint.s…" 30 hours ago Up 30 hours 0.0.0.0:8000->3000/tcp, :::8000->3000/tcp reverent_brown > 25585c32015c milvusdb/milvus:v2.2.3 "/tini -- milvus run…" 30 hours ago Up 30 hours proxy >...
restarted the docker, the milvus worked again.