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

请问rerank集成在本地需要什么设备条件呢?步骤复杂么,如果调用api,数据会上传到第三方了么,既然chaoollama是一个本地知识库模型,为何不rerank本地部署呢?是因为未开源么

1、能够在搭建知识库的时候加入一个embedding的进度条 2、希望能引入huggingface里的其他模型,

如何加载本地模型的embedding呢?目前我看提只提供了openai和gemini的embedding-001这2个。

## 部署方法 - 部署 ollama - 使用官方脚本 安装 ollama - 修改 ollama 监听地址:创建文件 `/etc/systemd/system/ollama.service.d/override.conf` 内容为: ``` [Service] Environment="OLLAMA_HOST=0.0.0.0" ``` - 拉取模型 ```bash ollama pull llama3:70b-instruct-q4_K_M ``` - 使用仓库中的 docker-compose.yaml 文件,使用...

![image](https://github.com/sugarforever/chat-ollama/assets/49009811/8856e974-5d77-4911-b15d-6465ee3e5403)

bug

![image](https://github.com/sugarforever/chat-ollama/assets/32445039/9fb7202d-006a-4188-ba6b-97dfc8cdeab9)

Chroma getOrCreateCollection error: Error: TypeError: fetch failed ![image](https://github.com/sugarforever/chat-ollama/assets/132885305/14ff21a0-799f-4898-bd6a-2f9cbd736883) 我是本地环境除了docker安装了ollama外,还直接安装了ollama客户端

openrouter.ai 提供各种模型的api服务接口,也提供一些免费的模型

enhancement

支持设置 http 或 socks 代理 - [x] 模型支持代理 - [ ] 抓网页支持代理