chenm1xuexi

Results 5 comments of chenm1xuexi

That's so bad! I'm facing the same error. I found that Copilot uses WebSocket, while the web uses HTTP. Perhaps the error occurs because of this

I deployed the latest version 0.5.1 using docker, and the ng configuration supports web socket, but the system log prompt is INFO: xx.xx.xx.xx:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=PG23yFx HTTP/1.1" 400 Bad Request...

> add this resolved添加此已解决 ······ location /ws {位置 /ws { proxy_pass http://127.0.0.1:4000;proxy_pass http://127.0.0.1:4000; proxy_http_version 1.1;proxy_http_版本 1.1; proxy_set_header Upgrade $http_upgrade;proxy_set_header 升级 $http_upgrade; proxy_set_header Connection 'upgrade';proxy_set_header 连接“升级”; proxy_set_header Host $host;proxy_set_header 主机 $host;...

> 是的,我也刚换的IP,又被封了。求解决办法 你刚搭的在最后一步,有没有出现安装shadowsocketr的时候无法连接到指定的ip + 端口地址的情况

by viewing the source code, ```python class MemoryGraph: def __init__(self, config): self.config = config self.graph = Neo4jGraph(self.config.graph_store.config.url, self.config.graph_store.config.username, self.config.graph_store.config.password) self.embedding_model = EmbedderFactory.create( self.config.embedder.provider, self.config.embedder.config ) if self.config.llm.provider: llm_provider = self.config.llm.provider...