Преглед изворни кода

fix function create to slove chunk number wrong (#1604)

### What problem does this PR solve?
fix function create to slove the problem of creating a chunk and
increasing the chunk number by 2.


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue) #900

---------

Signed-off-by: seaver <zhudan187@qq.com>
tags/v0.9.0
江不江 пре 1 година
родитељ
комит
c0090a1b4f
No account linked to committer's email address
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      api/apps/chunk_app.py

+ 0
- 1
api/apps/chunk_app.py Прегледај датотеку

@@ -230,7 +230,6 @@ def create():
tenant_id, LLMType.EMBEDDING.value, embd_id)
v, c = embd_mdl.encode([doc.name, req["content_with_weight"]])
DocumentService.increment_chunk_num(req["doc_id"], doc.kb_id, c, 1, 0)
v = 0.1 * v[0] + 0.9 * v[1]
d["q_%d_vec" % len(v)] = v.tolist()
ELASTICSEARCH.upsert([d], search.index_name(tenant_id))

Loading…
Откажи
Сачувај