langchain-db2: 0.1.3#

db2vs#

Classes

db2vs.DB2VS(client, embedding_function, ...)

DB2VS vector store.

Functions

db2vs.clear_table(client, table_name)

Remove all records from the table using TRUNCATE.

db2vs.drop_table(client, table_name)

Drop a table from the database.