refactor: Remove build_base_retriever method from VectaraVectorStoreComponent
This commit is contained in:
parent
1163515e7a
commit
6d820df454
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue