L2 - RAG 课堂作业 ollama+anythingLLM 构建本地知识库 #373
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#373
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
步骤:



1、下载OLLAMA
2、 下载模型。通过ollama 直接下载失败(也许是因为要梯子),后来通过自行下载gguf 模型文件(qwen2-0_5b-instruct-q8_0.gguf), 通过ollama create 命令创建,绕过了这个问题。部署完成后,可以直接命令行对话。也可以用chatbox访问(要用自己创建时定义的模型名字)
3、安装anythingLLM。下载速度比较慢-5个小时以上,不过配置比较简单

