MCPcopy Index your code
hub / github.com/labring/FastGPT / init

Method init

packages/service/common/vectorDB/type.ts:88–88  ·  view source on GitHub ↗

* Initialize vector database (create tables, indexes, etc.)

()

Source from the content-addressed store, hash-verified

86 * Initialize vector database (create tables, indexes, etc.)
87 */
88 init(): Promise<void>;
89
90 /**
91 * Insert vectors into the database

Callers 15

createVectorDBTestSuiteFunction · 0.65
EChartsCodeBlockFunction · 0.65
AppFunction · 0.65
useWorkflowDemoTrackFunction · 0.65
functional.test.tsFile · 0.65
legacy-js.test.tsFile · 0.65
createRunnerFunction · 0.65
boundary.test.tsFile · 0.65

Implementers 4

ObVectorCtrlpackages/service/common/vectorDB/ocean
PgVectorCtrlpackages/service/common/vectorDB/pg/in
OpenGaussVectorCtrlpackages/service/common/vectorDB/openg
MilvusCtrlpackages/service/common/vectorDB/milvu

Calls

no outgoing calls

Tested by 2

createRunnerFunction · 0.52