thinkt indexer#

Specialized indexing and search via DuckDB (requires thinkt-indexer)

Synopsis#

The indexer command provides access to DuckDB-powered indexing and search capabilities. This requires the ’thinkt-indexer’ binary to be installed separately due to its CGO dependencies.

Examples: thinkt indexer start # Start indexer in background thinkt indexer status # Check indexer status thinkt indexer stop # Stop background indexer thinkt indexer sync # Sync all local sessions to the index thinkt indexer search “query” # Search across all sessions thinkt indexer summarize tags “trace tag” # Suggest shareable tags

Options#

      --db string              path to DuckDB index database file
      --embeddings-db string   path to DuckDB embeddings database file
  -h, --help                   help for indexer
      --log string             path to log file
  -q, --quiet                  suppress progress output
  -v, --verbose                verbose output

SEE ALSO#