Package Classes (0.2.2)

Summary of entries of Classes for langchain-google-cloud-sql-mysql.

Classes

MySQLChatMessageHistory

Chat message history stored in a Cloud SQL MySQL database.

Column

Column(name: 'str', data_type: 'str', nullable: 'bool' = True)

MySQLEngine

A class for managing connections to a Cloud SQL for MySQL database.

DistanceMeasure

Enumerates the types of distance measures that can be used in searches.

Squared L2 norm (Euclidean) distance.

IndexType

Defines the types of indexes that can be used for vector storage.

A tree-based index, specifically Annoy (Approximate Nearest Neighbors Oh Yeah).

QueryOptions

Holds configuration options for executing a search query.

SearchType

Defines the types of search algorithms that can be used.

Approximate Nearest Neighbors search.

VectorIndex

Represents a vector index for storing and querying vectors.

MySQLDocumentSaver

A class for saving langchain documents into a Cloud SQL MySQL database table.

MySQLLoader

A class for loading langchain documents from a Cloud SQL MySQL database.

MySQLVectorStore

Constructor for MySQLVectorStore.

Modules

chat_message_history

API documentation for chat_message_history module.

engine

API documentation for engine module.

indexes

API documentation for indexes module.

loader

API documentation for loader module.

vectorstore

API documentation for vectorstore module.