# Functions
DefineIndexer defines an Indexer with the given configuration.
DefineRetriever defines a Retriever with the given configuration.
Indexer returns the indexer with the given index name.
Init initializes the Pinecone plugin.
IsDefinedIndexer reports whether the named [Indexer] is defined by this plugin.
IsDefinedRetriever reports whether the named [Retriever] is defined by this plugin.
Retriever returns the retriever with the given index name.
# Structs
Config provides configuration options for [DefineIndexer] and [DefineRetriever].
IndexerOptions may be passed in the Options field of [ai.IndexerRequest] to pass options to Pinecone.
RetrieverOptions may be passed in the Options field of [ai.RetrieverRequest] to pass options to Pinecone.