5 days ago
2684f68
add some logic in workspace
6 days ago
4f1ef41
introduce coding assistant ui
6 days ago
cfcae46
rename project to client-app
6 days ago
c731191
add chinese voice if detecting chinese
6 days ago
5c313df
add a simple ui for testing voice-voice chat
7 days ago
0c62015
add demo code & cors enabled & document the apis
8 days ago
a9283b7
include stt integration test
8 days ago
d2870d4
refactor the routes api to be more modularized
8 days ago
06a8edb
add support of streaming TTS
8 days ago
72a755c
add tts support from user end
8 days ago
cbf386e
refactor the integration test but tts is broken
9 days ago
5f55198
expose ttls model for external configuration
9 days ago
393ab52
introduce gemini tts model into the system
9 days ago
5b750ad
add support for multi-models
9 days ago
622ef11
refactor the services to be plugable
9 days ago
edda939
add db path support in yaml config
9 days ago
0102e89
fine-tune the vector store for extension
9 days ago
ceffc25
add faiss support in bash script
9 days ago
7a2aa66
import real gemini embeddings
9 days ago
4a9e0d4
add toggle on client side to enable or disable faiss db retriever
10 days ago
ba2574c
add log level in the config
10 days ago
46cde1c
env prioritize than yaml input
10 days ago
17bfdca
support switch model in between
11 days ago
b459f55
introduce the session into the frontend api
11 days ago
381bc95
introduce the delete document funcs
11 days ago
aec283a
introduce the yaml for configuration
11 days ago
e9a3a18
refactor db creation & centralize the config.py
11 days ago
4bad442
introduce chain of throught
11 days ago
9344cc5
Refactor core structure and add new RAG modules
12 days ago
64c193d
Add database and model to the project
12 days ago
f850ae9
Refactor the code structure to allow using both gemini and Deepseek.