Template
feat: add Qdrant recording workflow
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import json
|
||||
d = json.load(open('/tmp/scroll.json'))
|
||||
texts = '\n'.join(p.get('payload',{}).get('content','') for p in d.get('result',{}).get('points',[]))
|
||||
open('/tmp/texts.txt','w').write(texts)
|
||||
Reference in New Issue
Block a user