更新 SpringAI/0_Java语言接入AGI基础篇.md
This commit is contained in:
parent
d26ccde7c5
commit
1296c5c8d0
@ -10,7 +10,7 @@ Hugging Face是一个公开的AI模型社区,托管着来自世界各地AI领
|
|||||||
|
|
||||||
前面已经提到了从哪里获取AI模型,但是这个模型和应用软件是不一样的,windows、linux、macos等操作系统无法直接运行。Ollama就是一个AI模型的安装和管理工具,Ollama可能不是最好的AI模型管理工具,但它的兼容性很强,这是它的优势。我们可以在windows、linux、macos系统里安装Ollama,再通过Ollama获取并安装Hugging Face里的AI模型。
|
前面已经提到了从哪里获取AI模型,但是这个模型和应用软件是不一样的,windows、linux、macos等操作系统无法直接运行。Ollama就是一个AI模型的安装和管理工具,Ollama可能不是最好的AI模型管理工具,但它的兼容性很强,这是它的优势。我们可以在windows、linux、macos系统里安装Ollama,再通过Ollama获取并安装Hugging Face里的AI模型。
|
||||||
|
|
||||||
可以在https://ollama.com/download网站下载并安装Ollama。安装好以后可以通过命令行拉取模型了,以deepseek-r1举例:
|
可以在 https://ollama.com/download 网站下载并安装Ollama。安装好以后可以通过命令行拉取模型了,以deepseek-r1举例:
|
||||||
|
|
||||||
```
|
```
|
||||||
ollama run hf.co/deepseek-ai/deepseek-r1:7b
|
ollama run hf.co/deepseek-ai/deepseek-r1:7b
|
||||||
@ -26,7 +26,7 @@ ollama run hf-mirror.com/deepseek-ai/deepseek-r1:7b
|
|||||||
|
|
||||||
## 什么是SpringAI?
|
## 什么是SpringAI?
|
||||||
|
|
||||||
官方文档地址:https://spring.io/projects/spring-ai,我这里直接贴上官方的定位:
|
官方文档地址:https://spring.io/projects/spring-ai 我这里直接贴上官方的定位:
|
||||||
|
|
||||||
> Spring AI is an application framework for AI engineering. Its goal is to apply to the AI domain Spring ecosystem design principles such as portability and modular design and promote using POJOs as the building blocks of an application to the AI domain.
|
> Spring AI is an application framework for AI engineering. Its goal is to apply to the AI domain Spring ecosystem design principles such as portability and modular design and promote using POJOs as the building blocks of an application to the AI domain.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user