• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. listVectorIDs :: DataMethods -> Maybe Text -> Maybe Natural -> Maybe Text -> Maybe Namespace -> IO VectorIDs

    pinecone Pinecone

    No documentation available.

  2. searchWithVector :: DataMethods -> SearchWithVector -> IO Matches

    pinecone Pinecone

    No documentation available.

  3. updateVector :: DataMethods -> UpdateVector -> IO ()

    pinecone Pinecone

    No documentation available.

  4. upsertVectors :: DataMethods -> UpsertVectors -> IO UpsertStats

    pinecone Pinecone

    No documentation available.

  5. data GenerateVectors

    pinecone Pinecone.Embed

    Generate embeddings for inputs

  6. GenerateVectors :: Text -> Vector Text -> Map Text Scalar -> GenerateVectors

    pinecone Pinecone.Embed

    No documentation available.

  7. _GenerateVectors :: GenerateVectors

    pinecone Pinecone.Embed

    Default GenerateVectors

  8. totalVectorCount :: IndexStats -> Natural

    pinecone Pinecone.Indexes

    No documentation available.

  9. data SearchWithVector

    pinecone Pinecone.Search

    Request body for /query

  10. SearchWithVector :: Natural -> Maybe Namespace -> Maybe Filter -> Maybe Bool -> Maybe Bool -> Maybe (Vector Double) -> Maybe SparseValues -> Maybe Text -> SearchWithVector

    pinecone Pinecone.Search

    No documentation available.

Page 114 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete