dafei1288
dafei1288
联网数据库 IoTDB 专题 https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI3MDU3OTc1Nw==&action=getalbum&album_id=1748912873919070209&scene=126#wechat_redirect
https://github.com/dafei1288/goodquerydsl 从技术上讲,这也是一门DSL,只是用中文来做了关键字。下面我们来看一个实例: 查询 { 本次 使用 数据库{ // username="1" // password="1" // url="jdbc:mysql://localhost:3306/1" // driver="com.mysql.jdbc.Driver" } 本次 表 组("gtp_user","gtp_user_role") 本次 字段 组("gtp_user.name","gtp_user_role.role_id") 本次 条件 "gtp_user.name = 'admin'" 本次 聚合 组("gtp_user.name","gtp_user_role.role_id")...
  用程序存是没问题的, 我写了一个都的应该也没问题
这个我之前就改了,要不也不能写入成功呀
(base) PS D:\working\opensource\chat-ollama> npm list nuxt-app@ D:\working\opensource\chat-ollama ├── @langchain/[email protected] ├── @langchain/[email protected] ├── @langchain/[email protected] ├── @nuxt/[email protected] ├── @prisma/[email protected] ├── @types/[email protected] ├── @vercel/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├──...
我不用docker 直接用 cli启动一个 chroma 也是一样的,感觉是 langchain 和 chroma js依赖的版本的问题吧
是任务日志,streamis 版本0.2.0 , linkis 1.3.2
请问 https://github.com/apache/linkis/issues/4686 是这个fix的么?
s2-config.yml 里把验证关闭就可以了 > authentication: > enable: false
I also encountered the same problem, using OpenAI was fine, but switching to Olama with llama3.2-vision:latest wouldn't work > @Cfomodz yes - I got it to work with Gemini >...