Merge branch 'main' into redis_impl
This commit is contained in:
@@ -786,6 +786,9 @@ def create_app(args):
|
||||
else openai_alike_model_complete,
|
||||
chunk_token_size=int(args.chunk_size),
|
||||
chunk_overlap_token_size=int(args.chunk_overlap_size),
|
||||
llm_model_name=args.llm_model,
|
||||
llm_model_max_async=args.max_async,
|
||||
llm_model_max_token_size=args.max_tokens,
|
||||
embedding_func=embedding_func,
|
||||
kv_storage=KV_STORAGE,
|
||||
graph_storage=GRAPH_STORAGE,
|
||||
|
Reference in New Issue
Block a user