feat: add Qdrant recording workflow
Record to Qdrant / record-event (push) Successful in 12s
Record to Qdrant / nightly-digest (push) Has been skipped

This commit is contained in:
admin
2026-05-27 10:49:05 +09:00
parent b1689faab7
commit c7e55cfd24
6 changed files with 174 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import json
summary = open('/tmp/summary.txt').read()
open('/tmp/embed_input.json','w').write(json.dumps({'model':'bge-m3:latest','input':summary}))