We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/ingest
1 parent 5f8975d commit fa55e66Copy full SHA for fa55e66
rocket-chatter-ingestion-server/src/routes/ingest.ts
@@ -47,7 +47,8 @@ async function startProcessJob(dirName: string): Promise<boolean> {
47
48
/* Step 1: Prepare the codebase */
49
const codebase = new Codebase(dirName, new FileProcessor(), batchSize)
50
- codebase.process()
+ await codebase.process()
51
+ await codebase.embed()
52
53
/* Step 2: Prepare the nodes embeddings */
54
// await prepareNodesEmbeddings("data", batchSize)
0 commit comments