You've already forked DataMate
init datamate
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.dataengine.rag.indexer;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author dallas
|
||||
* @since 2025-10-13
|
||||
*/
|
||||
@SpringBootApplication
|
||||
public class RagApplication {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(RagApplication.class, args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user