# ToraDB ## Docs - [CLI reference](https://toradb.mintlify.app/api-reference/cli/overview.md): toradb command-line interface - [API reference](https://toradb.mintlify.app/api-reference/introduction.md): Python SDK, SQL, and CLI - [Database](https://toradb.mintlify.app/api-reference/python/database.md): toradb.local, Database methods - [Ingest helpers](https://toradb.mintlify.app/api-reference/python/ingest.md): toradb.ingest module - [SearchResults](https://toradb.mintlify.app/api-reference/python/search-results.md): Retrieval result object - [SQL helpers](https://toradb.mintlify.app/api-reference/python/sql-helpers.md): toradb.sql module - [Table](https://toradb.mintlify.app/api-reference/python/table.md): Ingest and search on a table - [SQL analytics](https://toradb.mintlify.app/api-reference/sql/analytics.md): GROUP BY, aggregates, WHERE - [SQL DDL](https://toradb.mintlify.app/api-reference/sql/ddl.md): CREATE, DROP, INDEX, COMPACT, ALTER - [Functions & aliases](https://toradb.mintlify.app/api-reference/sql/functions.md): Built-in scalar functions and column aliases in SELECT, WHERE, ORDER BY, and GROUP BY - [Materialized views](https://toradb.mintlify.app/api-reference/sql/materialized-views.md): CREATE, REFRESH, SHOW, DROP - [SQL overview](https://toradb.mintlify.app/api-reference/sql/overview.md): Dialect summary for ToraDB SQL - [SQL retrieval](https://toradb.mintlify.app/api-reference/sql/retrieval.md): SPARSE SEARCH, VECTOR SEARCH, ranking knobs, facets, ORDER BY, EXPLAIN - [Code of Conduct](https://toradb.mintlify.app/community/code-of-conduct.md): Community standards for ToraDB - [Contributing](https://toradb.mintlify.app/community/contributing.md): Development workflow and pull request expectations - [Security](https://toradb.mintlify.app/community/security.md): Vulnerability reporting process - [On-disk layout](https://toradb.mintlify.app/concepts/on-disk-layout.md): Database directory, segments, and index sidecars - [Overview](https://toradb.mintlify.app/concepts/overview.md): Mental model for databases, tables, indexes, and queries - [Table modes](https://toradb.mintlify.app/concepts/table-modes.md): text vs hybrid tables and schemas - [Documentation development](https://toradb.mintlify.app/development.md): Preview and edit the Mintlify docs site locally - [CLI](https://toradb.mintlify.app/guides/cli.md): toradb smoke, query, sql, tables, and reindex - [Ingest](https://toradb.mintlify.app/guides/ingest.md): Add documents from Python, files, DataFrames, and Arrow - [LangChain](https://toradb.mintlify.app/guides/integrations/langchain.md): ToraDBVectorStore adapter - [LlamaIndex](https://toradb.mintlify.app/guides/integrations/llamaindex.md): ToraDBLlamaIndexStore adapter - [Platform Chat](https://toradb.mintlify.app/guides/platform-chat.md): Chat with your ToraDB data — search, SQL analytics, charts, and reports. - [Retrieval provenance](https://toradb.mintlify.app/guides/provenance.md): Understand exactly why a document was returned — or why it wasn't - [Python SDK](https://toradb.mintlify.app/guides/python.md): Open a database, manage tables, search, and run SQL - [Reindex and compact](https://toradb.mintlify.app/guides/reindex-compact.md): Rebuild indexes and merge segments on disk - [Search strategies](https://toradb.mintlify.app/guides/search.md): BM25, dense ANN, hybrid, DiskANN, HYDE, CRAG, and retrieval provenance - [SQL](https://toradb.mintlify.app/guides/sql.md): Retrieval SQL, analytics, and catalog commands - [Typed metadata columns](https://toradb.mintlify.app/guides/typed-columns.md): Declare column types for correct numeric and date filters in SQL - [Introduction](https://toradb.mintlify.app/index.md): The retrieval database that shows its work - [Install](https://toradb.mintlify.app/install.md): Install ToraDB from PyPI or build from source - [Quickstart](https://toradb.mintlify.app/quickstart.md): From install to your first retrieval query ## Optional - [GitHub](https://github.com/sophatvathana/toradb) - [Report issue](https://github.com/sophatvathana/toradb/issues)