AGI_2404期_实时网页信息爬取+RAG的问答(一)docker设计问题 --林辉老师 #456
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#456
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、数据库容器是如何搭建的?
我理解本课程用的容器内部组成为:MySQL server + 操作系统换lunix组成的一个镜像,那么这个容器如何搭建的呢?如果我想自己建一个其他类型的数据库如何操作? 请老师提供一些思路和方法论,便于我研究。
2、实际生产环境下,数据库是如何自动更新的? 每次都需要人手动执行python程序吗?