You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(amazonq): Decouple LSP from vector index creation; start LSP by default (aws#5702)
## Problem
Current LSP start is coupled with vector index creation, this should be
decoupled. We will be having new releases in the LSP to build some other
indexes for everyone very soon ( not computation expensive as vector
index), therefore we need to start LSP by default. The vector indexing,
as a computational expensive index, will be only enabled if opt-in.
## Solution
Decouple LSP from vector index creation; start LSP by default
---
<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
0 commit comments