mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
Improvement[Community] Improve api doc for PineconeHybridSearchRetriever
(#25803)
- Complete missing args in api doc
This commit is contained in:
parent
555f97becb
commit
3f1d652f15
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user