chat-ollama icon indicating copy to clipboard operation
chat-ollama copied to clipboard

ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.

Results 293 chat-ollama issues
Sort by recently updated
recently updated
newest added

Failed to launch the browser process! /root/.cache/puppeteer/chrome/linux-123.0.6312.105/chrome-linux64/chrome: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory TROUBLESHOOTING: https://pptr.dev/troubleshooting

![6fa58957b47c446922a21c962382bde](https://github.com/sugarforever/chat-ollama/assets/163115433/d5f14c6e-da71-4cd4-a1fe-11740b0363b3) 如图 如何解决 有没有遇见过的 看着像是请求或者服务器报错

似乎没有找到类似function calling的功能如tools/plugin,是否现在还没有支持? 如果能支持的话会对实用性有很大提升?

left chat-ollama running on Ubuntu (via `npm run dev`) overnight, next morning, chat UI becomes non-responsive. `kill and re-run` npm does not help. Check ollama: `systemctl status ollama` which is...

添加了用URL构建知识库的功能之后 1. 如果添加URL建立KB,出现: ![CleanShot 2024-04-06 at 04 18 47@2x](https://github.com/sugarforever/chat-ollama/assets/5789293/483a6431-dbca-481f-9f89-d35dfee145c6) 2. 如果添加PDF建立KB,出现: ![CleanShot 2024-04-06 at 04 18 17@2x](https://github.com/sugarforever/chat-ollama/assets/5789293/14bd03fd-6267-4673-af6b-2dcaff8e44fb)

我留意到最新的功能,历史会话存储,是采用浏览器内置indexDB来实现的。这个方案的好处是性能很高,隐私性很好,而且存储的容量也几乎没有上限。 但是,缺点是同步性不能说很差吧,根本没有。换个浏览器,换个机器,以前的记录就全没了。这样不是很方便现在人手多设备的现状。而且,也几乎没有导出/导入机制。 能不能增加用户,和(可选的)服务端用户存储?仍然用indexDB作为本地高速缓存,但是在合适的时机(打开/关闭页面等),更新的会话内容将会在本机和服务端双向同步?

刚才暴力测试了一下,给一个kb塞了好多文件,应该大于等于100MB了,终于GC了,呵呵 😢 💀 ··· [1:0x73a2aa0] 16845520 ms: Mark-Compact 4041.8 (4133.0) -> 4027.7 (4135.0) MB, 6641.42 / 0.00 ms (average mu = 0.134, current mu = 0.068) allocation failure; scavenge might...

··· Ollama: { host: 'http://192.168.0.100:11434', username: null, password: null } [Vue Router warn]: No match found for location with path "/api/knowledgebases/12" ··· 但是12是我刚刚生成的knowledge base ![CTMS 2024-04-05 09_38_26-Arc](https://github.com/sugarforever/chat-ollama/assets/956787/6da2b8ee-5cb1-469a-a138-53ca7f7763b4) PS. 在chat里也可以查询这个知识库的内容。

Knowledge Bases Name同一个可以追加多个文件呢,方便对同一个类型的问题进行维护,而不是把文件删除后 再追加

feature

用IP:port的方式设置gemini api,save后可以chat。 但是用域名反代端口,chat会报没有模型。