Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

임베딩(vector) 스토어를 위한 캐시 매니저

NotificationsYou must be signed in to change notification settings

shing100/embeddingStoreManager

Repository files navigation

### gradle 사용시repositories {    maven { url 'https://jitpack.io' }    mavenCentral()}dependencies {    implementation 'com.github.shing100:embeddingStoreManager:1.0.3'}

라이브러리 설치 후

@BeanpublicEmbeddingCacheManagerembeddingCacheManager()throwsEmbeddingCacheManagerException {returnnewEmbeddingCacheManager(EmbeddingCacheManagerConfig.builder()                 .elasticSearchCacheHosts(this.arguments.getEsServers()) #es서버hosts                .elasticSearchCachePort(this.arguments.getEsPort()) #es서버port                .elasticSearchCacheAliasName(this.arguments.getEsEmbeddingCacheAliasName()) #es에저장할index명                .modelName(this.arguments.getEmbeddingModelName()) #임베딩모델명                .embeddingApiUrl(this.arguments.getEmbeddingApiUrl()) #임베딩API주소                .build());    }

About

임베딩(vector) 스토어를 위한 캐시 매니저

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp