Fedir Zadniprovskyi 01-12
docs: add TODOs
@9922993c507f1df9eea6eb6be0653bb7a3ddfe63
docs/introduction.md
--- docs/introduction.md
+++ docs/introduction.md
@@ -1,6 +1,10 @@
 !!! note
 
-    This project was previously named `faster-whisper-server`. It has been renamed to `speaches` to ...
+    This project was previously named `faster-whisper-server`. I've decided to change the name from `faster-whisper-server`, as the project has evolved to support more than just transcription.
+
+!!! note
+
+    These docs are a work in progress. If you have any questions, suggestions, or find a bug, please create an issue.
 
 TODO: add HuggingFace Space URL
 
 
docs/usage/dynamic-loading.md (added)
+++ docs/usage/dynamic-loading.md
@@ -0,0 +1,6 @@
+https://github.com/vllm-project/vllm/issues/5491
+https://medium.com/@noel.B/preventing-model-swapping-in-ollama-a-guide-to-persistent-loading-f81f1dfb858d
+
+TODO: warn about some space still being used
+TODO: mention that it's inspired by ollama
+TODO: mention that un like ollama it supports keeping multiple models loaded
docs/usage/live-transcription.md
--- docs/usage/live-transcription.md
+++ docs/usage/live-transcription.md
@@ -1,3 +1,5 @@
+TODO: live vs streaming
+
 ## Live Transcription (using WebSocket)
 
 !!! note
docs/usage/speech-to-text.md
--- docs/usage/speech-to-text.md
+++ docs/usage/speech-to-text.md
@@ -2,6 +2,8 @@
 TODO: mention streaming
 TODO: add a demo
 TODO: talk about audio format
+TODO: add a note about performance
+TODO: add a note about vad
 
 !!! note
 
docs/usage/text-to-speech.md
--- docs/usage/text-to-speech.md
+++ docs/usage/text-to-speech.md
@@ -5,6 +5,9 @@
 http://localhost:8001/faster-whisper-server/api/
 TODO: add a note about automatic downloads
 TODO: add a demo
+TODO: add a note about tts only running on cpu
+TODO: add a note about exploring other models
+TODO: add a note about performance
 
 !!! note
 
Add a comment
List