-
### How are you running AnythingLLM?
AnythingLLM desktop app
### What happened?
hello, when i try to add documents, txt or pdf documents, i receve always same error,
documents failed to add, fetc…
emulk updated
1 month ago
-
Hi! I runned MLSUMClusteringP2P.v2 and got error `TypeError: 'int' object is not iterable`. I'm not shure why this happening
Here is the code that produces the error:
```python
import mteb
from …
-
### How are you running AnythingLLM?
Docker (remote machine)
### What happened?
My operating system is winserver 2022 and I created the container with docker: docker run -d -p 3002:3001 --cap-add S…
-
### 🐛 Describe the bug
my code
```python
import os
from mem0 import Memory
# os.environ["OPENAI_API_KEY"] = "none" # for embedder
config = {
"llm": {
"provider": "ollama",
…
-
Hi! I just runned LanguageClassification and got error `KeyError: 'default'` in [this line](https://github.com/embeddings-benchmark/mteb/blob/main/mteb/load_results/mteb_results.py#L179). It seems tha…
-
Hi Team,
Firstof all , Kudos to your work !!
The keyBERT model produces duplicate keywords such as "Optimize" and "Optiization".
Could you please help me in resolving this issue?
-
I installed ollama, downloaded the all-minilm:v2 model as is mentioned in the error message from this project:
`
Model all-minilm:v2 does not exist and could not be pulled: Post "http://127.0.0.1:11…
-
Is it possible to use SBERT to calculate similarity between two words? If so, please explain more.
I checked the issue https://github.com/UKPLab/sentence-transformers/issues/884
but it is not clear …
-
@unclecode
CosineStrategy seems to be not working; the `result.md` when using `CosineStrategy` is exactly the same as when extracting content from a `single URL`. Why is that? I also encounter netwo…
-
### How are you running AnythingLLM?
AnythingLLM desktop app
### What happened?
I was trying to chat with my documents. It was a basic document with the employee data with name and IDs and it wasn'…