Commit a88a952
committed
feat: LanceDB for code index vector store
- Added LanceDBManager class to handle installation and verification of LanceDB binaries.
- Introduced methods for checking current platform, installing dependencies, and cleaning up.
- Updated WebviewMessage interface to include new vector store provider options.
- Enhanced storage utility functions to support synchronous operations for custom storage paths.
- Updated CodeIndexPopover component to handle new settings for vector store provider and local directory.
- Added internationalization support for new settings in multiple languages.1 parent 836371c commit a88a952
File tree
53 files changed
+1490
-182
lines changed- packages/types/src
- src
- core/webview
- i18n/locales
- ca
- de
- en
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
- services
- code-index
- __tests__
- interfaces
- vector-store
- __tests__
- utils
- webview-ui/src
- components/chat
- context
- i18n/locales
- ca
- de
- en
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+1490
-182
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments