Interface defining the arguments required to create an instance of the OpenSearchVectorStore class. It includes the OpenSearch client, index name, and vector search options.

Hierarchy

  • OpenSearchClientArgs

Properties

client: Client
indexName?: string
vectorSearchOptions?: VectorSearchOptions

Generated using TypeDoc