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

[BUG]: Bad Design Choices #4064

@digitalassassins

Description

@digitalassassins

How are you running AnythingLLM?

All versions

What happened?

If you set your workspace to "Query" mode, it will not return a response unless there is a Document Context

If you then upload a PDF document to the chat window and ask a question on the document, even though the mode is switched to Query, and you have explicitly provided a document and tried to ask a question on the document you have just uploaded. It won't work..

Why?

Because having the Workspace mode on Query AND providing a document to AnythingLLM isn't enough.

You also must put @agent before the message AND provide the filename exactly as it is listed (case sensitive).

https://docs.anythingllm.com/llm-not-using-my-docs#llms-do-not-introspect

If you don't provide the filename exactly, it queries the whole workspace..

So you have to:

  • Switch the workspace to "Query" for the Documents context only
  • Upload a file
  • Provide the exact file name of the document you have just uploaded 🙃
  • AND put @agent before every message..

The most backwards and user-unfriendly system I've used.

Should just go the whole hog and make it, plus the user must stand on one leg and touch their nose with their left hand while clicking the mouse button..

Who comes up with these design ideas? 🫤

Are there known steps to reproduce?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    possible bugBug was reported but is not confirmed or is unable to be replicated.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions