only render retrieve context button if semantic index is enabled
This commit is contained in:
parent
166ca2a227
commit
ed894cc06f
2 changed files with 16 additions and 13 deletions
|
@ -2,7 +2,6 @@ use crate::codegen::CodegenKind;
|
|||
use language::{BufferSnapshot, OffsetRangeExt, ToOffset};
|
||||
use std::cmp::{self, Reverse};
|
||||
use std::fmt::Write;
|
||||
use std::iter;
|
||||
use std::ops::Range;
|
||||
use tiktoken_rs::ChatCompletionRequestMessage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue