Skip to content

Commit

Permalink
Improvement[Community] Improve api doc for `PineconeHybridSearchRetri…
Browse files Browse the repository at this point in the history
…ever` (#25803)

- Complete missing args in api doc
  • Loading branch information
ZhangShenao authored Aug 28, 2024
1 parent 555f97b commit 3f1d652
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def create_index(
sparse_encoder: Sparse encoder to use.
ids: List of ids to use for the documents.
metadatas: List of metadata to use for the documents.
namespace: Namespace value for index partition.
"""
batch_size = 32
_iterator = range(0, len(contexts), batch_size)
Expand Down

0 comments on commit 3f1d652

Please sign in to comment.