Package Classes (0.2.1)

Summary of entries of Classes for llama-index-cloud-sql-pg.

Classes

PostgresChatStore

Chat Store Table stored in an Cloud SQL for PostgreSQL database.

PostgresDocumentStore

Document Store Table stored in an Cloud SQL for PostgreSQL database.

Column

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

PostgresEngine

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

PostgresIndexStore

Index Store Table stored in an Cloud SQL for PostgreSQL database.

BaseIndex

BaseIndex(name: Optional[str] = None, index_type: str = 'base', distance_strategy: llama_index_cloud_sql_pg.indexes.DistanceStrategy =

DistanceStrategy

Enumerator of the Distance strategies.

ExactNearestNeighbor

ExactNearestNeighbor(name: Optional[str] = None, index_type: str = 'exactnearestneighbor', distance_strategy: llama_index_cloud_sql_pg.indexes.DistanceStrategy =

HNSWIndex

HNSWIndex(name: Optional[str] = None, index_type: str = 'hnsw', distance_strategy: llama_index_cloud_sql_pg.indexes.DistanceStrategy =

HNSWQueryOptions

HNSWQueryOptions(ef_search: int = 40)

IVFFlatIndex

IVFFlatIndex(name: Optional[str] = None, index_type: str = 'ivfflat', distance_strategy: llama_index_cloud_sql_pg.indexes.DistanceStrategy =

IVFFlatQueryOptions

IVFFlatQueryOptions(probes: int = 1)

QueryOptions

API documentation for QueryOptions class.

StrategyMixin

API documentation for StrategyMixin class.

PostgresReader

Chat Store Table stored in an Cloud SQL for PostgreSQL database.

PostgresVectorStore

Google Cloud SQL Vector Store class

Modules

chat_store

API documentation for chat_store module.

document_store

API documentation for document_store module.

engine

API documentation for engine module.

index_store

API documentation for index_store module.

indexes

API documentation for indexes module.

reader

API documentation for reader module.

vector_store

API documentation for vector_store module.