这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@timothycarambat
Copy link
Member

resolves #324

@timothycarambat timothycarambat merged commit 0751fb1 into master Nov 3, 2023
@timothycarambat timothycarambat deleted the 324-missing-uuid-import branch November 3, 2023 19:50
@review-agent-prime
Copy link

server/endpoints/api/workspace/index.js

Consider using destructuring to import only the necessary functions from the models. This can improve the performance by reducing the amount of code that needs to be parsed and executed.
Create Issue

    const { v4: uuidv4 } = require("uuid");
    const { Document, Telemetry, DocumentVectors, Workspace, WorkspaceChats } = require("../../../models");
    const { convertToChatHistory, chatWithWorkspace } = require("../../../utils");

franzbischoff referenced this pull request in franzbischoff/anything-llm Nov 4, 2023
cabwds pushed a commit to cabwds/anything-llm that referenced this pull request Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chat API broke in latest release

2 participants