Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Mar 13, 2024
1 parent c14239b commit 38400a3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,10 @@ def from_components( # Implemented in order to keep the current API
return cls(
document_storage=GCSDocumentStorage(bucket=bucket),
searcher=VectorSearchSearcher(
endpoint=endpoint, index=index, staging_bucket=bucket,
stream_update=stream_update
endpoint=endpoint,
index=index,
staging_bucket=bucket,
stream_update=stream_update,
),
embbedings=embedding,
)

0 comments on commit 38400a3

Please sign in to comment.