2024-04-11
ollama运行自定义模型
ollama有默认的模型,那么怎么运行自定义模型,自己选择下载模型,然后运行呢下面说下自定义模型的运行
AI 75
2024-04-10
in 和not in的优化
在sql查询中经常用到in和notin的where查询操作,最近学习说用EXISTS代替in更快速
数据库 48
2024-04-10
ms sql server 2008 创建用户
mssqlserver2008创建用户并配置对应账户权限
数据库 74
2024-04-08
通过微软azure国内访问openai
国内如何通过微软azureAI平台访问opeanai,这样避免了openai国内无法使用的情况,下面介绍一下如何国内通过azure使用openai
AI 92
2024-04-03
Your system has an unsupported version of sqlite3. Chroma requires sq
ubuntu在安装AIGPTRAG文档代码过程中出现了,下面的错误Yoursystemhasanunsupportedversionofsqlite3.Chromarequiressqlite3&gt
Python 67
2024-04-02
ImportError: cannot import name 'Mapping' from 'collections'
在调用python3.10flask应用扩展时,遇到了ImportError:cannotimportname'Mapping'from'collections'Att
Python 56
2024-04-02
uvicorn 多线程运行python Fastapi
uvicorn启动Python应用程序的命令,可以启动多线程命令,可以是Flask或者FastAPI程序
Python 189