mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix Qdrant URL input default value (#3933)
This commit is contained in:
parent
448dc2be37
commit
c357daf922
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
|
|||
autoCondenseContextPercent: 100,
|
||||
codebaseIndexConfig: {
|
||||
codebaseIndexEnabled: false,
|
||||
codebaseIndexQdrantUrl: "",
|
||||
codebaseIndexQdrantUrl: "http://localhost:6333",
|
||||
codebaseIndexEmbedderProvider: "openai",
|
||||
codebaseIndexEmbedderBaseUrl: "",
|
||||
codebaseIndexEmbedderModelId: "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue