anything-llm/server/models
Timothy Carambat a8ec0d9584
Compensate for upper OpenAI emedding limit chunk size (#292)
Limit is due to POST body max size. Sufficiently large requests will abort automatically
We should report that error back on the frontend during embedding
Update vectordb providers to return on failed
2023-10-26 10:57:37 -07:00
..
apiKeys.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
documents.js Compensate for upper OpenAI emedding limit chunk size (#292) 2023-10-26 10:57:37 -07:00
invite.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
systemSettings.js resolves #259 (#260) 2023-09-29 13:20:06 -07:00
telemetry.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
user.js AnythingLLM UI overhaul (#278) 2023-10-23 13:10:34 -07:00
vectors.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
welcomeMessages.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
workspace.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
workspaceChats.js AnythingLLM UI overhaul (#278) 2023-10-23 13:10:34 -07:00
workspaceUsers.js Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00