3 questions with no answers
3
votes
0
answers
30
views
Why does Milvus Go RowBasedInsertOption conflict with Function-generated sparse vector fields?
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,...
1
vote
0
answers
83
views
Data type for Elser Sparse Vector Embeddings in Spring Data
I'm generating sparse vector embeddings using elser model, i want to implement search using spring data based application, what datatype should i use for it.
Will the following code work?
@Field(...
0
votes
0
answers
100
views
How to create a regplot in Pyspark - tough time with sparse vector
I am using a Colab Notebook and doing a linear regression in Pyspark.
I completed the whole regression with no problems. However, we were asked to add a regression plot, and that's where I am stuck.
I ...