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

网站很简单的结构为什么保存就过不了

點擊 “Modify the current session configuration ” 按鈕後整個網頁沒有反應 控制檯日誌: ERROR (node:4593) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show...

列表沒有 nomic-embed-text:latest ![截圖 2024-04-18 下午2 56 08](https://github.com/sugarforever/chat-ollama/assets/159868618/9689b3c1-5efc-4a29-a2b7-fdbf37b807f0) key-in 後 ![截圖 2024-04-18 下午2 54 27](https://github.com/sugarforever/chat-ollama/assets/159868618/92046eab-14b2-4123-a23f-09f401f59a89) click 後,還是沒有出現 ![截圖 2024-04-18 下午2 54 32](https://github.com/sugarforever/chat-ollama/assets/159868618/6ee2c6d0-0068-4df6-bc42-ac99d219af4a)

能否加入类似csv数据,因为我不太会js,我下面有一个建议,我用python写了一个pandas加载csv,并使用langchain加载了csv,将每一行数据导入为键值对的形式,一行数据就是一个 document(类似于 NoSQL),在每个 document 中加入数据源和行号的信息,作为 meta data 的一部分,返回的是一个列表,每个列表元素是一个 document。下面是一个案例 ```jsx: import pandas as pd df = pd.read_csv("/content/Reviews.csv", nrows=10) df.to_csv("review10.csv", index=False) loader = CSVLoader(file_path="/content/review10.csv") data = loader.load() data ``` 这样我就可以拿到一个文档,然后加入embedding

![无标题](https://github.com/sugarforever/chat-ollama/assets/125796028/72d324f0-9bb3-4de4-a1c3-20c2384324f9) 并且输入框一直处在响应中

现在固定是四个,远不是在线模型的极限,是否可以通过增加参考片段来提高回答和参考源的相关性。否则基本都是按照大模型本身的知识来回答。

feature

正在聊天时支持用户滚动查看之前的回答内容

clone了master的代码,直接无ollama跑了起来,然后配置groq,一切都就绪,发送了一个Hello,结果没回应,F12发现返回403,然后直接groq官网看到可以curl调用,我直接改成postman调用groq的API,可成功调用,是否groq的API接口变动了导致chatollama调用不通?🥶 入参 `{ "model": "llama3-70b-8192", "family": "Groq", "messages": [ { "role": "user", "id": 13, "content": "Hello", "timestamp": 1713608739048 } ], "stream": true }` 返回参数 `{ "url": "/api/models/chat", "statusCode": 403, "statusMessage":...

external

![image](https://github.com/sugarforever/chat-ollama/assets/7451408/cc884679-7b3f-4392-913f-16bf91961047)