MongoDB Vector Store misaligned strings and classes (#3064)

This commit is contained in:
Kade Shockey
2025-06-30 23:42:28 -06:00
committed by GitHub
parent 5a1083b709
commit b79bfb7c1e
4 changed files with 14 additions and 37 deletions

View File

@@ -22,7 +22,7 @@ class OutputData(BaseModel):
payload: Optional[dict]
class MongoVector(VectorStoreBase):
class MongoDB(VectorStoreBase):
VECTOR_TYPE = "knnVector"
SIMILARITY_METRIC = "cosine"