Ingestion queue enabled
This commit is contained in:
@@ -57,7 +57,9 @@ public class TestController {
|
|||||||
|
|
||||||
@GetMapping("test/ingest_document/{id}")
|
@GetMapping("test/ingest_document/{id}")
|
||||||
public IngestionOutput ingestDocumentById(@PathVariable String id) {
|
public IngestionOutput ingestDocumentById(@PathVariable String id) {
|
||||||
return ksIngestor.ingestDocumentByIdAsync(id);
|
|
||||||
|
//return ksIngestor.ingestDocumentByIdAsync(id);
|
||||||
|
return ksIngestor.setDocumentInQueueIngestion(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("test/query_vector")
|
@GetMapping("test/query_vector")
|
||||||
|
|||||||
Reference in New Issue
Block a user