|
5 | 5 | * Common Use Cases
|
6 | 6 | * [Batch Inference](use-case/batch-inference.md)
|
7 | 7 | * Working with Modalities
|
8 |
| - * [Overview](modalities/index.md) |
| 8 | + * [Modalities](modalities/index.md) |
9 | 9 | * [Custom Modalities](modalities/custom.md)
|
10 | 10 | * [URLs and Files](modalities/urls.md)
|
11 | 11 | * [Text](modalities/text.md)
|
12 | 12 | * [Images](modalities/images.md)
|
13 | 13 | * [Videos](modalities/videos.md)
|
14 | 14 | * [JSON and Nested Data](modalities/json.md)
|
15 | 15 | * Running Custom Python Code
|
16 |
| - * [Overview](custom-code/index.md) |
| 16 | + * [Custom Code](custom-code/index.md) |
17 | 17 | * [User-Defined Functions (UDFs)](custom-code/udfs.md)
|
18 | 18 | * [Working with GPUs](custom-code/gpu.md)
|
19 | 19 | * [External APIs](custom-code/apis.md)
|
20 | 20 | * Data Connectors
|
21 |
| - * [Overview](connectors/index.md) |
| 21 | + * [Connectors](connectors/index.md) |
22 | 22 | * [Custom Connectors](connectors/custom.md)
|
23 | 23 | * [AWS Glue](connectors/glue.md)
|
24 | 24 | * [AWS S3 Tables](connectors/s3tables.md)
|
|
33 | 33 | * [Unity Catalog (Databricks)](connectors/unity_catalog.md)
|
34 | 34 | * [Scaling Out and Deployment](distributed.md)
|
35 | 35 | * Optimization and Debugging
|
36 |
| - * [Overview](optimization/index.md) |
| 36 | + * [Optimization](optimization/index.md) |
37 | 37 | * [Architecture](optimization/architecture.md)
|
38 | 38 | * [Managing Memory Usage](optimization/memory.md)
|
39 | 39 | * [Partitioning](optimization/partitioning.md)
|
|
45 | 45 | * [Release Notes <sup>↗</sup>](https://github.com/Eventual-Inc/Daft/releases)
|
46 | 46 | * [Usage Telemetry](telemetry.md)
|
47 | 47 | * Examples
|
48 |
| - * [Overview](examples/index.md) |
| 48 | + * [Examples](examples/index.md) |
49 | 49 | * [Document Processing](examples/document-processing.md)
|
50 | 50 | * [Audio Transcription](examples/audio-transcription.md)
|
51 | 51 | * [Generate Text Embeddings for Turbopuffer](examples/text-embeddings.md)
|
|
55 | 55 | * [MNIST Digit Classification](examples/mnist.md)
|
56 | 56 | * [Window Functions](examples/window-functions.md)
|
57 | 57 | * Python API
|
58 |
| - * [Overview](api/index.md) |
| 58 | + * [Python API](api/index.md) |
59 | 59 | * [AI](api/ai.md)
|
60 | 60 | * [I/O](api/io.md)
|
61 | 61 | * [DataFrame](api/dataframe.md)
|
|
73 | 73 | * [Configuration](api/config.md)
|
74 | 74 | * [Miscellaneous](api/misc.md)
|
75 | 75 | * SQL Reference
|
76 |
| - * [Overview](sql/index.md) |
| 76 | + * [SQL Reference](sql/index.md) |
77 | 77 | * Statements
|
78 | 78 | * [SELECT](sql/statements/select.md)
|
79 | 79 | * [SHOW](sql/statements/show.md)
|
|
0 commit comments