Aitor Martinez Seras
Aitor Martinez Seras
Hi everyone. I'm wondering if there is any plan to include the option of loading models from model providers (from Ollama in my case) via API. I can see in...
Hello @KevinHuSh , I am facing the same issue. Version 0.17.0-slim. Here is the code: ```python # questions: List[str], session: chat_config = { name = name, dataset_ids = dataset_ids, llm=Chat.LLM(rag=True,...
> hello,Which IDE are you using? I also want to conveniently view the complete structure and values of objects in the editor Hi! Sorry for late response. Is VSCode, and...
I got the same error and got the ollama logs: ``` [GIN] 2025/02/21 - 07:11:56 | 200 | 15.246086ms | 172.19.0.1 | POST "/api/embeddings" [GIN] 2025/02/21 - 07:11:56 | 200...
Thank you for your response. Until then, the fix is to just take the last item in the list, if anyone encounters the same issue.
Hi! I'm facing same issue. I see that the problem is that some chat I've created is pointing to a KB that does not exist currently. Is this the expected...