[GH-ISSUE #1817] [BUG]: #1184

Closed
opened 2026-02-22 18:23:35 -05:00 by yindo · 1 comment
Owner

Originally created by @hesetone on GitHub (Jul 4, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1817

How are you running AnythingLLM?

Docker (local)

What happened?

1. Background
I have a container in docker, it is published on localhost:3001 as AnythingLLM suggested.
A instance of llama3-8B runs on local machine and the AnythingLLM apply to it.
In AnythingLLM, the mode of my workspace if chat.

I have document named FunctionA.txt in format like below:

1. Dependencies of Function A.
1.1 <the first dependency>
1.2 <the second dependency>
1.3 <the third dependency>

2. Problem

  1. It seems that .docx file won't be support well as .txt, it takes so much time to upload .docx file from local machine to AnythingLLM, but .txt file won't. Is there any solutions to help me fix it out?
  2. when i ask a question like:
what is the dependencies of function A?

it cannot list the dependencies from 1.1~1.3 which has already list in local FunctionA.txt file. the answer from AnythingLLM has almost no relationship with the question. It seems that the model and AnythingLLM cannot understand the context of FunctionA.txt. Is there any mistakes i have made?

Are there known steps to reproduce?

No response

Originally created by @hesetone on GitHub (Jul 4, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1817 ### How are you running AnythingLLM? Docker (local) ### What happened? **1. Background** I have a container in docker, it is published on `localhost:3001` as AnythingLLM suggested. A instance of `llama3-8B` runs on local machine and the AnythingLLM apply to it. In AnythingLLM, the mode of my workspace if `chat`. I have document named `FunctionA.txt` in format like below: ``` 1. Dependencies of Function A. 1.1 <the first dependency> 1.2 <the second dependency> 1.3 <the third dependency> ``` **2. Problem** 1. It seems that `.docx` file won't be support well as `.txt`, it takes so much time to upload `.docx` file from local machine to AnythingLLM, but `.txt` file won't. Is there any solutions to help me fix it out? 2. when i ask a question like: ``` what is the dependencies of function A? ``` it cannot list the dependencies from 1.1~1.3 which has already list in local `FunctionA.txt` file. the answer from AnythingLLM has almost no relationship with the question. It seems that the model and AnythingLLM cannot understand the context of `FunctionA.txt`. Is there any mistakes i have made? ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:23:35 -05:00
yindo closed this issue 2026-02-22 18:23:35 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jul 5, 2024):

https://docs.useanything.com/llm-not-using-my-docs

@timothycarambat commented on GitHub (Jul 5, 2024): https://docs.useanything.com/llm-not-using-my-docs
yindo changed title from [BUG]: to [GH-ISSUE #1817] [BUG]: 2026-06-05 14:39:24 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1184