-
### What is the issue?
**Server log:** [server.log](https://github.com/user-attachments/files/17682295/server.log)
After upgrading from version 0.3.12 to version 0.4.0, embedding calculation fai…
-
Hello author.
After I tried to run the model from the preprocessing dataset provided by the spoter repo, this error occured:
2024-11-08 21:28:05,037 - test1 - INFO - Starting test1...
(train.p…
-
Hi, just a quick question that I am not sure is a bug or me "holding it wrong" :)
I have this schema and query:
```sql
CREATE VIRTUAL TABLE image_embeddings USING vec0(embedding float[768]);
…
mholt updated
1 month ago
-
As title indicates I'd be interested in understanding whether this is just for text-generation or whether it could also be used to expose the embedding function?
-
**Describe the bug**
I configured oobabooga as embedding provider:
- Host: `127.0.0.1`
- Port: `5000`
- Path: `/v1/embeddings`
- Model name: `all-mpnet-base-v2`
When I now select the provider …
allo- updated
4 weeks ago
-
### Issue you'd like to raise.
For the JS SDK, I believe that the `wrapOpenAI` helper is failing to expose anything except `parse` on the beta chat completions resource.
The problem may have bee…
-
Running latest rag_api docker
```docker
FROM ghcr.io/danny-avila/librechat-rag-api-dev-lite:latest
```
With the following `.env` file
```env
#==============================================…
-
Hi, whenever I try to use the croco model it says as a warning: "Warning, cannot find cuda-compiled version of RoPE2D, using a slow pytorch version instead."
Does this mean that the model is not usin…
-
Integrate [deepface](https://github.com/serengil/deepface), which includes tools for:
- face recognition,
- face verification,
- face embeddings extraction
- facial attribute analysis (age, gender,…
-
I would like to add another array function. This issue is just to make sure the PR will be added later.
I have a specific problem with an ebedding based recommendation system I want to build with a…