Update FaissDb.cs

This commit is contained in:
C. Oceania 2024-07-10 11:25:17 -05:00 committed by GitHub
parent 0420d7feba
commit fe2878b24c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();
}