MCPcopy Create free account
hub / github.com/53AI/53AIHub / String

Method String

api/service/vectorstore/config.go:315–318  ·  view source on GitHub ↗

String 返回配置的字符串表示

()

Source from the content-addressed store, hash-verified

313
314// String 返回配置的字符串表示
315func (c *VectorDBConfig) String() string {
316 return fmt.Sprintf("VectorDBConfig{Type: %s, Endpoint: %s, Database: %s}",
317 c.Type, c.Endpoint, c.Database)
318}
319
320// GetCollectionName 获取完整的集合名称(带前缀)
321func (c *VectorDBConfig) GetCollectionName(name string) string {

Callers 15

GetBochaSearchContextFunction · 0.45
BatchRunJobStepsV2Function · 0.45
decodeZipEntryNameFunction · 0.45
GetSmtpConfigFromEnvFunction · 0.45
encodeSandboxDownloadURLFunction · 0.45
executeWebFetchFunction · 0.45
fetchWebContentFunction · 0.45
normalizeWebFetchTextFunction · 0.45
buildWebFetchDialContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected