mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add alot of api (#23)
* clean rust version project * clean rust version project * build python version rag-flow * add alot of api
This commit is contained in:
@ -8,7 +8,7 @@ from rag.nlp import huqie, query
|
||||
import numpy as np
|
||||
|
||||
|
||||
def index_name(uid): return f"docgpt_{uid}"
|
||||
def index_name(uid): return f"ragflow_{uid}"
|
||||
|
||||
|
||||
class Dealer:
|
||||
|
||||
Reference in New Issue
Block a user