Commit 273f4e09 authored by jyong's avatar jyong

Merge branch 'feat/milvus-support' into deploy/dev

parents a8ac0d0b eb439528
......@@ -910,6 +910,7 @@ class SegmentService:
if segment.content == content:
if document.doc_form == 'qa_model':
segment.answer = args['answer']
if args['keywords']:
segment.keywords = args['keywords']
db.session.add(segment)
db.session.commit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment