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
[Sync to Gitee] - Fix/local embedding 250417 (#116)
* Add project context to LocalEmbeddingService and optimize indexing
1. Created ProjectUtil class to determine current context project
2. Modified LocalEmbeddingService to only index the current project instead of all open projects
3. Updated service start method to accept project parameter
* Fix code formatting in ProjectUtil.java
Add proper spacing around parentheses in type casting and ternary operator expressions for better readability and code ...
#66