Contents Menu Expand Light mode Dark mode Auto light/dark mode
Sycamore
Sycamore
  • Installing and Getting Started With Sycamore
    • Sycamore Concepts
    • Recommended resources to run Sycamore
    • AI Configuration
  • Using Jupyter notebooks
  • Transforms
    • Embed
    • Explode
    • ExtractEntity
    • Extract Schema
    • Filter
    • FlatMap
    • LLM Query
    • Map
    • MapBatch
    • Materialize
    • Merge
    • Partition
    • Sketch
    • Summarize
  • Connectors
    • DuckDB
    • Weaviate
    • Pinecone
    • Elasticsearch
    • OpenSearch
    • Neo4j
    • Qdrant
  • Querying Data with Sycamore
  • Vector Database Ingestion Examples
    • Loading Pinecone with Sycamore
    • Loading OpenSearch with Sycamore
    • Loading Weaviate with Sycamore
  • Sycamore APIs
    • Context
    • DocSet
    • DocSetReader
    • DocSetWriter
    • LLM
    • Prompts
    • Document
    • Functions
    • Node
    • Query
    • Low-Level Transforms (for Sycamore development)
      • Assign Doc Properties
      • Augment Text
      • Basics
      • Bbox Merge
      • Embed
      • Explode
      • Extract Entity
      • Extract Schema
      • Extract Table
      • Extract Table Properties
      • LLM Map
      • LLM Query
      • Map
      • Mark Misc
      • Merge Elements
      • Partition
      • Query
      • Random Sample
      • Regex Replace
      • Sketcher
      • Split Elements
      • Spread Properties
      • Standarizer
      • Summarize
      • Summarize Images
Back to top
Edit this page

Sycamore APIsΒΆ

This is the API reference for Sycamore, and it contains the functions you can use when writing Sycamore scripts to process or query data. If you are interested in contributing new transforms to the Sycamore project, please visit the Low-Level Transforms section in the API docs.

  • Context
  • DocSet
  • DocSetReader
  • DocSetWriter
  • LLM
  • Prompts
  • Document
  • Functions
  • Node
  • Query
  • Low-Level Transforms (for Sycamore development)
Next
Context
Previous
Loading Weaviate with Sycamore
Copyright © 2024, Aryn Inc.
Made with Sphinx and @pradyunsg's Furo