Update FaissDb.cs
This commit is contained in:
parent
0420d7feba
commit
fe2878b24c
|
|
@ -22,7 +22,7 @@ public class FaissDb : IVectorDb
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task Upsert(string collectionName, int id, float[] vector, string text)
|
||||
public Task Upsert(string collectionName, string id, float[] vector, string text, Dictionary<string, string>? payload = null)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue