Update .env.example

Co-authored-by: Copilot <[email protected]>
This commit is contained in:
Ilgın Kanat
2026-02-22 19:52:40 +04:00
committed by GitHub
co-authored by Copilot
parent 98f44754e4
commit c9dbcb2627
+1 -1
View File
@@ -4,7 +4,7 @@ DATABASE_POOL_SIZE=10
# Vector store for workspace memory (optional)
# When set to "lancedb", uses LanceDB for semantic search instead of pgvector/libsql
# VECTOR_BACKEND=pgvector # default: use database's built-in (pgvector or libsql_vector_idx)
# VECTOR_BACKEND=builtin # default: use database's built-in index (pgvector or libsql_vector_idx); "pgvector" is also accepted as an alias for "builtin"
# VECTOR_BACKEND=lancedb
# LANCEDB_PATH=~/.ironclaw/lancedb # path for LanceDB when VECTOR_BACKEND=lancedb