Commit Graph

130 Commits

Author SHA1 Message Date
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
Asuka Minato
4548de4e3e pass the gemini_completion_do_generate with cli env 2024-06-17 19:34:59 +09:00
Asuka Minato
91f03457fc now the test gemini_completion_do_generate works 2024-06-17 17:25:33 +09:00
Silas Marvin
cd46ecf61a
Merge pull request #23 from SilasMarvin/silas-add-initial-post-processing
Added initial post processing to remove duplicate start and end characters
2024-06-13 17:39:29 -07:00
Silas Marvin
17cb6cfb28 Bumped crate version for 0.3.0 2024-06-13 17:39:19 -07:00
Silas Marvin
4c88587d46 Added some post processing that removes duplicate characters at the start and end of the completion response 2024-06-13 17:36:54 -07:00
Silas Marvin
736b137f9d
Merge pull request #15 from luixiao0/feat_ollama_remote_endpoint
Support non-default endpoints for Ollama
2024-06-12 16:58:12 -07:00
lux
415439e664 use asDeref 2024-06-13 04:24:58 +08:00
lux
fe4f4b67aa suggested changes 2024-06-13 03:58:06 +08:00
lux
5d62a420cc revert accidental version change 2024-06-12 13:32:43 +08:00
lux
d1faac03bd explicitly set endpoints 2024-06-12 13:31:23 +08:00
lux
237f4cf179
Merge branch 'main' into feat_ollama_remote_endpoint 2024-06-12 00:49:22 +08:00
Silas Marvin
5b422b1341
Merge pull request #22 from SilasMarvin/update-cargo-lock
Updated Cargo.lock
2024-06-11 08:52:06 -07:00
Silas Marvin
9f4968a754 Updated Cargo.lock 2024-06-11 08:50:35 -07:00
lux
3a351ff4a0 seperate api endpoints configuration 2024-06-11 11:56:46 +08:00
lux
f354834e9f support api_endpoint for ollama 2024-06-10 17:03:46 +08:00
Silas Marvin
e88c920120
Update README.md to include Ollama 2024-06-09 09:47:53 -07:00
Silas Marvin
5229f3507b
Merge pull request #12 from SilasMarvin/silas-bump-crate-version
Bumped crate version for 0.2.0
2024-06-09 09:37:34 -07:00
Silas Marvin
bc231940ac Bumped crate version for 0.2.0 2024-06-09 09:37:04 -07:00
Silas Marvin
a9220bc79b
Merge pull request #11 from SilasMarvin/silas-add-ollama-api
Added Ollama as a backend
2024-06-09 09:28:18 -07:00
Silas Marvin
a9a069feb3 Added Ollama as a backend 2024-06-09 09:27:05 -07:00
Silas Marvin
2ffc236faa
Merge pull request #10 from SilasMarvin/silas-llamacpp-custom-file
Added  file_path config option for llama_cpp models
2024-06-09 08:06:47 -07:00
Silas Marvin
ef86f20667 Added config option for llama_cpp models 2024-06-09 08:05:36 -07:00
Silas Marvin
f84b5fe2be
Merge pull request #7 from SilasMarvin/silas-fix-anthropic-api
Fixed Anthropic API by creating OpenAIChatMessage
2024-06-09 01:59:32 -07:00
Silas Marvin
01fcc11394 Fixed Anthropic API by creating OpenAIChatMessage 2024-06-09 01:57:57 -07:00