updated RAG Search functionality

This commit is contained in:
Gaumit Kauts
2026-02-15 12:13:33 -07:00
parent d5f9f26643
commit 89534fb836
5 changed files with 182 additions and 12 deletions

View File

@@ -45,6 +45,9 @@ BACKEND_UPLOAD_DIR=uploads
WHISPER_MODEL=base
WHISPER_DEVICE=cpu
WHISPER_COMPUTE_TYPE=int8
EMBEDDING_PROVIDER=local
OPENAI_EMBEDDING_MODEL=text-embedding-3-small
# OPENAI_API_KEY=... # only needed if EMBEDDING_PROVIDER=openai
```
Notes: