Documentation
¶
Index ¶
- type PineconeGo
- func (p *PineconeGo) IndexConfigure(ctx context.Context, req *request.IndexConfigure, res *response.IndexConfigure) error
- func (p *PineconeGo) IndexCreate(ctx context.Context, req *request.IndexCreate, res *response.IndexCreate) error
- func (p *PineconeGo) IndexCreateCollection(ctx context.Context, req *request.IndexCreateCollection, ...) error
- func (p *PineconeGo) IndexDelete(ctx context.Context, req *request.IndexDelete, res *response.IndexDelete) error
- func (p *PineconeGo) IndexDeleteCollection(ctx context.Context, req *request.IndexDeleteCollection, ...) error
- func (p *PineconeGo) IndexDescribe(ctx context.Context, req *request.IndexDescribe, res *response.IndexDescribe) error
- func (p *PineconeGo) IndexDescribeCollection(ctx context.Context, req *request.IndexDescribeCollection, ...) error
- func (p *PineconeGo) IndexList(ctx context.Context, req *request.IndexList, res *response.IndexList) error
- func (p *PineconeGo) IndexListCollections(ctx context.Context, req *request.IndexListCollections, ...) error
- func (p *PineconeGo) VectorDelete(ctx context.Context, req *request.VectorDelete, res *response.VectorDelete) error
- func (p *PineconeGo) VectorDescribeIndexStats(ctx context.Context, req *request.VectorDescribeIndexStats, ...) error
- func (p *PineconeGo) VectorFetch(ctx context.Context, req *request.VectorFetch, res *response.VectorFetch) error
- func (p *PineconeGo) VectorList(ctx context.Context, req *request.VectorList, res *response.VectorList) error
- func (p *PineconeGo) VectorQuery(ctx context.Context, req *request.VectorQuery, res *response.VectorQuery) error
- func (p *PineconeGo) VectorUpdate(ctx context.Context, req *request.VectorUpdate, res *response.VectorUpdate) error
- func (p *PineconeGo) VectorUpsert(ctx context.Context, req *request.VectorUpsert, res *response.VectorUpsert) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PineconeGo ¶
type PineconeGo struct {
// contains filtered or unexported fields
}
func New ¶
func New(apiKey string) *PineconeGo
func (*PineconeGo) IndexConfigure ¶
func (p *PineconeGo) IndexConfigure( ctx context.Context, req *request.IndexConfigure, res *response.IndexConfigure, ) error
func (*PineconeGo) IndexCreate ¶
func (p *PineconeGo) IndexCreate( ctx context.Context, req *request.IndexCreate, res *response.IndexCreate, ) error
func (*PineconeGo) IndexCreateCollection ¶
func (p *PineconeGo) IndexCreateCollection( ctx context.Context, req *request.IndexCreateCollection, res *response.IndexCreateCollection, ) error
func (*PineconeGo) IndexDelete ¶
func (p *PineconeGo) IndexDelete( ctx context.Context, req *request.IndexDelete, res *response.IndexDelete, ) error
func (*PineconeGo) IndexDeleteCollection ¶
func (p *PineconeGo) IndexDeleteCollection( ctx context.Context, req *request.IndexDeleteCollection, res *response.IndexDeleteCollection, ) error
func (*PineconeGo) IndexDescribe ¶
func (p *PineconeGo) IndexDescribe( ctx context.Context, req *request.IndexDescribe, res *response.IndexDescribe, ) error
func (*PineconeGo) IndexDescribeCollection ¶
func (p *PineconeGo) IndexDescribeCollection( ctx context.Context, req *request.IndexDescribeCollection, res *response.IndexDescribeCollection, ) error
func (*PineconeGo) IndexListCollections ¶
func (p *PineconeGo) IndexListCollections( ctx context.Context, req *request.IndexListCollections, res *response.IndexListCollections, ) error
func (*PineconeGo) VectorDelete ¶
func (p *PineconeGo) VectorDelete( ctx context.Context, req *request.VectorDelete, res *response.VectorDelete, ) error
func (*PineconeGo) VectorDescribeIndexStats ¶
func (p *PineconeGo) VectorDescribeIndexStats( ctx context.Context, req *request.VectorDescribeIndexStats, res *response.VectorDescribeIndexStats, ) error
func (*PineconeGo) VectorFetch ¶
func (p *PineconeGo) VectorFetch( ctx context.Context, req *request.VectorFetch, res *response.VectorFetch, ) error
func (*PineconeGo) VectorList ¶
func (p *PineconeGo) VectorList( ctx context.Context, req *request.VectorList, res *response.VectorList, ) error
func (*PineconeGo) VectorQuery ¶
func (p *PineconeGo) VectorQuery( ctx context.Context, req *request.VectorQuery, res *response.VectorQuery, ) error
func (*PineconeGo) VectorUpdate ¶
func (p *PineconeGo) VectorUpdate( ctx context.Context, req *request.VectorUpdate, res *response.VectorUpdate, ) error
func (*PineconeGo) VectorUpsert ¶
func (p *PineconeGo) VectorUpsert(ctx context.Context, req *request.VectorUpsert, res *response.VectorUpsert) error
Click to show internal directories.
Click to hide internal directories.