EmbeddingModel For ESVectorStore #1047
-
I'm trying to use the ESVectorStore in ordedr to do RAG, but I can't seem to find the right EmbeddingModel class for this. Should i define it myself or is there a soecific class that shoud be used ? This is my config class as for now : import com.example.demo.util.PDFExtractor; import java.io.File; @configuration
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It was a version problem, it didn't use the latest version so I was missing the EmbeddingModel class : / |
Beta Was this translation helpful? Give feedback.
It was a version problem, it didn't use the latest version so I was missing the EmbeddingModel class : /