Skip to main content
0 votes
0 answers
258 views

I built the RAG system in Laravel with Neuron AI framework. I tried to store docs to the vectorstore but I got error: [2025-12-04 06:49:45] local.ERROR: Server error: `POST http://localhost:11434/api/...
Leslie Joe's user avatar
2 votes
3 answers
88 views

I am storing my ESM protein embeddings as individual .pt files in Google Drive (about 46,000 files, total size ~182 MB). When I try to load them in Google Colab, the process is extremely slow (only ~2 ...
Max__08's user avatar
  • 21
3 votes
2 answers
206 views

I am working with OmniEmbed model (https://huggingface.co/Tevatron/OmniEmbed-v0.1), which is built on Qwen2.5 7B. My goal is to get a multimodal embedding for images and videos. I have the following ...
n_arch's user avatar
  • 76
-1 votes
1 answer
70 views

I’m working on a research problem where I want to reconstruct or paraphrase sentences starting from synthetic embeddings. The embeddings are global (mean-pooled), not token-level, so they lose ...
melissa mattos's user avatar
1 vote
2 answers
455 views

For my particular project, it would be very helpful to know how many tokens the BGE-M3 embedding model would break a string down into before I embed the text. I could embed the string and count the ...
ManBearPigeon's user avatar
0 votes
0 answers
54 views

Is it possible to add mp4 videos to itet 5.5 and let them play upon showing? What I tried: final PdfPCell cell = new PdfPCell(); final Chunk chunk = new Chunk(); chunk.setAnnotation(PdfAnnotation ...
Mani Afschar Yazdi's user avatar
1 vote
1 answer
210 views

I have been developing a matching system which matches the rows of the client and our central database depending on similarity. I have used a hybrid approach where I needed to somehow map the Company, ...
Prabhjit Singh's user avatar
0 votes
0 answers
75 views

In transformer models, I've noticed that token embeddings and positional embeddings are added together before being passed into the attention layers: import torch import torch.nn as nn class ...
Yilmaz's user avatar
  • 51.1k
0 votes
0 answers
145 views

I want to use open AI to get embeddings for a recommendation system. I used my credentials everything worked. Now I need to use my company's credentials to get embeddings for the whole dataset, ...
Anna Abrahamyan's user avatar
0 votes
0 answers
58 views

I want to embed an iframe that contains a vimeo video inside a container div and give that div any ole aspect-ratio and just have my vimeo video conform to that using something like object-fit: cover (...
taber's user avatar
  • 3,240
0 votes
0 answers
160 views

I'm migrating a project from android native to .net maui, by replacing native forms with embedded maui views (following the embedding method described in this MSDN page) However, now I'm facing a ...
Jesoo's user avatar
  • 104
0 votes
0 answers
66 views

I am getting error: Cannot read properties of undefined (reading 'numDimensions') When i am trying to work with OllamaEmbeddings getting the above error: import { OllamaEmbeddings } from "@...
Prerit Khandelwal's user avatar
0 votes
0 answers
508 views

Context I am working on a semantic search application and using Qdrant to store three types of embeddings per document: Dense embeddings (from OpenAI) Sparse embeddings (from Qdrant/BM25) Rerank ...
Himanshu Gupta's user avatar
0 votes
0 answers
62 views

I tried to improve XGBoost by stacking node2vec embeddings to the original features for fraud detection. In literature and papers this is frequently discussed as a good method to enhance prediction ...
Marlon Brando's user avatar
1 vote
1 answer
185 views

I'm using Spring ai to build an app, the stack I chose is jdk 21, spring-boot 3.3.11 ,spring-ai 1.0.0M6. And for both embedding and chat models, I chose to use Ollama, thus the spring-ai-ollama-spring-...
xiong's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
97