-
Hi, using pgvector for a client who is on the Supabase service (not hosted). I've enabled pgvector for a schema `my_schema` in their console. I want to use asyncpg with it, but it's not working:
``…
-
# Bug Report
## Description
When I provide a collection and ask a question, it responds that it doesn't know. I have tried many times, modifying my prompts, the embeddings, etc... nothing happen…
-
## Description
we were trying auto embedding on a new collection but it was using way too much of the server resources and eventually caused the server to crash.
I was thinking to use the same …
-
I'm trying to run `textTopic` to create a topic model in R v. `4.3.3` using the following code with the CRAN version of text (v. 1.2)
```
topics_result
-
Hello,
As I was trying to work this into a Graph LLM Rag. I was thinking on doing some queries based on data type (example: node is a 'person', 'skill', ...).
The idea was to have a person A, id…
-
Ensure consistent usage of either `sentence-transformers/all-MiniLM-L12-v2` or `sentence-transformers/all-MiniLM-L6-v2. `
-
Under retrieval tasks for Arabic language SadeemQuestionRetrieval is not recognised by MTEB. Neither lists nor runs.
Please advise.
-
## Description
Hello,
I have a few questions. I've deployed Typesense to 3 Google Compute instances (2vCPUs & 8GB RAM) with a load balancer. My current setup works great for serving quick search r…
-
Model I am using (UniLM, MiniLM, LayoutLM ...): BEIT-3
I tried to run this code :
```
from transformers import XLMRobertaTokenizer
tokenizer = XLMRobertaTokenizer("/your_beit3_model_path/beit3…
-
I checked the official examples: https://github.com/qdrant/qdrant-js/blob/master/examples/node-js-basic/index.js
But the document does not show how the vector value was obtained.
Can an interface be…