forked from open-webui/open-webui
refac: rag to backend
This commit is contained in:
parent
6ba62cf25d
commit
c49491e516
4 changed files with 113 additions and 50 deletions
|
@ -252,7 +252,7 @@ export const queryCollection = async (
|
|||
token: string,
|
||||
collection_names: string,
|
||||
query: string,
|
||||
k: number
|
||||
k: number | null = null
|
||||
) => {
|
||||
let error = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue