oldunclez

Results 13 issues of oldunclez

一、建立index ------------------------ curl -XPUT "localhost:9200/btcs-all-in-one" 二、设置mapping ------------------------ ```json curl -XPOST "localhost:9200/btcs-all-in-one/_mapping" -H "Content-Type: application/json" -d' { "properties": { "message": { "type": "text", "analyzer": "ik_max_word", "search_analyzer": "ik_smart" } } }' ```...

I notice that the file transfer rate of the sender is far more than the reciever. For example , the sender has transfered 100% files , but at the same...

It seems that there are some mistakes with this docker image so far . The following mistakes are in script file "/openvas-check-setup" inside docker image ### Mistake 1: The code...

I am running Zabbix 4.2.4 server , and want to monitor a ubuntu 16.04 host . How I run dockbix-agent-xxl : > docker run \ > --name=dockbix-agent-xxl \ > --net=host...

I am using the most fresh "Relax-and-Recover 2.7 / Git" to backup my "src vm" , and then recover it to "dst vm". For non-interactive , when backup "src vm"...

bug

Hi applewu I have installed this plugin , but failed to config it , Even through I filled all the blank ,after "save" it , it keep empty . Beside...

使用的镜像是 ghcr.io/labring/fastgpt:latest。 建立了一个知识库+对话引导的应用, 当在应用中与fastgpt进行对话时候,当输入第二个问题后,系统自动提示“问题补全”,然后就抛错core.chat.error.User question empty,请问是哪里没有设置对吗? 谢谢! ![image](https://github.com/labring/FastGPT/assets/6986430/7dfcf4b1-999f-4b42-b626-41076526509b) ![image](https://github.com/labring/FastGPT/assets/6986430/9ff11d7e-aaaf-4820-b9c6-b1fd9a2d1eb6)

bug

请问是否能共享使用“根据文件回答”的索引。 例如,我把公司的一些内部管理制度pdf上传到chuanhuchat中,生成了索引后, 我司其他人员,不管是通过帐号密码使用chuanhu,或者,无需帐号直接使用chuanghu的,他们都可以使用这些索引。 即是,他们提问的关于我司管理制度的问题,都通过这些索引来回答。 谢谢!

Hi I am running glusterFS service among two servers . root@server1:~# gluster --version ``` glusterfs 3.7.6 built on Dec 25 2015 20:50:46 Repository revision: git://git.gluster.com/glusterfs.git Copyright (c) 2006-2011 Gluster Inc....

Hi I am newbie of fluentd , recently I use fluentd to gather nginx logs using in_tail. As first , I feel strange that why there is not time field...