<chore>: adjustments on mongo atlas vector store

This commit is contained in:
berrytern 2024-06-21 17:41:19 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 8674f5d9a2

View file

@ -83,7 +83,7 @@ class MongoVectorStoreComponent(LCVectorStoreComponent):
return vector_store
def search_documents(self) -> List[Data]:
from typing import Union
from typing import Optional, Union
from bson import ObjectId
from langchain.schema import Document
import json