refactor: Update PineconeVectorStoreComponent build_vector_store return type to Pinecone
This commit is contained in:
parent
1935029f66
commit
a9fc3ea5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class PineconeVectorStoreComponent(Component):
|
|||
Output(display_name="Search Results", name="search_results", method="search_documents"),
|
||||
]
|
||||
|
||||
def build_vector_store(self) -> Retriever:
|
||||
def build_vector_store(self) -> Pinecone:
|
||||
return self._build_pinecone()
|
||||
|
||||
def _build_pinecone(self) -> Pinecone:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue