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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

    pinecone Pinecone

    No documentation available.

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

    pinecone Pinecone

    No documentation available.

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

    pinecone Pinecone

    No documentation available.

  4. data GenerateVectors

    pinecone Pinecone.Embed

    Generate embeddings for inputs

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

    pinecone Pinecone.Embed

    No documentation available.

  6. _GenerateVectors :: GenerateVectors

    pinecone Pinecone.Embed

    Default GenerateVectors

  7. totalVectorCount :: IndexStats -> Natural

    pinecone Pinecone.Indexes

    No documentation available.

  8. data SearchWithVector

    pinecone Pinecone.Search

    Request body for /query

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

    pinecone Pinecone.Search

    No documentation available.

  10. _SearchWithVector :: SearchWithVector

    pinecone Pinecone.Search

    Default SearchWithVector

Page 114 of many | Previous | Next

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