We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2098d61 + 2f94fae commit 385759bCopy full SHA for 385759b
1 file changed
src/services/SearchService.ts
@@ -1,8 +1,10 @@
1
+import { Service } from "typedi";
2
import { getCustomRepository } from "typeorm";
3
import { SearchRepository } from "../repositories/SearchRepository";
4
import { getLoadedModel } from "../utils/SentenceEncoder";
5
import { SearchModel } from "../models/SearchModel";
6
7
+@Service()
8
export class SearchService {
9
private searchRepository: SearchRepository;
10
0 commit comments