- 26 Jan, 2024 2 commits
-
-
Timothy Jaeryang Baek authored
add missing OLLAMA_WEBUI_PORT override
-
Oli Schacher authored
-
- 25 Jan, 2024 25 commits
-
-
Timothy Jaeryang Baek authored
fix: openai compatible api rag issue
-
Timothy J. Baek authored
-
Timothy Jaeryang Baek authored
Reduce container image size
-
Timothy Jaeryang Baek authored
Create SECURITY.md
-
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.
-
Doug Winzell authored
Moved Security.md to /docs Will still show up on the GH security tab.
-
Xiaodong Ye authored
Signed-off-by:Xiaodong Ye <yeahdongcn@gmail.com>
-
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 2 commits
-
-
Giulio De Pasquale authored
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly
-
Doug Winzell authored
Hello Team, As the continued popularity of this project increases we should be taking our projects goals in mind with concerns to privacy and security. In the near future I would like to at least start testing the codebase with SAST(semgrep) and Synk.io (Software Composition Analysys) To highlight any potential weaknesses in the security of the product. I am happy to start contributing from the security side.
-
- 23 Jan, 2024 11 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
-