TencentBlueKing / bk-repo

蓝鲸制品库平台(BlueKing REPO)
https://bk.tencent.com/
Other
69 stars 38 forks source link

feat: 支持查询相似路径 #1949 #2372

Closed cnlkl closed 2 months ago

cnlkl commented 3 months ago
  1. 1949

cnlkl commented 2 months ago
  1. 需要更新repository服务,支持创建INTELLIGENT类型的加载策略
  2. 增加如下配置
    
    # application
    artifact:
    cache:
    preload:
      mock: true
      preloadHourOfDay:
        - 1
        - 2

job

spring ai: embeddingServiceUrl: htttp://embedding.example.com embeddingServiceToken: exampletoken defaultSimilarityThreshold: 0.95 vectorstore: milvus: client: host: 127.0.0.1 port: 19530 username: xxx password: xxx job: artifact-access-log-embedding: enabled: true projects: