.vectorstore
//ellmental/com.theagilemonkeys.ellmental.vectorstore
Package-level declarations
Types
Name | Summary |
---|---|
QueryOutput | [jvm] @Serializable data class QueryOutput(val entries: List<SemanticEntryMatch>) The output of a query to the Vector Store. |
VectorStore | [jvm] interface VectorStore The Vector Store is a repository of semantic entries. It is used to store and query semantic entries. It is useful together with the EmbeddingsModel module to store the embeddings of different texts. |