Skip to content

Commit b42d3fb

Browse files
authored
Merge pull request #55 from hobbytp/feature/rag-upgrade-v2
RAG架构升级:数字人聊天窗口质量提升
2 parents d39d120 + 228a28c commit b42d3fb

6 files changed

Lines changed: 235 additions & 173 deletions

File tree

.ingest_state.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"analysis-dashboard.md": "cce17a3545fe8da5c14bbac0049631e7",
2+
"analysis-dashboard.md": "cfa8d627442b02b852f43cb61415ae54",
33
"en\\deepseek_r1.md": "b270612c9924b79c4625c1badc914670",
44
"papers\\voyager.md": "6277caac49c8663ad499dac58da06376",
55
"posts\\welcome.md": "21b9bc7618a683a1c1cfd468cbcb6a72",
@@ -609,7 +609,7 @@
609609
"zh\\daily_ai\\2025-12-01.md": "87aab91502de3cd9db65e08c6eeda28e",
610610
"zh\\daily_ai\\2025-12-09.md": "a2e114aa5665c23d262a8c6bb3037d42",
611611
"zh\\daily_ai\\2025-12-10.md": "5ee873728f8e141a2eae7971585bc757",
612-
"zh\\mas\\workflow_context_combined.md": "3a5f85f0714d4f90b1d85348d731fd6f",
612+
"zh\\mas\\workflow_context_combined.md": "92040fae3962cfa11126d4fb7a2ba04e",
613613
"zh\\my_insights\\open-autoglm-impact.md": "9f97bd6675e798f16b9b0a8aafa3d41c",
614614
"zh\\papers\\ask_llm_verify_first.md": "a826eb1a3111cde103c11e77fcfd5e37",
615615
"zh\\projects\\auto\\open_autoglm.md": "d5b99c1afaca75653c1324c70b9f444a",
@@ -626,7 +626,13 @@
626626
"zh/ai_programming/yc_vibecoding_guide.md": "0e7abbe1a7212a026a94e7b065e35068",
627627
"zh/ai_programming/vibe_coding.md": "993ea8de1193217d9f4af3e3d677e8f8",
628628
"zh/daily_ai/2025-12-13.md": "ccbf4995626289a2834d20131de9b35d",
629-
"zh/celebrity_insights/Block CTO_Dhanji.md": "976c750ee372dab677f24dd9c67e5e37",
630-
"zh/celebrity_insights/SamAltman/samaltman.md": "974e18ed27822fad16485b5ec76dea43",
631-
"zh/daily_ai/2025-12-14.md": "e5bc91a4a566caef1081f4b64e76ec5e"
629+
"zh\\ai_programming\\yc_vibecoding_guide.md": "44174575b4bac6fb227f6b132adaed2f",
630+
"zh\\celebrity_insights\\Block CTO_Dhanji.md": "61e33e8fa3008149baffd9148d12b5dc",
631+
"zh\\celebrity_insights\\SamAltman\\samaltman.md": "8f73be9c4aa195c0d45e1e42c0208f17",
632+
"zh\\celebrity_insights\\SamAltman\\ten_years.md": "41ac960a578f939475d1cee8b315dad4",
633+
"zh\\daily_ai\\2025-12-11.md": "f49cca1f62e4a39319a110a6c5669d84",
634+
"zh\\daily_ai\\2025-12-12.md": "ae01cae516e7fe70d3ace663f6c0f5bd",
635+
"zh\\daily_ai\\2025-12-13.md": "91812547ce904ffc15322d0e1fb99d08",
636+
"zh/daily_ai/2025-12-14.md": "e5bc91a4a566caef1081f4b64e76ec5e",
637+
"zh\\glm\\glm4.6v.md": "87626269e1c8b2fcaeb6aab8cb9671a6"
632638
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ test-ingest:
352352
fi
353353

354354
# Vectorize metadata index creation (category as filterable field)
355-
CF_VECTOR_INDEX ?= blog-index
355+
CF_VECTOR_INDEX ?= blog-index-m3
356356

357357
.PHONY: vectorize-create-category-index
358358
vectorize-create-category-index:

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enableSchemaOrg = true
1313
ShowLanguageSwitch = true
1414
DateFormat = "2006-01-02"
1515

16-
chatApiBase = ""
16+
chatApiBase = "https://hobbytp-github-io.pages.dev"
1717

1818
[imaging]
1919
sizes = [320, 640, 960, 1280, 1920]

0 commit comments

Comments
 (0)