Skip to main content
1 vote
0 answers
15 views

I’m encountering unexpected behavior when using query_iterator in Milvus 2.5.8 (standalone mode) with an INT64 primary key at its boundary values. My collection schema is simple: Primary key: INT64 ...
Veli Kıyak's user avatar
0 votes
0 answers
40 views

I’m experiencing a non-deterministic infinite hang when building a GPU-CAGRA index in Milvus 2.6.6 (standalone mode). Here is my setup: Milvus version: 2.6.6 Deployment: standalone SDK: pymilvus ...
Derya Coşkun's user avatar
0 votes
0 answers
8 views

I’m running into a fatal error when loading a large HNSW index in Milvus 2.6.7, deployed via Docker, and backed by S3-compatible object storage. Here is the setup: Collection size: ~50 million ...
Schiffer Marget's user avatar
3 votes
0 answers
30 views

I’m using Milvus 2.5 with the Go SDK (v2.5.1) and ran into an issue when inserting data into a collection that uses a Function-defined field together with RowBasedInsertOption. In my collection schema,...
Veli Kıyak's user avatar
0 votes
0 answers
28 views

MixCoord keeps routing requests to non-existent QueryNodes after a Kubernetes worker node reboot in Milvus I’m running a Milvus 2.5.x cluster on Kubernetes, where each worker node hosts a full set of ...
Schiffer Marget's user avatar
2 votes
0 answers
44 views

I’m using Milvus 2.5 with PyMilvus 2.5.x and ran into a confusing error message when querying an ARRAY<FLOAT> field. In my collection schema, I defined an array field float_array with ...
Derya Coşkun's user avatar
0 votes
0 answers
17 views

Reduce latency metric looks incorrect for binding pull requests in Milvus While monitoring Milvus performance metrics, I noticed something unexpected related to binding pull requests. Specifically, ...
Veli Kıyak's user avatar
0 votes
0 answers
25 views

Read requests fail or experience latency spikes when loading a bulk-inserted collection and switching alias in Milvus I’m running a Milvus cluster (v2.5.x) on Kubernetes (EKS) using milvus-operator, ...
Derya Coşkun's user avatar
0 votes
0 answers
47 views

I'm testing Milvus vector search and I'm running into some confusion about how the group_by_field parameter actually works. I'm not sure whether I'm using it incorrectly or if I misunderstood its ...
Veli Kıyak's user avatar
0 votes
1 answer
82 views

I'm trying to add a field for BM25 search in my Milvus database. The idea was taken from this article: https://milvus.io/ru/blog/how-opussearch-built-exact-matching-for-enterprise-rag-with-milvus-bm25....
EssentialMarie's user avatar
2 votes
1 answer
124 views

As Milvus does not support adding fields by default, I need to export all data, move it to the new collection, and set it in the collection of dynamic fields. My plan is to export all data and then ...
Jade Roy's user avatar
-1 votes
1 answer
109 views

I've recently been building a backend system using Python with Flask. Somehow an unexpected fetching operation appeared at the startup of my app.py (where app.run(port=) lies), and the server won't ...
oceanblue's user avatar
2 votes
1 answer
78 views

I have a standalone Milvus running in docker. It is recording vectors into volumes folder. I accidentally ran recreate_collection command and now it show there is no data in collection. Though, the ...
Темирлан Биджиев's user avatar
0 votes
2 answers
97 views

I took clean docker compose from official documentation https://milvus.io/docs/install_standalone-docker-compose.md https://github.com/milvus-io/milvus/releases/download/v2.5.6/milvus-standalone-...
Hellsontime's user avatar
0 votes
0 answers
113 views

I have a working RAG code, using Langchain and Milvus. Now I'd like to add the feature to look at the metadata of each of the extracted k documents, and do the following: find the paragraph_id of ...
ArieAI's user avatar
  • 512

15 30 50 per page
1
2 3 4 5
13