Skip to content

Commit 3f1d652

Browse files
authored
Improvement[Community] Improve api doc for PineconeHybridSearchRetriever (#25803)
- Complete missing args in api doc
1 parent 555f97b commit 3f1d652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/community/langchain_community/retrievers/pinecone_hybrid_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def create_index(
4242
sparse_encoder: Sparse encoder to use.
4343
ids: List of ids to use for the documents.
4444
metadatas: List of metadata to use for the documents.
45+
namespace: Namespace value for index partition.
4546
"""
4647
batch_size = 32
4748
_iterator = range(0, len(contexts), batch_size)

0 commit comments

Comments
 (0)