- 25 Jan, 2024 19 commits
-
-
Timothy Jaeryang Baek authored
Enhance GPU detection logic to support WSL2 environments
-
Samuel GIFFARD authored
This commit updates the GPU detection logic in the setup script to accommodate environments where NVIDIA GPUs might not be directly listed by `lspci`, such as in Windows Subsystem for Linux 2 (WSL2). The revised logic now attempts to identify NVIDIA GPUs using both `lspci` and `nvidia-smi`, ensuring broader compatibility and recognizing GPUs that are accessible in WSL2. This change allows the script to correctly detect NVIDIA GPUs in a wider range of setups, improving user experience and script robustness in diverse environments.
-
Timothy Jaeryang Baek authored
fix: rag message body format
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
refac: model select option wording
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
fix: use exec the uvicorn process to handle Docker's SIGTERM correctly
-
Timothy Jaeryang Baek authored
Unhardcode some stuff, flexibilize dotenv requirement
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
Add default voice setting and apply to chat
-
Timothy Jaeryang Baek authored
feat: Add excel parser for RAG
-
Timothy J. Baek authored
-
Xiaodong Ye authored
Signed-off-by:Xiaodong Ye <yeahdongcn@gmail.com>
-
Timothy Jaeryang Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
fix: search
-
Timothy J. Baek authored
-
Xiaodong Ye authored
-
- 24 Jan, 2024 1 commit
-
-
Giulio De Pasquale authored
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly
-
- 23 Jan, 2024 16 commits
-
-
Timothy Jaeryang Baek authored
chore: optimize dockerfile order for caching
-
Marclass authored
add excel file ext
-
Marclass authored
-
lucasew authored
Signed-off-by:lucasew <lucas59356@gmail.com>
-
Dave Bauman authored
-
Timothy Jaeryang Baek authored
Bugfix: Fix toast error popup when front end can't figure out file type.
-
Timothy Jaeryang Baek authored
feat: Add epub support
-
Timothy J. Baek authored
-
Marclass authored
-
Timothy Jaeryang Baek authored
feat: Add reStructuredText specific parser for RAG
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
feat: custom interface support
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Timothy J. Baek authored
-
Marclass authored
-
- 22 Jan, 2024 4 commits
-
-
Timothy Jaeryang Baek authored
fix: openai
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
refac: response message
-
Timothy J. Baek authored
-