Feishu-Vector-Knowledge-Management
Feishu-Vector-Knowledge-Management copied to clipboard
🎒 私有知识库机器人,基于向量数据库和openai实现。
部署时出现下面的错误信息: ``` 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]  部署环境为:docker 20.10.21 ON CentOS Linux release 7.9.2009 (Core) dockerfile 为项目中提供的原文件,环境变量均已配置。 由于我不是go开发者,无法提供更多相关信息,所有的日志都在图片中,看起来像是指针一类的问题,请问我该如何处理?
 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