Feishu-Vector-Knowledge-Management icon indicating copy to clipboard operation
Feishu-Vector-Knowledge-Management copied to clipboard

🎒 私有知识库机器人,基于向量数据库和openai实现。

Results 4 Feishu-Vector-Knowledge-Management issues
Sort by recently updated
recently updated
newest added

部署时出现下面的错误信息: ``` RUN CGO_ENABLED=0 GOOS=linux go build -ldflags '-w -s' -o ./lark-vkm ./cmd: #0 0.581 runtime/cgo: pthread_create failed: Operation not permitted ``` 请问如何解决,谢谢!

你好,我在服务端部署之后,飞书回调api报错: 错误信息如下: [Error] [handle event,path:/webhook/event, error:runtime error: invalid memory address or nil pointer dereference] ![image](https://github.com/ConnectAI-E/Feishu-Vector-Knowledge-Management/assets/37429244/6fa83061-5501-4fe9-846b-e8b13bed0941) 部署环境为:docker 20.10.21 ON CentOS Linux release 7.9.2009 (Core) dockerfile 为项目中提供的原文件,环境变量均已配置。 由于我不是go开发者,无法提供更多相关信息,所有的日志都在图片中,看起来像是指针一类的问题,请问我该如何处理?

![image](https://user-images.githubusercontent.com/31872268/235045356-4cfef5de-cfa8-4967-b951-44648d508777.png) Dockerfile 上的 code 指向哪里?

看项目是精准匹配的缓存,可以尝试另一种模式,Qdrant加一个QA缓存collection,可以对比问题与缓存问题的相似度,设定一个阈值,高于阈值命中。类似https://github.com/wslyyy/LinguaDB/blob/main/storage/storage.go https://github.com/wslyyy/LinguaDB/blob/main/lingua/lingua.go