refactor: Remove build_base_retriever method from VectaraVectorStoreComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-20 21:43:33 -03:00
commit 6d820df454

View file

@ -56,9 +56,6 @@ class VectaraVectorStoreComponent(Component):
def build_vector_store(self) -> Vectara:
return self._build_vectara()
def build_base_retriever(self) -> Retriever:
return self._build_vectara()
def _build_vectara(self) -> Vectara:
source = "Langflow"