Improvement[Community] Improve api doc for PineconeHybridSearchRetriever (#25803)

- Complete missing args in api doc
This commit is contained in:
ZhangShenao 2024-08-28 20:38:56 +08:00 committed by GitHub
parent 555f97becb
commit 3f1d652f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)