Skip to content

Commit

Permalink
Improvement [docs] Improve api docs (#27787)
Browse files Browse the repository at this point in the history
- Add missing param
- Remove unused param

---------

Co-authored-by: Chester Curme <[email protected]>
  • Loading branch information
ZhangShenao and ccurme authored Oct 31, 2024
1 parent d9163e7 commit ad0387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/langchain_core/indexing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ async def aindex(
docs_source: Data loader or iterable of documents to index.
record_manager: Timestamped set to keep track of which documents were
updated.
vectorstore: Vector store or Document Index to index the documents into
vector_store: VectorStore or DocumentIndex to index the documents into.
batch_size: Batch size to use when indexing. Default is 100.
cleanup: How to handle clean up of documents. Default is None.
- Incremental: Cleans up all documents that haven't been updated AND
Expand Down

0 comments on commit ad0387a

Please sign in to comment.