Memory built for teams
Search everything your team knows. Get answers with sources.
Configuration
Configure your memory store
Define what gets indexed and remembered. Use glob patterns to include documentation, code, and context your team needs.
Search everything your team knows. Get answers with sources.
Configuration
Define what gets indexed and remembered. Use glob patterns to include documentation, code, and context your team needs.
# Lightfast Configuration
# Docs: https://lightfast.com/docs/get-started/config
version: 1
# Store name (unique identifier for this documentation set)
store: root-store
# Files to include (glob patterns)
include:
- "README.md"
# Files to exclude (optional)
exclude:
- "**/node_modules/**"
- "**/.git/**"# Lightfast Configuration
# Docs: https://lightfast.com/docs/get-started/config
version: 1
# Store name (unique identifier for this documentation set)
store: root-store
# Files to include (glob patterns)
include:
- "README.md"
# Files to exclude (optional)
exclude:
- "**/node_modules/**"
- "**/.git/**"