Commit Graph

154 Commits

Author SHA1 Message Date
Silas Marvin
1f70756c5b
Merge pull request #35 from SilasMarvin/feat/add_release_ci
feat: add release CI
2024-06-26 23:06:48 -07:00
Luc Georges
39778989c4
docs(ci): move README to .github/workflows 2024-06-26 22:35:12 +02:00
Luc Georges
da60c7264a
docs(ci): add README in .github folder 2024-06-26 22:35:12 +02:00
Luc Georges
551e3f0114
fix(ci): set contents: write permissions 2024-06-26 22:35:12 +02:00
Luc Georges
2554a4dbd6
fix(ci): LLM_LS_TARGET -> LSP_AI_TARGET 2024-06-26 22:35:12 +02:00
Luc Georges
5411b72f0d
fix(ci): install gcc in musl build 2024-06-26 22:35:12 +02:00
Luc Georges
4aa0514058
fix(ci): remove inexistent package & add in musl build 2024-06-26 22:35:11 +02:00
Luc Georges
5210076ad9
fix(ci): install x86_64-linux-gnu-g++ in musl build 2024-06-26 22:35:11 +02:00
Luc Georges
6077aa601d
fix(ci): install linux-headers in musl build 2024-06-26 22:35:11 +02:00
Luc Georges
0afe8d67d5
fix(ci): install make in musl build 2024-06-26 22:35:11 +02:00
Luc Georges
201d6d3cf7
fix(ci): install perl in musl build 2024-06-26 22:35:11 +02:00
Luc Georges
f5b94f903a
fix(ci): install openssl-dev in musl build 2024-06-26 22:35:11 +02:00
Luc Georges
bb5d54f25d
fix: update visibilty 2024-06-26 22:35:11 +02:00
Luc Georges
19ed5188a0
fix: clippy warnings 2024-06-26 22:35:11 +02:00
Luc Georges
b594d03e48
fix: visibilty warnings 2024-06-26 22:35:10 +02:00
Luc Georges
12900c0ebf
fix: author name 2024-06-26 22:34:20 +02:00
Luc Georges
c287591c6a
fix: install x86_64-unknown-linux-gnu toolchain for musl 2024-06-26 11:19:10 +02:00
Luc Georges
9c34ce39a0
fix(ci): add missing .cargo/config.toml 2024-06-26 10:52:03 +02:00
Luc Georges
98cd60ba40
feat: add release CI 2024-06-26 10:49:26 +02:00
Silas Marvin
17ea67a6a7
Merge pull request #31 from SilasMarvin/silas-rag-force
Introduce RAG and PostgresML support
2024-06-24 21:26:25 -07:00
Silas Marvin
9c17fc3456 Get ready for publishing 2024-06-24 08:38:36 -07:00
SilasMarvin
335188d77e Added some more tests 2024-06-22 20:33:45 -07:00
SilasMarvin
11e8cf819e Fix git link issue 2024-06-22 10:14:06 -07:00
SilasMarvin
2be85968e4 Fixed some versioning and warnings 2024-06-22 10:07:29 -07:00
SilasMarvin
444393281a Added integration tests 2024-06-22 09:19:43 -07:00
Silas Marvin
0ba7571e0f Put versions 2024-06-21 08:55:50 -07:00
Silas Marvin
0dcc35d801 Removed eprintlns 2024-06-21 08:43:49 -07:00
Silas Marvin
a4ce968034 Rebased and cleaned 2024-06-21 08:42:57 -07:00
Silas Marvin
09f602ee12 Working RAG 2024-06-21 08:41:34 -07:00
Silas Marvin
9166aaf4b6 Getting closer 2024-06-21 08:38:55 -07:00
Silas Marvin
3e8c99b237 Working PostgresML backend with resyncing 2024-06-21 08:37:53 -07:00
Silas Marvin
cbe487ca3a Almost working RAG 2024-06-21 08:37:53 -07:00
Silas Marvin
f2b8c1eda3 Made into a workspace 2024-06-21 08:37:51 -07:00
Silas Marvin
58192c4182 Periodic commit 2024-06-21 08:35:56 -07:00
Silas Marvin
3eb5102399 Comment out integration tests for now 2024-06-21 08:35:56 -07:00
Silas Marvin
ca753a2ba0 Overhauled async 2024-06-21 08:35:52 -07:00
Silas Marvin
d0423e10d2 Periodic commit 2024-06-21 08:33:59 -07:00
Silas Marvin
a96793c562 Added crawling for file_store backend 2024-06-21 08:33:52 -07:00
Silas Marvin
2c53880a77
Merge pull request #30 from asukaminato0721/gemini
Gemini
2024-06-21 08:15:56 -07:00
Silas Marvin
a95c27602e Updated memory backend to build prompt correctly 2024-06-20 09:16:42 +09:00
Asuka Minato
f85c964a30 merge pull/1 2024-06-19 23:05:49 +09:00
Asuka Minato
be577c19e0 fix gemini_config 2024-06-19 09:38:20 +09:00
Asuka Minato
c8993bf740 fix chat 2024-06-18 19:47:28 +09:00
Silas Marvin
9af1c130fd
Add Discord link on README 2024-06-17 22:56:22 -07:00
Asuka Minato
ad9f7381ea support completion first 2024-06-18 12:11:09 +09:00
Asuka Minato
e878089b64 use system format 2024-06-18 11:56:32 +09:00
Asuka Minato
5d4a04ac0e dont hard code the url 2024-06-18 03:07:37 +09:00
Asuka Minato
c6c9dc316f update readme 2024-06-18 02:58:19 +09:00
Asuka Minato
0c732c604d fin config.rs 2024-06-18 02:56:33 +09:00
Asuka Minato
b5302f9748 fin gemini_chat_do_generate 2024-06-18 02:45:07 +09:00