实时网页信息爬取+RAG的问答(一)爬取算法问题 --林辉老师 #453

Open
opened 2024-12-30 22:11:32 +08:00 by 11735802362cs · 1 comment

1、案例是按照已知的excel表格的顺序派取,如果没有excel表格呢? 比如我想随机在天涯差查看 石化行业 按市值排名前100家的企业呢?

2、数据库表company_info 是如何与程序交互,交互关系不清楚

1、案例是按照已知的excel表格的顺序派取,如果没有excel表格呢? 比如我想随机在天涯差查看 石化行业 按市值排名前100家的企业呢? 2、数据库表company_info 是如何与程序交互,交互关系不清楚
232 KiB
  1. 如果没有excel表格,学员可以自己指定需要查询的任何公司,在main.py中直接指定需要查询的内容,如下图,将需要查询的内容直接指定给name
    image
  2. 在utils.py文件中是和数据库表company_info和程序的交互,如下图,将公司信息插入到数据库表格中
    image
1. 如果没有excel表格,学员可以自己指定需要查询的任何公司,在main.py中直接指定需要查询的内容,如下图,将需要查询的内容直接指定给name ![image](/attachments/fdf71f49-7db5-4ade-933b-e5d50e3bb707) 2. 在utils.py文件中是和数据库表company_info和程序的交互,如下图,将公司信息插入到数据库表格中 ![image](/attachments/e31f5916-5e79-44cd-a464-77c6e0b9839d)
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#453
No description provided.