* add filename option for text documents
* fix: duplicated env variables
* Include chunk score in query response
* don't initialize colpali store if one is not provided
* Add score to ChunkSource
* Add huggingface cache volume to avoid redownloads
* Replace <~> in maximum_similarity calculation
* Add dev_mode setup to default configuration
* Dump with databridge documents (no pdfs)
* Add dev_mode setup to default configuration
* Comment docker instructions for api host
* Use empty dump file
* debug mps not supported
* further debug (i think i lost some braincells)
* fix mps bug and resolve dependency issues
* remove libmagic dependence
* add colpali embedding model
* multi-vector store works - verified with testing
* add integration testing
* support text embedding in colpali
* complete colplai integration and testing
* formatting + some PR comments
* remove experimental files
* resolve PR comments