cleaned readme
Browse files
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 |
|