Joseph T. Lyons
|
516a8790b9
|
Add gpt-4-1106-preview model
|
2023-11-14 08:28:57 -05:00 |
|
KCaverly
|
d5b6300fd7
|
moved from Boxes to Arcs for shared access of completion providers across the assistant panel and inline assistant
|
2023-11-02 10:08:47 -04:00 |
|
KCaverly
|
f3c113fe02
|
clean up warnings and fix tests in the ai crate
|
2023-10-30 11:07:24 -04:00 |
|
KCaverly
|
a2c3971ad6
|
moved authentication for the semantic index into the EmbeddingProvider
|
2023-10-30 10:02:27 -04:00 |
|
KCaverly
|
1e8b23d8fb
|
replace api_key with ProviderCredential throughout the AssistantPanel
|
2023-10-28 18:16:45 -04:00 |
|
KCaverly
|
558f54c424
|
added credential provider to completion provider
|
2023-10-28 16:35:43 -04:00 |
|
KCaverly
|
7af77b1cf9
|
moved TestCompletionProvider into ai
|
2023-10-27 12:26:01 +02:00 |
|
KCaverly
|
ec9d79b6fe
|
add concept of LanguageModel to CompletionProvider
|
2023-10-27 08:51:30 +02:00 |
|
KCaverly
|
6c8bb4b05e
|
ensure OpenAIEmbeddingProvider is using the provider credentials
|
2023-10-27 08:33:35 +02:00 |
|
KCaverly
|
ca82ec8e8e
|
fixed truncation error in fake language model
|
2023-10-26 14:05:55 +02:00 |
|
KCaverly
|
3447a9478c
|
updated authentication for embedding provider
|
2023-10-26 11:18:16 +02:00 |
|
KCaverly
|
71bc35d241
|
catchup with main
|
2023-10-25 16:31:00 +02:00 |
|
KCaverly
|
8ffe5a3ec7
|
move keychain access into semantic index as opposed to on init
|
2023-10-24 13:26:37 +02:00 |
|
KCaverly
|
0dfbfdd164
|
catchup with main
|
2023-10-23 17:21:37 +02:00 |
|
KCaverly
|
4e90e45999
|
move embedding truncation to base model
|
2023-10-23 14:07:45 +02:00 |
|
KCaverly
|
2b780ee7b2
|
add base model to EmbeddingProvider, not yet leveraged for truncation
|
2023-10-22 15:00:09 +02:00 |
|
KCaverly
|
d1dec8314a
|
move OpenAIEmbeddings to OpenAIEmbeddingProvider in providers folder
|
2023-10-22 14:46:22 +02:00 |
|
KCaverly
|
d813ae8845
|
replace OpenAIRequest with more generalized Box<dyn CompletionRequest>
|
2023-10-22 14:33:19 +02:00 |
|
KCaverly
|
05ae978cb7
|
move OpenAICompletionProvider to providers location
|
2023-10-22 13:57:13 +02:00 |
|
KCaverly
|
3712794e56
|
move OpenAILanguageModel to providers folder
|
2023-10-22 13:47:28 +02:00 |
|
KCaverly
|
a62baf34f2
|
rename templates to prompts in ai crate
|
2023-10-22 13:46:49 +02:00 |
|
KCaverly
|
0b57ab7303
|
cleaned up truncate vs truncate start
|
2023-10-22 13:34:22 +02:00 |
|
KCaverly
|
106115676d
|
update semantic search to use keychain as fallback
|
2023-10-21 10:19:50 -04:00 |
|
KCaverly
|
71fb23f769
|
decrease temperature for inline assist on code content
|
2023-10-19 15:44:49 -04:00 |
|
KCaverly
|
19c2df4822
|
outlined when truncation is taking place in the prompt
|
2023-10-19 14:33:52 -04:00 |
|
KCaverly
|
178a84bcf6
|
progress on smarter truncation strategy for file context
|
2023-10-18 17:56:59 -04:00 |
|
KCaverly
|
587fd707ba
|
added smarter error handling for file_context prompts without provided buffers
|
2023-10-18 16:40:09 -04:00 |
|
KCaverly
|
f59f2eccd5
|
added dumb truncation strategies to file_context and generate
|
2023-10-18 16:32:14 -04:00 |
|
KCaverly
|
a0e01e075d
|
fix for error when truncating a length less than the string length
|
2023-10-18 16:31:29 -04:00 |
|
KCaverly
|
32853c2044
|
added initial placeholder for truncation without a valid strategy
|
2023-10-18 16:23:53 -04:00 |
|
KCaverly
|
473067db31
|
update PromptPriority to accomodate for both Mandatory and Ordered prompts
|
2023-10-18 15:56:39 -04:00 |
|
KCaverly
|
aa1825681c
|
update the assistant panel to use new prompt templates
|
2023-10-18 14:20:12 -04:00 |
|
KCaverly
|
b9bb27512c
|
fix template ordering during prompt chain generation
|
2023-10-18 13:10:31 -04:00 |
|
KCaverly
|
fa61c1b9c1
|
add prompt template for generate inline content
|
2023-10-18 13:03:11 -04:00 |
|
KCaverly
|
178a79fc47
|
added prompt template for file context without truncation
|
2023-10-18 12:29:10 -04:00 |
|
KCaverly
|
02853bbd60
|
added prompt template for repository context
|
2023-10-17 17:29:07 -04:00 |
|
KCaverly
|
a874a09b7e
|
added openai language model tokenizer and LanguageModel trait
|
2023-10-17 16:21:03 -04:00 |
|
KCaverly
|
ad92fe49c7
|
implement initial concept of prompt chain
|
2023-10-17 11:58:45 -04:00 |
|
KCaverly
|
500af6d775
|
progress on prompt chains
|
2023-10-16 18:47:10 -04:00 |
|
KCaverly
|
40755961ea
|
added initial template outline
|
2023-10-16 11:54:32 -04:00 |
|
KCaverly
|
ecfece3ac4
|
catchup with main
|
2023-10-06 16:30:31 +02:00 |
|
KCaverly
|
0666fa80ac
|
moved status to icon with additional information in tooltip
|
2023-10-05 16:49:25 +03:00 |
|
KCaverly
|
ec1b4e6f85
|
added initial working status in inline assistant prompt
|
2023-10-05 13:01:11 +03:00 |
|
Mikayla
|
6007c8705c
|
Upgrade SeaORM to latest version, also upgrade sqlite bindings, rustqlite, and remove SeaQuery
co-authored-by: Max <max@zed.dev>
|
2023-10-03 12:16:53 -07:00 |
|
KCaverly
|
68c37ca2a4
|
move embedding provider to ai crate
|
2023-09-22 09:33:59 -04:00 |
|
KCaverly
|
48e151495f
|
introduce ai crate with completion providers
|
2023-09-21 22:44:56 -04:00 |
|
KCaverly
|
5f6334696a
|
rename ai crate to assistant crate
|
2023-09-21 21:54:59 -04:00 |
|
Joseph T. Lyons
|
5df9a57a8b
|
Add assistant events (#2978)
Add assistant events
Release Notes:
- N/A
|
2023-09-15 15:25:35 -04:00 |
|
Nate Butler
|
24974ee2fa
|
Unify icons using multiple variants, remove all unused icons
|
2023-09-15 12:50:49 -04:00 |
|
Antonio Scandurra
|
925da97599
|
Don't dismiss inline assistant when an error occurs
|
2023-09-15 12:32:37 +02:00 |
|