Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Mar 28, 2024
1 parent f3a15cf commit a0d42b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import dev.langchain4j.rag.RetrievalAugmentor;
import dev.langchain4j.rag.content.retriever.ContentRetriever;
import dev.langchain4j.service.AiServices;
import org.springframework.stereotype.Service;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;
Expand Down Expand Up @@ -44,6 +45,7 @@
*
* @see AiServices
*/
@Service
@Target(TYPE)
@Retention(RUNTIME)
public @interface AiService {
Expand Down

0 comments on commit a0d42b3

Please sign in to comment.