openrag/src/utils
Mike Fortman d015ed1b0c
add container utils (#151)
* add container utils

* added localhost url to settings

* added localhost_url as a constant

* added localhost_url to get settings query

* make ollama onboarding have localhost url by default

* make endpoint be changed in models service and in onboarding backend instead of onboarding screen

* fixed embedding dimensions to get stripped model

* make config come as localhost but global variable be set as the transformed endpoint

* remove setting ollama url since it comes from the global variable

* use localhost again on ollama

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-09-30 16:34:55 -03:00
..
__init__.py refactor 2025-07-30 11:18:19 -04:00
container_utils.py add container utils (#151) 2025-09-30 16:34:55 -03:00
document_processing.py WIP 2025-09-24 21:13:26 -04:00
embeddings.py add container utils (#151) 2025-09-30 16:34:55 -03:00
file_utils.py auto cleanup temp files 2025-09-29 14:08:36 -04:00
gpu_detection.py logging & format 2025-09-04 20:56:47 -04:00
hash_utils.py WIP 2025-09-24 21:13:26 -04:00
logging_config.py logging & format 2025-09-04 20:56:47 -04:00
process_pool.py logging & format 2025-09-04 20:56:47 -04:00