YanSte commited on
Commit
8c53afc
·
1 Parent(s): 3871323

cleaned readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -410,7 +410,7 @@ with open("./newText.txt") as f:
410
  ```
411
 
412
  ### Insert using Pipeline
413
- The `apipeline_enqueue_documents` and `apipeline_process_enqueue_documents` functions allow you to perform incremental insertion of documents into the graph.
414
 
415
  This is useful for scenarios where you want to process documents in the background while still allowing the main thread to continue executing.
416
 
 
410
  ```
411
 
412
  ### Insert using Pipeline
413
+ The `apipeline_enqueue_documents` and `apipeline_process_enqueue_documents` functions allow you to perform incremental insertion of documents into the graph.
414
 
415
  This is useful for scenarios where you want to process documents in the background while still allowing the main thread to continue executing.
416