Skip to content

Home > llm-ops > milvusVectorDB

milvusVectorDB class

Signature:

typescript
export declare class milvusVectorDB
export declare class milvusVectorDB

Constructors

ConstructorModifiersDescription
(constructor)(params)Constructs a new instance of the milvusVectorDB class

Properties

PropertyModifiersTypeDescription
COLLECTION_NAMEstring
llmLLM | undefined
milvusClientMilvusClient

Methods

MethodModifiersDescription
createCollection(params)
delete(params)
generatePromptTemplate(params)
generateVector(data)
query(params)
search(params)
upload(params)
upsert(params)

Released under the MIT License.