mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
Improvement [docs] Improve api docs (#27787)
- Add missing param - Remove unused param --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
parent
d9163e7afa
commit
ad0387ac97
@ -484,7 +484,7 @@ async def aindex(
|
|||||||
docs_source: Data loader or iterable of documents to index.
|
docs_source: Data loader or iterable of documents to index.
|
||||||
record_manager: Timestamped set to keep track of which documents were
|
record_manager: Timestamped set to keep track of which documents were
|
||||||
updated.
|
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.
|
batch_size: Batch size to use when indexing. Default is 100.
|
||||||
cleanup: How to handle clean up of documents. Default is None.
|
cleanup: How to handle clean up of documents. Default is None.
|
||||||
- Incremental: Cleans up all documents that haven't been updated AND
|
- Incremental: Cleans up all documents that haven't been updated AND
|
||||||
|
Loading…
Reference in New Issue
Block a user