-
Hello,
I made a mistake in the interface: I put "text-embedding-3-large" instead of "sentence-transformers/all-MiniLM-L6-v2". Since then, I can't start my Docker container because it tells me that …
-
Please add examples using local open-source models, like llama or chatGLM. Thanks
-
Hi,
I am using **sentence-transformers** which works well on the local machine but on the cloud(Compute Canada) throwing error **ThreadPoolBuildError**, **The global thread pool has not been initi…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
When I use all-MiniLM-L6-v2 as the local vector encoding model to store the extracted Chinese entities in vdb_entities.json, the content I see is as follows, which is the Unicode encoding of Chinese, …
-
Hi Maarten,
I found that `probabilities_` outcome is not always the same with the outcome of `get_document_info`.
`topic_model.probabilities_[0]` gave me the following:
`array([0.31045925, 0.…
-
Hi,
I'm trying to use the intfloat/multilingual-e5-base model but it can't load and the logs show me the following error.
Help would be greatly appreciated as I am in dire need of using multi-…
-
First of all, thanks @nilsherzig for getting this wonderful project together!
When searching in other non English languages, LlocalSearch responds in English by default.
Prompt engineering in t…
-
### System Info
Windows 11, with latest patch
3060 GeForce with 8GB VRAM
### Information
- [ ] The official example notebooks/scripts
- [X] My own modified scripts
### Reproduction
1. Load a loc…
-
**What did you find confusing? Please describe.**
Hi, I was following the document to create a Pytorch Based processing pipeline where I will load certain model from hugging face and process bunch of…